Uploaded image for project: 'Scala Couchbase Client'
  1. Scala Couchbase Client
  2. SCBC-254

BucketSettings decode cannot parse long number on allocstall

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 1.0.9
    • None
    • None
    • None
    • 1

    Description

      While running the integration test I noted that getAllBuckets et all fails on:

      java.lang.NumberFormatException: 18446744073709551615
      

      That number is huge, so I figured out where it is coming from:

      In the system stats for a node JSON:
       
      allocstall	18446744073709552000
      

      I guess we should either fix the parsing or ignore those fileds? I have never seen the allocstall before though...

      Attachments

        For Gerrit Dashboard: SCBC-254
        # Subject Branch Project Status CR V

        Activity

          People

            graham.pople Graham Pople
            daschl Michael Nitschinger
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              PagerDuty