[
https://issues.apache.org/jira/browse/GOBBLIN-683?focusedWorklogId=201098&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-201098
]
ASF GitHub Bot logged work on GOBBLIN-683:
------------------------------------------
Author: ASF GitHub Bot
Created on: 20/Feb/19 05:19
Start Date: 20/Feb/19 05:19
Worklog Time Spent: 10m
Work Description: sv2000 commented on pull request #2555: [GOBBLIN-683]
Add azkaban client retry logic.
URL: https://github.com/apache/incubator-gobblin/pull/2555#discussion_r258336828
##########
File path:
gobblin-modules/gobblin-azkaban/src/main/java/org/apache/gobblin/service/modules/orchestration/AzkabanClient.java
##########
@@ -123,6 +135,12 @@ private void initializeSessionManager() throws
AzkabanClientException {
}
}
+ private void intializeExecutorService() {
+ if (this.executorService == null) {
+ this.executorService = Executors.newFixedThreadPool(300);
Review comment:
300 threads may be too much. Is 30 too low? Also, do you think some of the
retryer settings be made configurable?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 201098)
Time Spent: 50m (was: 40m)
> Azkaban client should retry if session gets expired
> ---------------------------------------------------
>
> Key: GOBBLIN-683
> URL: https://issues.apache.org/jira/browse/GOBBLIN-683
> Project: Apache Gobblin
> Issue Type: Improvement
> Reporter: Kuai Yu
> Assignee: Kuai Yu
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)