Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.0
-
None
Description
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.
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
Attachments
Attachments
Issue Links
- relates to
-
TAJO-1279 Cleanup TajoAsyncDispatcher and interrupt stop events
- Resolved