You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Yuki Morishita (JIRA)" <ji...@apache.org> on 2017/08/03 03:13:03 UTC

[jira] [Resolved] (CASSANDRA-8076) Expose an mbean method to poll for repair job status

     [ https://issues.apache.org/jira/browse/CASSANDRA-8076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yuki Morishita resolved CASSANDRA-8076.
---------------------------------------
    Resolution: Duplicate

Yes, new JMX API:

{code}
/**
 * Get the status of a given parent repair session.
 * @param cmd the int reference returned when issuing the repair
 * @return status of parent repair from enum {@link org.apache.cassandra.repair.RepairRunnable.Status}
 * followed by final message or messages of the session
 */
@Nullable
public List<String> getParentRepairStatus(int cmd);
{code}

can be used in the use case described here. Closing as duplicate.

> Expose an mbean method to poll for repair job status
> ----------------------------------------------------
>
>                 Key: CASSANDRA-8076
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8076
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Philip S Doctor
>            Assignee: Yuki Morishita
>         Attachments: 8076-2.0.txt
>
>
> Given the int reply-id from forceRepairAsync, allow a client to request the status of this ID via jmx.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org