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-23645 Implement logging of completed eviction processes #11672

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Nov 25, 2024

  1. IGNITE-23645 Add log message about eviction completion to RebalanceFu…

    …ture#requestPartitions, add RebalanceFuture#logEvictionResults for rebalance chains
    oleg-vlsk committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c00fe16 View commit details
    Browse the repository at this point in the history
  2. IGNITE-23645 Refactor GridDhtPartitionDemander:

    - simplify log message in RebalanceFuture#requestPartitions,
    - change data structure for information about evicted partitions in  RebalanceFuture#onChainFinished
    - remove RebalanceFuture#logEvictionResults and move logging to RebalanceFuture#onChainFinished
    oleg-vlsk committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c4911bf View commit details
    Browse the repository at this point in the history
  3. IGNITE-23645 Add logging for eviction results to GridDhtPartitionTopo…

    …logyImpl#initPartitions, GridDhtPartitionTopologyImpl#afterExchange, GridDhtPartitionTopologyImpl#checkEvictions
    oleg-vlsk committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    450eb1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2306af View commit details
    Browse the repository at this point in the history
  5. IGNITE-23645 Fix minor checkstyle errors in GridDhtPartitionDemander …

    …and GridDhtPartitionTopologyImpl
    oleg-vlsk committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    2c3e9f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0ec6bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    afa971f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8c6c30 View commit details
    Browse the repository at this point in the history
  9. IGNITE-23645 Add total partitions count to log message in GridDhtPart…

    …itionDemander#onChainFinished
    oleg-vlsk committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    8451f60 View commit details
    Browse the repository at this point in the history
  10. IGNITE-23645 Refactor LogEvictionResultsTest

    - make final Pattern variables static
    - make corrections in javadoc
    - introduce LogEvictionResultsTest#compareListsDisregardOrder
    - remove unnecessary List<Integer> variables
    - change logic in LogEvictionResultsTest#checkLogMessages from comparing number of partitions to comparing sets of partitions ids
    - add overloaded LogEvictionResultsTest#extractPartsCnt
    - rename variables (shorter/more informative names)
    oleg-vlsk committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c5c3ffb View commit details
    Browse the repository at this point in the history
  11. IGNITE-23645 Move latches and dependency resolver from LogEvictionRes…

    …ultsTest#testEvictMovingPartitions to variables; fix minor checkstyle errors
    oleg-vlsk committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    0a272d4 View commit details
    Browse the repository at this point in the history
  12. IGNITE-23645 Make minor changes in log messages in GridDhtPartitionTo…

    …pologyImpl#logEvictionResults
    oleg-vlsk committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    3d76873 View commit details
    Browse the repository at this point in the history
  13. IGNITE-23645 Refactor LogEvictionResultsTest

    - rename pattern variables
    - make minor corrections in javadoc
    - fix minor formatting errors
    oleg-vlsk committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    45489e3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4cd4eed View commit details
    Browse the repository at this point in the history