Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-6397

zkcli script put/putfile should allow overwriting an existing znode's data

    XMLWordPrintableJSON

Details

    Description

      zkcli doesn't allow me to update a znode that already exists, perhaps using a -f (force) flag?

      Currently, if I want to putfile for a znode that already exists, results in:

      Exception in thread "main" org.apache.zookeeper.KeeperException$NodeExistsException: KeeperErrorCode = NodeExists for /clusterstate.json
      at org.apache.zookeeper.KeeperException.create(KeeperException.java:119)
      at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
      at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
      at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:273)
      at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:270)
      at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
      at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:270)
      at org.apache.solr.cloud.ZkCLI.main(ZkCLI.java:268)

      The workaround is to use ZooKeeper's command-line set command with "`cat <file>`"

      Attachments

        Activity

          People

            thelabdude Timothy Potter
            thelabdude Timothy Potter
            Votes:
            2 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 1h
                1h
                Remaining:
                Remaining Estimate - 1h
                1h
                Logged:
                Time Spent - Not Specified
                Not Specified