91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

FlowRunner是如何推動Graph的前進

發布時間:2021-12-20 10:22:19 來源:億速云 閱讀:106 作者:柒染 欄目:云計算

這篇文章給大家介紹FlowRunner是如何推動Graph的前進,內容非常詳細,感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。

現在,我們知道一個job的執行過程,那么整個flow是一個圖,圖是如何推進的,如何推進下一個job的執行呢?這就是本節需要解決的問題!

jdb azkaban.execapp.AzkabanExecutorServer  -conf  /root/azkb/azkaban_3.0.0_debug/conf

stop in azkaban.execapp.FlowRunner.progressGraph

這個用圖的算法就可以解決,下面研究下flow的結束部分

stop in azkaban.execapp.FlowRunner.finishExecutableNode

azkaban.execapp.FlowRunnerManager ---  flow的listener

@Override

public void handleEvent(Event event) {

if (event.getType() == Event.Type.FLOW_FINISHED) {

FlowRunner flowRunner = (FlowRunner) event.getRunner();

ExecutableFlow flow = flowRunner.getExecutableFlow();

recentlyFinishedFlows.put(flow.getExecutionId(), flow);

logger.info("Flow " + flow.getExecutionId() + " is finished. Adding it to recently finished flows list.");

runningFlows.remove(flow.getExecutionId());

}

}

這個很簡單!

那么,問題來了,一個Flow如何結束呢? 收尾工作要做好!

if (outNodeIds.isEmpty()) {

//

// There's no outnodes means it's the end of a flow, so we

// finalize

// and fire an event.

finalizeFlow(parentFlow);

然后這個函數里,

// If the finalized flow is actually the top level flow, than we finish

// the main loop.

if (flow instanceof ExecutableFlow) {

flowFinished = true;

}

這樣就設置了flowFinished = true;

=======跳出for循環

private void runFlow() throws Exception {

logger.info("Starting flows");

runReadyJob(this.flow);

updateFlow();

// 跳出這個循環

while (!flowFinished) {

===跳出來之后,執行

logger.info("Finishing up flow. Awaiting Termination");

executorService.shutdown();

updateFlow();

logger.info("Finished Flow");

關閉當前的進程,整個flowRunner這個task就結束了,順利!

關于FlowRunner是如何推動Graph的前進就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

肇东市| 沁水县| 无为县| 志丹县| 临安市| 汝南县| 甘南县| 多伦县| 体育| 昌黎县| 万全县| 奎屯市| 西昌市| 衡阳县| 密山市| 黄龙县| 定兴县| 新兴县| 泽普县| 孙吴县| 郧西县| 永昌县| 福鼎市| 德保县| 洛南县| 辉南县| 逊克县| 石狮市| 黄石市| 凭祥市| 张家界市| 思南县| 清水县| 右玉县| 阜新市| 闵行区| 壶关县| 屯留县| 秦安县| 临邑县| 张北县|