stoty commented on code in PR #6783:
URL: https://github.com/apache/hbase/pull/6783#discussion_r2019754297
##########
hbase-http/src/main/java/org/apache/hadoop/hbase/http/HttpServer.java:
##########
@@ -1290,7 +1289,7 @@ void openListeners() throws Exception {
* stop the server
*/
public void stop() throws Exception {
- MultiException exception = null;
+ Exception exception = null;
Review Comment:
This is still initialized to null, and then we're calling methods on it.
I guess we need helper method to copy the first exception and add the
subsequent ones as suppressed.
--
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]