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

Connection ID is clobbered in log entries from bucket deletion

    XMLWordPrintable

Details

    • Untriaged
    • 0
    • Yes

    Description

      In BucketManager::startDestroy() we do

      ...
      std::string connectionId;
      connectionId = connection.getId(); // a uint32_t
      ...BucketDestroyer(..., connectionId, ...)...

      The connection ID gets truncated into a char and is then used to initialise the string. As a result, the connection ID in BucketDestroyer is broken.

      Master is not affected as this appears to have been resolved during merge.

      Attachments

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

        Activity

          People

            vesko.karaganev Vesko Karaganev
            vesko.karaganev Vesko Karaganev
            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