We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
master
MWE:
import faust app = faust.App('myapp') if __name__ == "__main__": app.main()
python test.py worker
no warnning
starting➢ 😊 ◦[2021-01-22 23:50:16,167] [414000] [WARNING] [^-App]: Missing sensor state for rebalance #1 [2021-01-22 23:50:16,181] [414000] [WARNING] [^-App]: Missing sensor state for rebalance #1
The same warning also appeared in #44.
This was introduced in 0.2.0. It won't happen in 0.1.1. The signal
faust/faust/tables/recovery.py
Line 241 in 5cce145
was changed from reset to start in 0.2.0, somehow causing
reset
start
faust/faust/app/base.py
Lines 1611 to 1612 in fda7e52
clears the sensor state.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
master
branch of Faust.Steps to reproduce
MWE:
Expected behavior
no warnning
Actual behavior
The same warning also appeared in #44.
Full traceback
Versions
This was introduced in 0.2.0. It won't happen in 0.1.1. The signal
faust/faust/tables/recovery.py
Line 241 in 5cce145
was changed from
reset
tostart
in 0.2.0, somehow causingfaust/faust/app/base.py
Lines 1611 to 1612 in fda7e52
clears the sensor state.
The text was updated successfully, but these errors were encountered: