Skip to content

Instantly share code, notes, and snippets.

@programmatix
Created June 30, 2022 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save programmatix/d1eaef5246a1a36793afe4100ddbb2ce to your computer and use it in GitHub Desktop.
Save programmatix/d1eaef5246a1a36793afe4100ddbb2ce to your computer and use it in GitHub Desktop.
// client record is created here
20:17:57.902 [cb-events] DEBUG c.c.transactions.clientrecord - [com.couchbase.transactions.clientrecord][LogEvent] default/_default/ext_sdk_integration_custom_collection/3d8b73d4-9eb6-4eba-837d-184d3cf63d62 found client record does not exist, creating and retrying
20:18:05.547 [grpc-default-executor-57] INFO c.c.PerformerTransactionService - ================ canGiveMultipleCollectionsInTransactionCleanupConfig() : testStart ================
20:18:05.613 [cb-events] INFO c.c.transactions.cleanup.lost - [com.couchbase.transactions.cleanup.lost][LogEvent] Client 19bae will start cleaning lost transactions on collection default._default._default
20:18:05.613 [cb-events] INFO c.c.transactions.cleanup.lost - [com.couchbase.transactions.cleanup.lost][LogEvent] Client 19bae will start cleaning lost transactions on collection default._default.ext_sdk_integration_custom_collection
// client record is deleted, probably by FIT clean slate
20:18:05.614 [cb-events] DEBUG c.c.transactions.clientrecord - [com.couchbase.transactions.clientrecord][LogEvent] CollectionIdentifier{bucket='default', scope=Optional[_default], collection=Optional[ext_sdk_integration_custom_collection], isDefault=false}/19baeefc-8dd9-4fbf-8b2d-9d4945239bb5 remove skipped as client record entry does not exist
20:18:05.614 [cb-events] INFO c.c.transactions.cleanup.lost - [com.couchbase.transactions.cleanup.lost][LogEvent] Client 19bae stopped lost cleanup process and removed client from client records
20:18:05.625 [grpc-default-executor-57] INFO c.c.PerformerTransactionService - ================ canGiveMultipleCollectionsInTransactionCleanupConfig() : testEnd ================
20:18:05.702 [grpc-default-executor-57] INFO c.c.PerformerTransactionService - ================ previouslyFailedTransactionIsCleanedUp_transactionCleanupConfigCollection() : testStart ================
20:18:06.815 [cb-events] INFO c.c.transactions.cleanup.lost - [com.couchbase.transactions.cleanup.lost][LogEvent] Client 83e44 will start cleaning lost transactions on collection default._default.ext_sdk_integration_custom_collection
// Somehow there is an older client in here, which seems it must be 19bae?
20:18:06.815 [cb-events] DEBUG c.c.transactions.clientrecord - [com.couchbase.transactions.clientrecord][LogEvent] default/_default/ext_sdk_integration_custom_collection/83e44524-5589-4508-a002-a1a2f62f9261 found 2 existing clients including this (2 active, 0 expired), included this=false, index of this=1, override={enabled=false,expires=0,now=1656533886000000000,active=false}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment