Github user jihoonson commented on the pull request:

    https://github.com/apache/tajo/pull/432#issuecomment-93780346
  
    Hi @navis. I've reviewed this patch carefully.
    Sorry to say, but I think that this is not appropriate for our architecture.
    When a client calls ```pollQueryStatus()```, the process who waits for the 
query state to be changed is ```TajoMaster```'s rpc server. As you know, we 
will support multi-tenancy soon. In multi-tenant environment, master's rpc 
server will be getting slower as more clients submit queries and wait for their 
results. IMHO, polling in only client will be better than blocking master.
    What do you think?


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