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: Done
    • Icon: Minor Minor
    • RHDG 8.5.0 GA
    • None
    • Documentation
    • None

      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

              amehenda@redhat.com Ashwin Mehendale
              rhn-support-wfink Wolf Fink
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: