[ 
https://issues.apache.org/jira/browse/GOBBLIN-683?focusedWorklogId=201546&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-201546
 ]

ASF GitHub Bot logged work on GOBBLIN-683:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 20/Feb/19 19:21
            Start Date: 20/Feb/19 19:21
    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_r258638119
 
 

 ##########
 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:
   @sv2000 I change it back to 30 now, the whole idea is to let user customize 
their own executorService which meets their requirement. So here is just a 
default fallback.
 
----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 201546)
    Time Spent: 2h  (was: 1h 50m)

> 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: 2h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to