-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
CMD test #67
CMD test #67
Conversation
…aritytech#6690) After finality started lagging on kusama around 025-11-25 15:55:40 validators started seeing ocassionally this log, when importing votes covering more than one assignment. ``` Possible bug: Vote import failed ``` That happens because the assumption that assignments from the same validator would have the same required routing doesn't hold after you enabled aggression, so you might end up receiving the first assignment then you modify the routing for it in `enable_aggression` then your receive the second assignment and the vote covering both assignments, so the rouing for the first and second assingment wouldn't match and we would fail to import the vote. From the logs I've seen, I don't think this is the reason the network didn't fully recover until the failsafe kicked it, because the votes had been already imported in approval-voting before this error. --------- Signed-off-by: Alexandru Gheorghe <[email protected]>
The dependency on `pallet_balances` doesn't seem to be necessary. At least everything compiles for me without it. Removed this dependency and a few others that seem to be left overs. --------- Co-authored-by: GitHub Action <[email protected]>
/cmd bench --runtime westend --pallet pallet_balances |
/cmd bench --runtime dev --pallet pallet_balances |
/cmd prdoc |
Command "prdoc" has failed ❌! See logs here |
Command "bench --runtime dev --pallet pallet_balances" has started 🚀 See logs here |
Command "bench --runtime westend --pallet pallet_balances" has started 🚀 See logs here |
/cmd prdoc |
Command "prdoc" has failed ❌! See logs here |
/cmd prdoc --pr 6769 |
User @actions-user, please sign the CLA here. |
…t pallet_balances'
…aritytech#6690) After finality started lagging on kusama around 025-11-25 15:55:40 validators started seeing ocassionally this log, when importing votes covering more than one assignment. ``` Possible bug: Vote import failed ``` That happens because the assumption that assignments from the same validator would have the same required routing doesn't hold after you enabled aggression, so you might end up receiving the first assignment then you modify the routing for it in `enable_aggression` then your receive the second assignment and the vote covering both assignments, so the rouing for the first and second assingment wouldn't match and we would fail to import the vote. From the logs I've seen, I don't think this is the reason the network didn't fully recover until the failsafe kicked it, because the votes had been already imported in approval-voting before this error. --------- Signed-off-by: Alexandru Gheorghe <[email protected]>
The dependency on `pallet_balances` doesn't seem to be necessary. At least everything compiles for me without it. Removed this dependency and a few others that seem to be left overs. --------- Co-authored-by: GitHub Action <[email protected]>
/cmd prdoc --pr 6769 |
Command "bench --runtime westend --pallet pallet_balances" has finished ✅ See logs here Subweight results:
Command output:✅ Successful benchmarks of runtimes/pallets: |
Command "prdoc --pr 6769" has failed ❌! See logs here |
Command "bench --runtime dev --pallet pallet_balances" has finished ✅ See logs here Subweight results:
Command output:✅ Successful benchmarks of runtimes/pallets: |
/cmd prdoc --pr 6769 --force |
/cmd prdoc --pr 6768 --force |
/cmd prdoc --pr 6767--force |
Command "prdoc --pr 6767--force" has failed ❌! See logs here |
/cmd prdoc --pr 6767 --force |
Command "prdoc --pr 6767 --force" has failed ❌! See logs here |
/cmd prdoc --pr 6765 --force |
/cmd bench --runtime westend --pallet pallet_balances |
/cmd bench --runtime dev --pallet pallet_balances |
Command "bench --runtime dev --pallet pallet_balances" has started 🚀 See logs here |
Command "bench --runtime westend --pallet pallet_balances" has started 🚀 See logs here |
…t pallet_balances'
Command "bench --runtime dev --pallet pallet_balances" has finished ✅ See logs here Subweight results:
Command output:✅ Successful benchmarks of runtimes/pallets: |
Command "bench --runtime westend --pallet pallet_balances" has finished ✅ See logs here Subweight results:
Command output:✅ Successful benchmarks of runtimes/pallets: |
6dd4a71
to
72bd8ee
Compare
No description provided.