[
https://issues.apache.org/jira/browse/TEZ-2226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14387438#comment-14387438
]
Hitesh Shah commented on TEZ-2226:
----------------------------------
The approach to set timeline off if the error occurs during submission is
correct. However:
{code}
} catch (TezUncheckedException e) {
LOG.warn("Failed To Create TimelineDomain. "
+atsHistoryLoggingServiceClassName
+" is disabled.");
{code}
The above does not work. There is no guarantee that the exception is due to a
timeline domain issue. Isn't there a way to find the root location of where
this error will occur and then figure out how to bubble that info up so that
the config is turned off as needed?
> Disable writing history to timeline if domain creation fails.
> -------------------------------------------------------------
>
> Key: TEZ-2226
> URL: https://issues.apache.org/jira/browse/TEZ-2226
> Project: Apache Tez
> Issue Type: Sub-task
> Reporter: Hitesh Shah
> Assignee: Chang Li
> Priority: Blocker
> Attachments: TEZ-2226.patch, TEZ-2226.wip.2.patch, TEZ-2226.wip.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)