Jason Dere created HIVE-17281:
---------------------------------
Summary: LLAP external client not properly handling KILLED
notification that occurs when a fragment is rejected
Key: HIVE-17281
URL: https://issues.apache.org/jira/browse/HIVE-17281
Project: Hive
Issue Type: Bug
Components: llap
Reporter: Jason Dere
Assignee: Jason Dere
When LLAP fragment submission is rejected, the external client receives both
REJECTED and KILLED notifications for the fragment. The KILLED notification is
being treated as an error, which prevents the retry logic from resubmitting the
fragment. This needs to be fixed in the client logic.
{noformat}
17/08/02 04:36:16 INFO LlapBaseInputFormat: Registered id:
attempt_2519876382789748565_0005_0_00_000021_0
17/08/02 04:36:16 INFO LlapTaskUmbilicalExternalClient: Fragment:
attempt_2519876382789748565_0005_0_00_000021_0 rejected. Server Busy.
17/08/02 04:36:16 ERROR LlapTaskUmbilicalExternalClient: Task killed -
attempt_2519876382789748565_0005_0_00_000021_0
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)