Uploaded image for project: 'Java Couchbase JVM Core'
  1. Java Couchbase JVM Core
  2. JVMCBC-360

View queries with reduce can leak one byte of info

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 1.3.3
    • 1.3.2
    • None
    • None

    Description

      When the view query is done with reduce, the total_rows section gets omitted and the ByteBuf for the info section is shortcircuited to Unpooled.EMPTY_BUFFER.

      But the original info ByteBuf is still around with a single byte in it, and doesn't get passed down to the client... So it is never released.

      Attachments

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

        Activity

          People

            simonbasle Simon Baslé (Inactive)
            simonbasle Simon Baslé (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