Class OrphanRecordDroppedEvent

java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.tracing.OrphanRecordDroppedEvent
All Implemented Interfaces:
Event

public class OrphanRecordDroppedEvent extends AbstractEvent
The client had to drop the orphan record because there queue is already full with processing other orphaned events.

Pro tip: instead of making the queue larger (1024 by default), the source of the orphans (likely timeouts) should be investigated instead.

  • Constructor Details

    • OrphanRecordDroppedEvent

      public OrphanRecordDroppedEvent(Class<?> requestClass)
  • Method Details

    • description

      public String description()
      Description copied from interface: Event
      A textual description with more information about the event.
      Returns:
      the description, if set.