tuoluzhe8521 commented on issue #17831: URL: https://github.com/apache/dolphinscheduler/issues/17831#issuecomment-3701744087
> > > There seems to be a misunderstanding regarding how furniture is implemented in the workflow. Based on the provided description, the implementation of furniture is not linear as you might expect; for example, it's not strictly sequential like 12 -> 34 -> 56. It's actually executed in the order of 1->2, 3->4, 5->6. > > > <img alt="Image" width="1119" height="435" src="https://private-user-images.githubusercontent.com/3656843/531177369-bb6640c7-7244-442b-b84c-bcfbdb2b725b.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjcxNjg0OTAsIm5iZiI6MTc2NzE2ODE5MCwicGF0aCI6Ii8zNjU2ODQzLzUzMTE3NzM2OS1iYjY2NDBjNy03MjQ0LTQ0MmItYjg0Yy1iY2ZiZGIyYjcyNWIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MTIzMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTEyMzFUMDgwMzEwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MjU1YjgxOWY4MGI1Nzk1ZjU3YTg2YjliNzJhOWNmZWQ3NjliOTZlYWM4ZTg1ZTY2YTk0NTdjNGQ2MzMzNDQwMyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ._AfKJy2TQhRuXXLSY4Rz2w1KNMbTGRdpl79hcu3rQH8"> > > > > > > I understand what you mean, but now it's not a matter of the execution sequence. It's that I set two degrees of parallelism, but there are six tasks being executed simultaneously. It is more like 13579 -> 2468 10 > > The sequence 1->2, 3->4, 5->6 works in a loop, so it will basically display as 135, 246. > > > There seems to be a misunderstanding regarding how furniture is implemented in the workflow. Based on the provided description, the implementation of furniture is not linear as you might expect; for example, it's not strictly sequential like 12 -> 34 -> 56. It's actually executed in the order of 1->2, 3->4, 5->6. > > > <img alt="Image" width="1119" height="435" src="https://private-user-images.githubusercontent.com/3656843/531177369-bb6640c7-7244-442b-b84c-bcfbdb2b725b.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjcxNjg0OTAsIm5iZiI6MTc2NzE2ODE5MCwicGF0aCI6Ii8zNjU2ODQzLzUzMTE3NzM2OS1iYjY2NDBjNy03MjQ0LTQ0MmItYjg0Yy1iY2ZiZGIyYjcyNWIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MTIzMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTEyMzFUMDgwMzEwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MjU1YjgxOWY4MGI1Nzk1ZjU3YTg2YjliNzJhOWNmZWQ3NjliOTZlYWM4ZTg1ZTY2YTk0NTdjNGQ2MzMzNDQwMyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ._AfKJy2TQhRuXXLSY4Rz2w1KNMbTGRdpl79hcu3rQH8"> > > > > > > I understand what you mean, but now it's not a matter of the execution sequence. It's that I set two degrees of parallelism, but there are six tasks being executed simultaneously. It is more like 13579 -> 2468 10 > > The sequence 1->2, 3->4, 5->6 works in a loop, so it will basically display as 135, 246. I set two degrees of parallelism, but I found that they are not two loops but six loops. I want the result is1->2->3->4->5,6->7->8->9->10, actual is 1->2,3->4,5->6,7->8,9->10 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
