Uploaded image for project: 'Red Hat Data Grid'
  1. Red Hat Data Grid
  2. JDG-6357

[doc] Add a statement for JMX limitations for server installation

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • None
    • Documentation
    • None
    • False
    • None
    • False

      If JMX is enabled for a server it could be possible that the data differ from other API's.

      As example the distribution of entries.
      a key "one" for a cache encoded as protostream will check the distribution by consistent hash
      For REST/CLI is is a byte[111,110,101] internally for JMX it is a String "one"
      As result the CH.locate() fuction return a different result.
      If the encoding is change to 'java-object' the result will be the same.

      So a statement to chapter Register JMX Beans should be added.
      JMX was created for embedded and for the server it might have slightly differences so the reliable source of truth is REST/CLI

            142934-CCS-smanocha Sunayna Manocha
            rhn-support-wfink Wolf Fink
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: