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-13743 Add defragmentation JMX bean #256

Open
wants to merge 19 commits into
base: ignite-13709
Choose a base branch
from

Conversation

SammyVimes
Copy link

No description provided.

@SammyVimes SammyVimes force-pushed the ignite-13743 branch 2 times, most recently from 4e66dbe to 2b9d4b3 Compare November 25, 2020 18:57
@SammyVimes SammyVimes changed the base branch from ignite-13697 to ignite-13709 November 26, 2020 07:38
@SammyVimes SammyVimes changed the title Ignite 13743 IGNITE-13743 Add defragmentation JMX bean 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);

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

ibessonov and others added 17 commits December 9, 2020 14:55
Add RendezvousAffinityFunction.BackupFilter with a single predefined implementation that delegates to Java: ClusterNodeAttributeAffinityBackupFilter.
…and prohibit creating new ones - Fixes apache#8554.

Signed-off-by: Sergey Chugunov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants