Skip to content
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

IGNITE-20457 Verify commitTimestamp against enlisted partitions expiration timestamps #2658

Merged
merged 28 commits into from
Oct 13, 2023

Commits on Oct 3, 2023

  1. IGNITE-20427 Basic implementation.

    sanpwc authored and sanpwc committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    1db9bb5 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. IGNITE-20427 TxManager creation moved to an a proper place

    sanpwc authored and sanpwc committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    6facb42 View commit details
    Browse the repository at this point in the history
  2. IGNITE-20427 Compilation issues

    sanpwc authored and sanpwc committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    6f8d367 View commit details
    Browse the repository at this point in the history
  3. IGNITE-20427 Incorrect cast updated

    sanpwc authored and sanpwc committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    78620b7 View commit details
    Browse the repository at this point in the history
  4. IGNITE-20427 Minors fixed.

    sanpwc authored and sanpwc committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    2dd5434 View commit details
    Browse the repository at this point in the history
  5. IGNITE-20427 Concurrency issue fixed.

    sanpwc authored and sanpwc committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    b650ba0 View commit details
    Browse the repository at this point in the history
  6. IGNITE-20427 Checkstyle issues

    sanpwc authored and sanpwc committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c67f6b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce22ef4 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. IGNITE-20427 Tests added.

    sanpwc authored and sanpwc committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    1878cc1 View commit details
    Browse the repository at this point in the history
  2. IGNITE-20427 Cleanup.

    sanpwc committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    35d2689 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b809ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d2ad0e View commit details
    Browse the repository at this point in the history
  5. IGNITE-20427 More checkstyle.

    sanpwc committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    bf5ece8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    384247b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b08e182 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Merge branch 'main' of https://github.com/apache/ignite-3 into ignite…

    …-20457
    
    # Conflicts:
    #	modules/table/src/test/java/org/apache/ignite/internal/table/RepeatedFinishReadWriteTransactionTest.java
    #	modules/table/src/test/java/org/apache/ignite/internal/table/TxLocalTest.java
    #	modules/table/src/testFixtures/java/org/apache/ignite/distributed/ItTxTestCluster.java
    #	modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/ReadWriteTransactionImpl.java
    #	modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/TxManagerImpl.java
    sanpwc committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    a18c3a5 View commit details
    Browse the repository at this point in the history
  2. IGNITE-20457 Checkstyle

    sanpwc committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    a2c9dfa View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    f85f872 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b35258e View commit details
    Browse the repository at this point in the history
  3. IGNITE-20457 Checkstyle

    sanpwc committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    94def68 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    403c598 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb70112 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fb32e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    33df07e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb07026 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a808e0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e3295a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35380a2 View commit details
    Browse the repository at this point in the history