We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a890446 commit 78e61d0Copy full SHA for 78e61d0
1 file changed
src/main/java/com/uid2/operator/store/CloudSyncOptOutStore.java
@@ -612,6 +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
+ // Leaving this as a warning as this condition is true in production
616
LOGGER.warn(errorMsg);
617
}
618
return this.processPartitions(iuc);
0 commit comments