IGNITE-13743 Add defragmentation JMX bean#256
Open
SammyVimes wants to merge 19 commits intoignite-13709from
Open
IGNITE-13743 Add defragmentation JMX bean#256SammyVimes wants to merge 19 commits intoignite-13709from
SammyVimes wants to merge 19 commits intoignite-13709from
Conversation
4e66dbe to
2b9d4b3
Compare
ibessonov
requested changes
Nov 26, 2020
...ernal/processors/cache/persistence/defragmentation/CachePartitionDefragmentationManager.java
Show resolved
Hide resolved
...ernal/processors/cache/persistence/defragmentation/CachePartitionDefragmentationManager.java
Show resolved
Hide resolved
...ernal/processors/cache/persistence/defragmentation/CachePartitionDefragmentationManager.java
Show resolved
Hide resolved
...ernal/processors/cache/persistence/defragmentation/CachePartitionDefragmentationManager.java
Show resolved
Hide resolved
.../ignite/internal/processors/cache/persistence/defragmentation/DefragmentationMXBeanImpl.java
Show resolved
Hide resolved
...src/main/java/org/apache/ignite/internal/visor/defragmentation/VisorDefragmentationTask.java
Show resolved
Hide resolved
...src/main/java/org/apache/ignite/internal/visor/defragmentation/VisorDefragmentationTask.java
Show resolved
Hide resolved
...src/main/java/org/apache/ignite/internal/visor/defragmentation/VisorDefragmentationTask.java
Show resolved
Hide resolved
.../ignite/internal/processors/cache/persistence/defragmentation/DefragmentationMXBeanTest.java
Show resolved
Hide resolved
...ernal/processors/cache/persistence/defragmentation/CachePartitionDefragmentationManager.java
Show resolved
Hide resolved
ibessonov
reviewed
Nov 26, 2020
| * @return {@code true} if defragmentation is scheduled, {@code false} otherwise. | ||
| */ | ||
| @MXBeanDescription("Schedule defragmentation.") | ||
| public boolean schedule(@MXBeanParameter(name = "cacheNames", description = "Names of caches to run defragmentation on.") String cacheNames); |
There was a problem hiding this comment.
Please add "comma separated" into description
…ped pool. - Fixes apache#8542. Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
Signed-off-by: Slava Koptilin <slava.koptilin@gmail.com>
apache#8549. Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
…apache#8560. Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
Add RendezvousAffinityFunction.BackupFilter with a single predefined implementation that delegates to Java: ClusterNodeAttributeAffinityBackupFilter.
Fixes apache#8562. Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
…ier-worker. - Fixes apache#8561. Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
…and prohibit creating new ones - Fixes apache#8554. Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
… archive - Fixes apache#8545. Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
…pache#8550. Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
…ache#8565. Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
d188c92 to
8afabe1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.