-
Notifications
You must be signed in to change notification settings - Fork 179
feat: quiescence controller #21235
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
feat: quiescence controller #21235
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesFootnotes
|
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## main #21235 +/- ##
============================================
- Coverage 71.82% 71.76% -0.06%
- Complexity 24371 24436 +65
============================================
Files 2647 2659 +12
Lines 103045 103365 +320
Branches 10780 10818 +38
============================================
+ Hits 74007 74178 +171
- Misses 25010 25147 +137
- Partials 4028 4040 +12
... and 63 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
084086b to
00cd4fa
Compare
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
1e7b322
|
...
Agreed, I don't think we need an explicit controller. The If nodes also remove user |
hedera-node/hedera-app/src/main/java/com/hedera/node/app/quiescence/QuiescenceController.java
Outdated
Show resolved
Hide resolved
hedera-node/hedera-app/src/main/java/com/hedera/node/app/quiescence/QuiescenceController.java
Outdated
Show resolved
Hide resolved
hedera-node/hedera-app/src/main/java/com/hedera/node/app/quiescence/QuiescenceController.java
Show resolved
Hide resolved
Two questions about this:
|
Won't this open up the possibility of a duplicate transaction being submitted after it's been removed from the deduplication cache, and now will go through ingest, prehandle and be rejected during handle and charge fees vs being being rejected at ingest? |
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
Signed-off-by: Lazar Petrovic <[email protected]>
hedera-node/hedera-app/src/main/java/com/hedera/node/app/quiescence/QuiescenceController.java
Show resolved
Hide resolved
hedera-node/hedera-app/src/main/java/com/hedera/node/app/quiescence/QuiescenceUtils.java
Outdated
Show resolved
Hide resolved
hedera-node/hedera-app/src/main/java/com/hedera/node/app/quiescence/QuiescenceBlockTracker.java
Show resolved
Hide resolved
Signed-off-by: Lazar Petrovic <[email protected]>
closes #20919