apache / inlong

Apache InLong - a one-stop, full-scenario integration framework for massive data
https://inlong.apache.org/
Apache License 2.0
1.4k stars 530 forks source link

[Bug] Before state and after state are the same in StateCallback.call #8962

Closed chaomaer closed 7 months ago

chaomaer commented 1 year ago

What happened

should currentState = nextState in Line 60 be after callback.call(currentState, nextState)?Or the value ofcurrentState and nextState would be the same in the function callback.call(currentState, nextState)

What you expected to happen

--

How to reproduce

--

Environment

No response

InLong version

master

InLong Component

InLong Agent

Are you willing to submit PR?

Code of Conduct

github-actions[bot] commented 1 year ago

Hello @chaomaer, thank you for opening your first issue in InLong 🧡 We will respond as soon as possible ⏳ If this is a bug report, please provide screenshots or error logs for us to reproduce your issue, so we can do our best to fix it. If you have any questions in the meantime, you can also ask us on the InLong Discussions 🔍

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 60 days with no activity.