palashc commented on code in PR #2273: URL: https://github.com/apache/phoenix/pull/2273#discussion_r2279700553
########## phoenix-core-server/src/main/java/org/apache/phoenix/coprocessor/PhoenixRegionServerEndpoint.java: ########## @@ -54,6 +55,12 @@ public void start(CoprocessorEnvironment env) throws IOException { MetricsPhoenixCoprocessorSourceFactory.getInstance().getMetadataCachingSource(); } + @Override + public void stop(CoprocessorEnvironment env) throws IOException { Review Comment: @jpisaac FYI I also added the stop() hook in this endpoint as part of this commit https://github.com/apache/phoenix/commit/20e1f62e52df8de3f5ebdc940479aeae393c1def. -- 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: issues-unsubscr...@phoenix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org