Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-6044

FailureDetectorMBean should expose an integer of machines which are up and down.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 1.2.11, 2.0.2
    • None

    Description

      Currently FailureDetectorMBean exposes ways to know whether machines are down or not as a string or a map. There is no way to just get a number of down or up machines.
      Due to this, the output needs to be parsed to calculate the down machines.
      We should add these methods to FailureDetectorMBean
      public int getDownEndpointCount();
      public int getUpEndpointCount();

      Attachments

        1. trunk-6044.patch
          2 kB
          Sankalp Kohli

        Activity

          People

            kohlisankalp Sankalp Kohli
            kohlisankalp Sankalp Kohli
            Sankalp Kohli
            Brandon Williams
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: