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

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

                Author: ASF GitHub Bot
            Created on: 30/May/19 23:01
            Start Date: 30/May/19 23:01
    Worklog Time Spent: 10m 
      Work Description: sv2000 commented on pull request #2647: [GOBBLIN-781] 
Skeleton for GaaS DR mode clean transition
URL: https://github.com/apache/incubator-gobblin/pull/2647#discussion_r289201334
 
 

 ##########
 File path: 
gobblin-service/src/main/java/org/apache/gobblin/service/modules/scheduler/GobblinServiceJobScheduler.java
 ##########
 @@ -135,28 +158,30 @@ public void run() {
    * Load all {@link FlowSpec}s from {@link FlowCatalog} as one of the 
initialization step,
    * and make schedulers be aware of that.
    *
+   * If it is newly brought up as the DR handler, will load additional 
FlowSpecs and handle transition properly.
    */
   private void scheduleSpecsFromCatalog() {
     Iterator<URI> specUris = null;
     long startTime = System.currentTimeMillis();
 
     try {
       specUris = this.flowCatalog.get().getSpecURIs();
+
+      // If current instances nominated as DR handler, will take additional 
URIS from FlowCatalog.
+      if (isNominatedDRHanlder) {
 
 Review comment:
   isNominatedDRHandler?
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

    Worklog Id:     (was: 251389)

> Clean Flow execution state when DR is enabled: Skeleton
> -------------------------------------------------------
>
>                 Key: GOBBLIN-781
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-781
>             Project: Apache Gobblin
>          Issue Type: Improvement
>            Reporter: Lei Sun
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>




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

Reply via email to