We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c6c7a commit a890446Copy full SHA for a890446
1 file changed
src/main/java/com/uid2/operator/store/CloudSyncOptOutStore.java
@@ -612,8 +612,7 @@ private OptOutStoreSnapshot updateIndexInternal(IndexUpdateContext iuc) {
612
} else if (numPartitions > 1) {
613
if (this.iteration != 0) {
614
final String errorMsg = "Should not load more than 1 partition at a time, unless during service bootstrap. Current iteration " + this.iteration;
615
- LOGGER.error(errorMsg);
616
- throw new IllegalStateException(errorMsg);
+ LOGGER.warn(errorMsg);
617
}
618
return this.processPartitions(iuc);
619
} else {
0 commit comments