Uploaded image for project: 'Couchbase C client library libcouchbase'
  1. Couchbase C client library libcouchbase
  2. CCBC-898

Documents created using pillowfight do not have Snappy datatype even if --compress flag is enabled

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.8.5
    • 2.8.4
    • tools
    • None

    Description

      According to KV engine stats, none of the following commands create compressed documents:

      cbc-pillowfight --password password --num-items 1000  --min-size 2048 --max-size 2048 --json --spec couchbase://172.23.133.13/bucket-1 --populate-only --compress
      

      cbc-pillowfight --password password --num-items 1000  --min-size 2048 --max-size 2048 --json --spec couchbase://172.23.133.13/bucket-1 --populate-only --compress --compress
      

      /opt/couchbase/bin/cbstats -b bucket-1 -p password 127.0.0.1:11210 all | grep compression_mode
       ep_compression_mode:                                   passive
      

       /opt/couchbase/bin/cbstats -b bucket-1 -p password 127.0.0.1:11210 all | grep datatype
       ep_active_datatype_json:                               1000
       ep_active_datatype_json,xattr:                         0
       ep_active_datatype_raw:                                0
       ep_active_datatype_snappy:                             0
       ep_active_datatype_snappy,json:                        0
       ep_active_datatype_snappy,json,xattr:                  0
       ep_active_datatype_snappy,xattr:                       0
       ep_active_datatype_xattr:                              0
       ep_replica_datatype_json:                              0
       ep_replica_datatype_json,xattr:                        0
       ep_replica_datatype_raw:                               0
       ep_replica_datatype_snappy:                            0
       ep_replica_datatype_snappy,json:                       0
       ep_replica_datatype_snappy,json,xattr:                 0
       ep_replica_datatype_snappy,xattr:                      0
       ep_replica_datatype_xattr:                             0
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            pavelpaulau Pavel Paulau (Inactive)
            pavelpaulau Pavel Paulau (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty