jtuglu1 commented on code in PR #19672:
URL: https://github.com/apache/druid/pull/19672#discussion_r3560972297
##########
server/src/main/java/org/apache/druid/metadata/segment/cache/HeapMemorySegmentMetadataCache.java:
##########
@@ -167,6 +167,13 @@ private enum CacheState
private final AtomicReference<DateTime> syncFinishTime = new
AtomicReference<>();
private final AtomicReference<DataSourcesSnapshot> datasourcesSnapshot = new
AtomicReference<>(null);
+ /**
+ * When true, each sync rebuilds only the changed datasources' portion of the
+ * {@link DataSourcesSnapshot} instead of the whole snapshot. Drift-free: the
+ * set read from the metadata store is unchanged (still the full used set).
+ */
+ private final boolean useIncrementalSync;
Review Comment:
There shouldn't be, I'll remove.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]