Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-3955

The gfsh 'describe region' command doesn't include asyncEventQueueIds or gatewaySenderIds

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.4.0
    • management
    • None

    Description

      The constructor and getNonDefaultAttributes methods in org.apache.geode.management.internal.cli.domain.RegionAttributesInfo class would have to be modified to include the asyncEventQueueIds and gatewaySenderIds.

      I did a quick modification of this class (attached).

      With these changes, 'describe region' looks like:

      gfsh>describe region --name=/data
      ..........................................................
      Name            : data
      Data Policy     : partition
      Hosting Members : ln-1
      
      Non-Default Attributes Shared By Hosting Members  
      
        Type    |         Name          | Value
      --------- | --------------------- | ---------
      Region    | data-policy           | PARTITION
                | async-event-queue-ids | db
                | size                  | 0
                | gateway-sender-ids    | ny
      Partition | redundant-copies      | 1
      

      Attachments

        1. geode-3955.diff
          2 kB
          Barrett Oglesby

        Issue Links

          Activity

            People

              Unassigned Unassigned
              boglesby Barrett Oglesby
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: