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

when create disk-store in gfsh , the folder path in cluster-config file is not same as the inputed value

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.10.0
    • gfsh
    • None

    Description

      in the latest build.

      1. start locator
      2. start server "g1-s1"
      3. executed gfsh to create disk-store
      create disk-store --name=ds1 --dir=./data/persist
      

      4. in the file system , we can find:

      g1-s1       ---server folder

       |

      -----data

             |

             --------persist

      5. start another server "g2-s2", in the file system, we can find:

      g2-s2       ---server folder

       

           |

            --------persist

      the folder "data" disappeared.

       

      6. and when we executed "export cluster-configuration", we can find:

      cluster.xml:
      <?xml version="1.0" encoding="UTF-8" standalone="no"?><cache version="1.0" xsi:schemaLocation="http://geode.apache.org/schema/cache http://geode.apache.org/schema/cache/cache-1.0.xsd http://geode.apache.org/schema/lucene http://geode.apache.org/schema/lucene/lucene-1.0.xsd http://geode.apache.org/schema/jdbc http://geode.apache.org/schema/jdbc/jdbc-1.0.xsd" xmlns="http://geode.apache.org/schema/cache" xmlns:lucene="http://geode.apache.org/schema/lucene" xmlns:jdbc="http://geode.apache.org/schema/jdbc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
          <disk-store name="ds1" auto-compact="true" compaction-threshold="50" allow-force-compaction="false" max-oplog-size="1024" time-interval="1000" write-buffer-size="32768" queue-size="0" disk-usage-warning-percentage="90" disk-usage-critical-percentage="99">
              <disk-dirs>
                  <disk-dir dir-size="2147483647">persist</disk-dir>
              </disk-dirs>
          </disk-store>
      </cache>
      
      

      so the configuration stored in Cluster configuration Service is not as same as we inputed.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              gyan Gang Yan
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m