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

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

                Author: ASF GitHub Bot
            Created on: 27/Mar/19 05:13
            Start Date: 27/Mar/19 05:13
    Worklog Time Spent: 10m 
      Work Description: arjun4084346 commented on pull request #2580: 
GOBBLIN-709:  Provide an option to disallow concurrent flow execution…
URL: https://github.com/apache/incubator-gobblin/pull/2580#discussion_r269407533
 
 

 ##########
 File path: 
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/Orchestrator.java
 ##########
 @@ -152,6 +160,13 @@ public SpecCompiler getSpecCompiler() {
     return this.specCompiler;
   }
 
+  /**
+   * Setter for setting the {@link FlowStatusGenerator}.
+   */
+  public void setFlowStatusGenerator(FlowStatusGenerator flowStatusGenerator) {
+    this.flowStatusGenerator = flowStatusGenerator;
 
 Review comment:
   You can use @Setter
 
----------------------------------------------------------------
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: 219138)
    Time Spent: 0.5h  (was: 20m)

> Provide an option to disallow concurrent flow executions in 
> Gobblin-as-a-Service
> --------------------------------------------------------------------------------
>
>                 Key: GOBBLIN-709
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-709
>             Project: Apache Gobblin
>          Issue Type: Improvement
>          Components: gobblin-service
>    Affects Versions: 0.15.0
>            Reporter: Sudarshan Vasudevan
>            Assignee: Abhishek Tiwari
>            Priority: Major
>             Fix For: 0.15.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Provide an option to disallow concurrent flow executions in 
> Gobblin-as-a-Service.



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

Reply via email to