Skip to content

Instrument RetryingTransactionHelper #106

@todorinskiz

Description

@todorinskiz

RetryingTransactionHelper can be used to hide many underlying concurrency issues.
We would like to instrument it to get more insights on:

  • How long does a transaction take
  • How many transactions failed
  • How many transactions were retried (would be hard to sniff out)
  • How many exceptions of each type were thrown (only the last exception is available, would be hard to sniff out all of the thrown exceptions)

https://github.com/Alfresco/alfresco-repository/blob/master/src/main/java/org/alfresco/repo/transaction/RetryingTransactionHelper.java

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions