sunithabeeram commented on a change in pull request #3942: Set
processingException when all queried segments cannot be acquired
URL: https://github.com/apache/incubator-pinot/pull/3942#discussion_r266107378
##########
File path:
pinot-server/src/main/java/org/apache/pinot/server/starter/helix/HelixInstanceDataManager.java
##########
@@ -151,6 +151,15 @@ public void removeSegment(@Nonnull String
tableNameWithType, @Nonnull String seg
}
}
+ @Override
+ public void deleteSegment(@Nonnull String tableNameWithType, @Nonnull String
segmentName) {
+ LOGGER.info("Tracking deleted segment: {} from table: {}", segmentName,
tableNameWithType);
Review comment:
Removed log.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]