You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jinho Kim (JIRA)" <ji...@apache.org> on 2014/12/16 08:00:29 UTC

[jira] [Created] (TAJO-1251) Query is hanging occasionally by shuffle report

Jinho Kim created TAJO-1251:
-------------------------------

             Summary: Query is hanging occasionally by shuffle report
                 Key: TAJO-1251
                 URL: https://issues.apache.org/jira/browse/TAJO-1251
             Project: Tajo
          Issue Type: Bug
          Components: data shuffle, query master
    Affects Versions: 0.9.0
            Reporter: Jinho Kim


Currently, Query is failed when race condition occur in {{SubQuery.waitingIntermediateReport()}}. If a event is not complete, other events will be blocked in AsyncDispatcher.
We should remove the thread lock in event handler.
{noformat}
2014-12-12 14:05:28,211 INFO org.apache.tajo.master.querymaster.SubQuery: eb_1412172843714_0001_000003, receiveExecutionBlockReport:3
2014-12-12 14:05:28,227 ERROR org.apache.tajo.master.querymaster.SubQuery: eb_1412172843714_0001_000003, Timeout while receiving intermediate reports: 121471 ms
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)