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

some of the stats does a counter underflow after membase is restarted

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 1.6.5.3, 1.7.0
    • 1.6.5.2
    • None
    • Security Level: Public
    • None

    Description

      Run the below script on a fresh membase server.

      <?php

      $mc = new memcache();
      $mc->addserver("localhost", 11211);

      for ($i=0; $i< 10 ; $i++)

      { $mc->set("test$i", "value", 0, 5); }

      ?>

      restart membase server.

      Following stats have a high value after restart:
      STAT ep_commit_time_total 2994613510
      STAT ep_flush_duration 2994613510
      STAT ep_flush_duration_total 2994613510
      STAT ep_flush_duration_highwat 2994613510

      Attachments

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

        Activity

          People

            dustin Dustin Sallings (Inactive)
            sbkrishnamurthy Sriharsha Krishnamurthy
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty