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

After a simple insert inside a Transaction context, a HUGE amount (every 1ms) of logs appears

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • 2.3.4
    • 2.3.3
    • transactions
    • None
    • 1

    Description

      After a simple insert inside a Transaction context, a HUGE amount (every 1ms) of logs appears.

      Sample log:

      [cb-events] INFO com.couchbase.transactions.cleanup.lost - [com.couchbase.transactions.cleanup.lost][LogEvent] Client fa245 stop on CollectionIdentifier{bucket='myBucket', scope=Optional[_default], collection=Optional[_default], isDefault=true} = false

      As we can see, even if the log is `INFO` level has two basic problems that prevent us for using it:

      1.  The "com.couchbase.transactions.cleanup.lost" seems like a problem. Probably something is lost.
      2.  Huge amount of logs that might affect performance.

      The problem can be demonstrated here:
      https://github.com/spirostz/couchbase-transactions/blob/main/src/test/java/org/spiros/CouchbaseTransactionsTest.java

      see: Problem 3

      Attachments

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

        Activity

          People

            graham.pople Graham Pople
            spiros Spiros Tzoras
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty