You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2020/12/09 07:19:13 UTC

[GitHub] [hive] prasanthj commented on a change in pull request #1755: HIVE-24497: Node heartbeats from LLAP Daemon to the client are not ma…

prasanthj commented on a change in pull request #1755:
URL: https://github.com/apache/hive/pull/1755#discussion_r539064255



##########
File path: llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/AMReporter.java
##########
@@ -541,6 +551,14 @@ boolean isDone() {
       return isDone.get();
     }
 
+    void setIsExtCliRequest(boolean val) {
+      isExtCliRequest.set(val);

Review comment:
       nit: for better readability, rename the variable and method to isExternalClientRequest. 




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org