[
https://issues.apache.org/jira/browse/GOBBLIN-1489?focusedWorklogId=622663&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-622663
]
ASF GitHub Bot logged work on GOBBLIN-1489:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 14/Jul/21 19:26
Start Date: 14/Jul/21 19:26
Worklog Time Spent: 10m
Work Description: aplex commented on a change in pull request #3330:
URL: https://github.com/apache/gobblin/pull/3330#discussion_r669891732
##########
File path:
gobblin-api/src/main/java/org/apache/gobblin/configuration/ConfigurationKeys.java
##########
@@ -969,6 +970,7 @@
public static final Charset DEFAULT_CHARSET_ENCODING = Charsets.UTF_8;
public static final String TEST_HARNESS_LAUNCHER_IMPL =
"gobblin.testharness.launcher.impl";
public static final int PERMISSION_PARSING_RADIX = 8;
+ public static final String NON_TRANSIENT_ERROR_MESSAGES =
"non.transient.error.messages";
Review comment:
Are those like exception classes or parts of the text in exception
message? Would be good to add an example in javadoc alongside with intended use
case.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 622663)
Time Spent: 1h 10m (was: 1h)
> define some configs
> -------------------
>
> Key: GOBBLIN-1489
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1489
> Project: Apache Gobblin
> Issue Type: Task
> Reporter: Arjun Singh Bora
> Priority: Major
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> define AZKABAN_SERVER_NAME in ConfigurationKeys.java which are otherwise
> defined in various places.
> add NON_TRANSIENT_ERROR_MESSAGES which can be used to separate retry-able
> exceptions from fatal ones
--
This message was sent by Atlassian Jira
(v8.3.4#803005)