Skip to content

IGNITE-27685 Implement exponential backoff for durable finish#7680

Merged
sk0x50 merged 28 commits intoapache:mainfrom
JKonSir:ignite-27685
Apr 21, 2026
Merged

IGNITE-27685 Implement exponential backoff for durable finish#7680
sk0x50 merged 28 commits intoapache:mainfrom
JKonSir:ignite-27685

Conversation

@JKonSir
Copy link
Copy Markdown
Contributor

@JKonSir JKonSir commented Feb 26, 2026

https://issues.apache.org/jira/browse/IGNITE-27685

Thank you for submitting the pull request.

To streamline the review process of the patch and ensure better code quality
we ask both an author and a reviewer to verify the following:

The Review Checklist

  • Formal criteria: TC status, codestyle, mandatory documentation. Also make sure to complete the following:
    - There is a single JIRA ticket related to the pull request.
    - The web-link to the pull request is attached to the JIRA ticket.
    - The JIRA ticket has the Patch Available state.
    - The description of the JIRA ticket explains WHAT was made, WHY and HOW.
    - The pull request title is treated as the final commit message. The following pattern must be used: IGNITE-XXXX Change summary where XXXX - number of JIRA issue.
  • Design: new code conforms with the design principles of the components it is added to.
  • Patch quality: patch cannot be split into smaller pieces, its size must be reasonable.
  • Code quality: code is clean and readable, necessary developer documentation is added if needed.
  • Tests code quality: test set covers positive/negative scenarios, happy/edge cases. Tests are effective in terms of execution time and resources.

Notes

# Conflicts:
#	modules/table/src/integrationTest/java/org/apache/ignite/distributed/ItLockTableTest.java
#	modules/table/src/integrationTest/java/org/apache/ignite/distributed/ItTxDistributedTestSingleNodeNoCleanupMessage.java
# Conflicts:
#	modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/TxCleanupRequestSender.java
# Conflicts:
#	modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/TxManagerImpl.java
JKonSir added 6 commits April 3, 2026 18:24
# Conflicts:
#	modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/TxCleanupRequestSender.java
#	modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/TxManagerImpl.java
#	modules/transactions/src/test/java/org/apache/ignite/internal/tx/TxCleanupTest.java
Comment thread modules/core/src/main/java/org/apache/ignite/internal/util/retry/RetryUtil.java Outdated
@sk0x50 sk0x50 merged commit c7908d8 into apache:main Apr 21, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants