-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
base: master
Are you sure you want to change the base?
Commits on Nov 25, 2024
-
IGNITE-23645 Add log message about eviction completion to RebalanceFu…
…ture#requestPartitions, add RebalanceFuture#logEvictionResults for rebalance chains
Configuration menu - View commit details
-
Copy full SHA for c00fe16 - Browse repository at this point
Copy the full SHA c00fe16View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c4911bf - Browse repository at this point
Copy the full SHA c4911bfView commit details -
IGNITE-23645 Add logging for eviction results to GridDhtPartitionTopo…
…logyImpl#initPartitions, GridDhtPartitionTopologyImpl#afterExchange, GridDhtPartitionTopologyImpl#checkEvictions
Configuration menu - View commit details
-
Copy full SHA for 450eb1a - Browse repository at this point
Copy the full SHA 450eb1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2306af - Browse repository at this point
Copy the full SHA f2306afView commit details -
IGNITE-23645 Fix minor checkstyle errors in GridDhtPartitionDemander …
…and GridDhtPartitionTopologyImpl
Configuration menu - View commit details
-
Copy full SHA for 2c3e9f2 - Browse repository at this point
Copy the full SHA 2c3e9f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0ec6bb - Browse repository at this point
Copy the full SHA a0ec6bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for afa971f - Browse repository at this point
Copy the full SHA afa971fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8c6c30 - Browse repository at this point
Copy the full SHA c8c6c30View commit details -
IGNITE-23645 Add total partitions count to log message in GridDhtPart…
…itionDemander#onChainFinished
Configuration menu - View commit details
-
Copy full SHA for 8451f60 - Browse repository at this point
Copy the full SHA 8451f60View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for c5c3ffb - Browse repository at this point
Copy the full SHA c5c3ffbView commit details -
IGNITE-23645 Move latches and dependency resolver from LogEvictionRes…
…ultsTest#testEvictMovingPartitions to variables; fix minor checkstyle errors
Configuration menu - View commit details
-
Copy full SHA for 0a272d4 - Browse repository at this point
Copy the full SHA 0a272d4View commit details -
IGNITE-23645 Make minor changes in log messages in GridDhtPartitionTo…
…pologyImpl#logEvictionResults
Configuration menu - View commit details
-
Copy full SHA for 3d76873 - Browse repository at this point
Copy the full SHA 3d76873View commit details -
IGNITE-23645 Refactor LogEvictionResultsTest
- rename pattern variables - make minor corrections in javadoc - fix minor formatting errors
Configuration menu - View commit details
-
Copy full SHA for 45489e3 - Browse repository at this point
Copy the full SHA 45489e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cd4eed - Browse repository at this point
Copy the full SHA 4cd4eedView commit details