jihoonson commented on a change in pull request #11457:
URL: https://github.com/apache/druid/pull/11457#discussion_r683888506
##########
File path:
sql/src/main/java/org/apache/druid/sql/calcite/schema/DruidSchema.java
##########
@@ -129,18 +185,14 @@
@GuardedBy("lock")
private final TreeSet<SegmentId> segmentsNeedingRefresh = new
TreeSet<>(SEGMENT_ORDER);
- // Escalator, so we can attach an authentication result to queries we
generate.
- private final Escalator escalator;
-
@GuardedBy("lock")
private boolean refreshImmediately = false;
- @GuardedBy("lock")
- private long lastRefresh = 0L;
- @GuardedBy("lock")
- private long lastFailure = 0L;
+
@GuardedBy("lock")
private boolean isServerViewInitialized = false;
+ private int totalSegments = 0;
Review comment:
Sure, added.
--
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]