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

remove RangeKeySample from attributes in jmx

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 1.1.3
    • None
    • Low

    Description

      RangeKeySample in org.apache.cassandra.db:type=StorageService MBean can be really huge (over 200MB in our case). That's a problem for monitoring tools as they're not build for that. Recommended and often used mx4j may be killer in this situation.

      It would be good enough to make RangeKeySample "operation" instead of "attribute" in jmx. Looking at how MBeanServer.registerMBean() works we can do one of the following:
      a) add some dummy parameter to getRangeKeySample
      b) name it differently - not like getter (next time somebody will rename it back)
      c) implement MXBean instead of MBean (a lot of work)

      Any of those work. All of them are "hacks". Any better idea?

      BTW: It's blocker for some installations. Our update to 1.1.2 caused downtime, downgrade back to 1.0.x, repairs, etc.

      Attachments

        1. cassandra-1.1.2-4452.txt
          2 kB
          Jan Prach

        Activity

          People

            jendap Jan Prach
            jendap Jan Prach
            Jan Prach
            Jonathan Ellis
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: