[ 
https://issues.apache.org/jira/browse/WICKET-7110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17845976#comment-17845976
 ] 

ASF subversion and git services commented on WICKET-7110:
---------------------------------------------------------

Commit f379f9ae0a472339252f813d17b49f7e62842c72 in wicket's branch 
refs/heads/master from Martijn Dashorst
[ https://gitbox.apache.org/repos/asf?p=wicket.git;h=f379f9ae0a ]

Merge pull request #861 from apache/WICKET-7110

WICKET-7110 Feat: add lock holding stack to CouldNotLockPageException

> Add stack trace of lock holding thread in CouldNotLockPageException
> -------------------------------------------------------------------
>
>                 Key: WICKET-7110
>                 URL: https://issues.apache.org/jira/browse/WICKET-7110
>             Project: Wicket
>          Issue Type: Improvement
>            Reporter: Martijn Dashorst
>            Assignee: Martijn Dashorst
>            Priority: Minor
>
> Currently we only log the stack trace of the thread that keeps the lock on 
> the page when we can't claim a lock. It is beneficial to set the cause of the 
> CouldNotLockPageException to an exception that shows the stack trace elements 
> of the thread holding the lock.
> This way you can see in the monitoring what was the cause instead of having 
> to go look for the holding (e.g. slow) page in the logs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to