Skip to content

Commit 78e61d0

Browse files
committed
Add comment for warning
1 parent a890446 commit 78e61d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/uid2/operator/store/CloudSyncOptOutStore.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@ private OptOutStoreSnapshot updateIndexInternal(IndexUpdateContext iuc) {
612612
} else if (numPartitions > 1) {
613613
if (this.iteration != 0) {
614614
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
615616
LOGGER.warn(errorMsg);
616617
}
617618
return this.processPartitions(iuc);

0 commit comments

Comments
 (0)