Github user hyunsik commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/99#discussion_r16035452
  
    --- Diff: 
tajo-core/src/main/java/org/apache/tajo/master/querymaster/Query.java ---
    @@ -337,15 +340,24 @@ public SubQuery getSubQuery(ExecutionBlockId id) {
         return this.subqueries.values();
       }
     
    -  public QueryState getState() {
    -    readLock.lock();
    -    try {
    -      return stateMachine.getCurrentState();
    -    } finally {
    -      readLock.unlock();
    +  protected QueryState getState(boolean async) {
    --- End diff --
    
    I think that the variable name ```async``` should be nonblocking.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to