yaooqinn commented on a change in pull request #31479:
URL: https://github.com/apache/spark/pull/31479#discussion_r575795780



##########
File path: 
sql/hive-thriftserver/src/main/java/org/apache/hive/service/cli/thrift/ThriftCLIService.java
##########
@@ -197,6 +200,10 @@ public synchronized void stop() {
           LOG.error("Error stopping Http server: ", e);
         }
       }
+      if (serverThread != null) {
+        serverThread.interrupt();
+        serverThread = null;
+      }

Review comment:
       thanks @dongjoon-hyun. I will check this soon after Chinese New Year 
Festival😁




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to