You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2019/12/18 19:00:10 UTC

[GitHub] [couchdb] nickva opened a new pull request #2373: Improve transaction name setting when tracing FDB transactions

nickva opened a new pull request #2373: Improve transaction name setting when tracing FDB transactions
URL: https://github.com/apache/couchdb/pull/2373
 
 
   Previously the per-request nonce value was set as the transaction name and so
   in the trace logs multiple transactions ended up having the same `TransactionID`
   which was pretty confusing.
   
   To fix the issue, append a transaction ID to the name. The ID is guaranteed to
   be unique for the life of the VM node.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services