ankitsultana commented on code in PR #10888:
URL: https://github.com/apache/pinot/pull/10888#discussion_r1227183104
##########
pinot-server/src/main/java/org/apache/pinot/server/starter/helix/BaseServerStarter.java:
##########
@@ -648,6 +642,14 @@ public void stop() {
}
_serverQueriesDisabledTracker.stop();
_realtimeLuceneIndexRefreshState.stop();
+ try {
+ // Close PinotFS after all data managers are shutdown. Otherwise,
committing segments might not be able to
Review Comment:
Thanks. fixed the wording.
--
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]