[
https://issues.apache.org/jira/browse/GOBBLIN-1689?focusedWorklogId=803808&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-803808
]
ASF GitHub Bot logged work on GOBBLIN-1689:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 25/Aug/22 23:26
Start Date: 25/Aug/22 23:26
Worklog Time Spent: 10m
Work Description: ZihanLi58 commented on code in PR #3544:
URL: https://github.com/apache/gobblin/pull/3544#discussion_r955497232
##########
gobblin-service/src/test/java/org/apache/gobblin/service/modules/orchestration/OrchestratorTest.java:
##########
@@ -152,6 +151,32 @@ private TopologySpec initTopologySpec() {
}
private FlowSpec initFlowSpec() {
Review Comment:
Yes, we add orchestrator as listener of specCatalog, which will compile the
flow. So on line 273 -290, we test that if flow cannot compile, we will not be
able to add that to the Flow catalog, and if flow can compile, we will put it
in flowCatalog successfully.
Issue Time Tracking
-------------------
Worklog Id: (was: 803808)
Time Spent: 50m (was: 40m)
> Decouple compiler from scheduler in warm standby mode
> ------------------------------------------------------
>
> Key: GOBBLIN-1689
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1689
> Project: Apache Gobblin
> Issue Type: Improvement
> Reporter: Zihan Li
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Now, when add/update flow spec, we rely on scheduler to compile the flow and
> return status, but in warm standby mode, where every host can accept and
> process request but not running the flow, we should be able to compile flow
> without scheduler.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)