Uploaded image for project: 'Apache Curator'
  1. Apache Curator
  2. CURATOR-278

In transactions compressed option does not work with some fluent api combinations

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.9.1
    • 2.10.0
    • Framework
    • None

    Description

      I can't find a way to use compression with the following options in transactions. These do not compile:

      • transaction.setData().compressed().withVersion(1).forPath("/path")
      • transaction.create().compressed().withMode(CreateMode.PERSISTENT).forPath("path")
      • transaction.create().compressed().withMode(CreateMode.PERSISTENT).withACL(ZooDefs.Ids.OPEN_ACL_UNSAFE).forPath("path")

      Attachments

        Activity

          People

            cammckenzie Cam McKenzie
            granthenke Grant Henke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: