[
https://issues.apache.org/jira/browse/GOBBLIN-683?focusedWorklogId=201532&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-201532
]
ASF GitHub Bot logged work on GOBBLIN-683:
------------------------------------------
Author: ASF GitHub Bot
Created on: 20/Feb/19 19:09
Start Date: 20/Feb/19 19:09
Worklog Time Spent: 10m
Work Description: yukuai518 commented on pull request #2555:
[GOBBLIN-683] Add azkaban client retry logic.
URL: https://github.com/apache/incubator-gobblin/pull/2555#discussion_r258633782
##########
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:
Sure, I can make it 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: 201532)
Time Spent: 1h 20m (was: 1h 10m)
> 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: 1h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)