kfaraz commented on code in PR #16072:
URL: https://github.com/apache/druid/pull/16072#discussion_r1517081030


##########
server/src/main/java/org/apache/druid/server/coordinator/DruidCoordinator.java:
##########
@@ -252,6 +252,25 @@ public Object2IntMap<String> 
getDatasourceToUnavailableSegmentCount()
     return datasourceToUnavailableSegments;
   }
 
+  public Object2IntMap<String> 
getDatasourceToDeepStorageQueryOnlySegmentCount()

Review Comment:
   Nit: Some of the code in this method may be commoned out with 
`getDatasourceToUnavailableSegmentCount`.



-- 
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]

Reply via email to