Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-57003

Change columnar free space tolerance to double

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Minor
    • Morpheus
    • Morpheus
    • analytics

    Description

      Currently, free space tolerance ratio is float. This gives a weird output when Metadata.Dataset is queried (due to double conversion):

       

      "DatasetFormat": {
              "Format": "COLUMN",
              "MaxTupleCount": 15000,
              "FreeSpaceTolerance": 0.15000000596046448
      } 

      Changing that to double makes it cleaner

       

      "DatasetFormat": {
              "Format": "COLUMN",
              "MaxTupleCount": 15000,
              "FreeSpaceTolerance": 0.15
      } 

       

      Attachments

        Issue Links

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

          Activity

            People

              wail.alkowaileet Wail Alkowaileet
              wail.alkowaileet Wail Alkowaileet
              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