forked from apache/ignite
-
Notifications
You must be signed in to change notification settings - Fork 10
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-13743 Add defragmentation JMX bean #256
Open
SammyVimes
wants to merge
19
commits into
ignite-13709
Choose a base branch
from
ignite-13743
base: ignite-13709
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
SammyVimes
force-pushed
the
ignite-13743
branch
2 times, most recently
from
November 25, 2020 18:57
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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>
SammyVimes
force-pushed
the
ignite-13743
branch
from
December 14, 2020 11:02
d188c92
to
8afabe1
Compare
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.