You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (Jira)" <ji...@apache.org> on 2020/12/15 14:02:00 UTC

[jira] [Commented] (IGNITE-13743) Defragmentation JMX API for schedule/cancel/status

    [ https://issues.apache.org/jira/browse/IGNITE-13743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249708#comment-17249708 ] 

Ignite TC Bot commented on IGNITE-13743:
----------------------------------------

{panel:title=Branch: [pull/8496/head] Base: [master] : No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/8496/head] Base: [master] : No new tests found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=5789746&amp;buildTypeId=IgniteTests24Java8_RunAll]

> Defragmentation JMX API for schedule/cancel/status
> --------------------------------------------------
>
>                 Key: IGNITE-13743
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13743
>             Project: Ignite
>          Issue Type: Sub-task
>            Reporter: Ivan Bessonov
>            Assignee: Semyon Danilov
>            Priority: Major
>              Labels: IEP-47
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> API for JMX bean as follows: 
> *DefragmentationMXBean {*
>   **  /** \{@code true} if possible to schedule given caches or false otherwise. */
>    *boolean schedule(String... cacheName);*
>  
>    /** cancel the current defragmentation. */
>    *boolean cancel();*
>  
>    /** Quantity of processed partitions. */
>    *int* *processedPartitions**();*
>  
> **   /** Total partitions for defragmentation */
>    *int* *totalPartitions**();*
>  
>    /** Defragmentation start timestamp */
>   *long startTime();*
>  
>    /** \{@code true} if defragmentation is in progress right now. */
>    *boolean inProgress();*
> *}*



--
This message was sent by Atlassian Jira
(v8.3.4#803005)