| ChannelClosedProactivelyEvent |
This warning indicates that the client closed an active IO channel/socket proactively because
it detected an invalid state.
|
| DurabilityTimeoutCoercedEvent |
|
| ErrorMapLoadedEvent |
The KV error map got negotiated loaded from the server.
|
| ErrorMapLoadingFailedEvent |
If loading the KV error map for some reason fails, this event will capture
the KV status code.
|
| ErrorMapUndecodableEvent |
If the KV error map could be loaded, but the decoding of the
buffer from JSON failed, this event will be raised.
|
| FeaturesNegotiatedEvent |
Captures the end of the KV feature negotiation.
|
| FeaturesNegotiationFailedEvent |
|
| GenericFailureDetectedEvent |
|
| IdleStreamingEndpointClosedEvent |
Raised when a http config streaming connection is closed because of the configured configIdleRedialTimeout.
|
| InvalidPacketDetectedEvent |
This event is created if somewhere in the IO layer an invalid packet
was detected.
|
| InvalidRequestDetectedEvent |
If this event is raised, it indicates a serious bug in the system.
|
| KeyValueErrorMapCodeHandledEvent |
Raised if an unknown error is decoded and handled through the KV error map.
|
| ReadTrafficCapturedEvent |
|
| SaslAuthenticationCompletedEvent |
|
| SaslAuthenticationFailedEvent |
If something goes wrong during the SASL authentication process, this event is raised.
|
| SaslMechanismsSelectedEvent |
This debug event signals that a SASL auth mechanism has been negotiated
between the client and the server.
|
| SecureConnectionFailedEvent |
|
| SelectBucketCompletedEvent |
This event gets created as soon as a bucket has been selected during the
KV bootstrap process for each socket/node.
|
| SelectBucketDisabledEvent |
This event is triggered when during the HELLO negotiation it was
determined that the server does not support the select bucket
command.
|
| SelectBucketFailedEvent |
If selecting a bucket during KV bootstrap fails, this is a really problematic
issue and needs to be looked at.
|
| UnknownResponseReceivedEvent |
|
| UnknownResponseStatusReceivedEvent |
|
| UnsolicitedFeaturesReturnedEvent |
If the server sends us unsolicited features during the HELLO negotiation,
this event will be raised - it is a warning severity since it indicates
a server bug.
|
| UnsupportedResponseTypeReceivedEvent |
|
| WriteTrafficCapturedEvent |
|