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

sentRequestQueue reaching limit should be logged at WARN not DEBUG level

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • 1.7.10
    • 1.7.9
    • None
    • None
    • 1

    Description

      When the sent queue limit (currently defaults to 5120) is reached, we log the event:
      https://github.com/couchbase/couchbase-jvm-core/blob/506bcac87087eaf97b89afcd96f19dfa607aa963/src/main/java/com/couchbase/client/core/endpoint/AbstractGenericHandler.java#L290

      However, currently this is being logged at DEBUG level. I think it makes more sense to log it at WARN level.

      Logging currently looks something like:

      [cb-io-1-2] DEBUG c.c.c.c.e.AbstractGenericHandler - Rescheduling GetBucketConfigRequest{observable=rx.subjects.AsyncSubject@293108da, bucket='test'} because sentRequestQueueLimit reached.
      

      Attachments

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

        Activity

          People

            daschl Michael Nitschinger
            david.saadeh David Saadeh (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