Actions
Task #3017
closedMonitoring: Number of threads waiting for EntityEvent lock
Start date:
12/10/2021
Due date:
% Done:
100%
Estimated time:
Owner:
Updated by Peter Štrunc almost 3 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 80
Implemented in pstrunc/3017-event-lock-monitoring
Updated by Roman Kučera almost 3 years ago
I made code review, please fix only this small one thing
- EntityEventLockQueueMonitoringEvaluator - fix java doc for class and author and since annotation
otherwise LGTM
I need to test it.
Updated by Roman Kučera almost 3 years ago
Test, work correctly
(Not able to simulate some locked threads) so only tested success and fail with threshold -1
@sourek Only thing for fix is the message when monitoring is performed now it says "Příliš mnoho vláken čeká na zámek nad frontou událostí" which is confusing when the number is lower then the treshold
Updated by Peter Štrunc almost 3 years ago
- % Done changed from 80 to 90
Thanks, @kucerar for the code review. I changed the message so that it is more general.
Updated by Peter Štrunc almost 3 years ago
Wiki doc here: https://wiki.czechidm.com/devel/documentation/monitoring#entityeventlockqueuemonitoringevaluator
I also fixed the Javadoc as mentioned in previous comments
Updated by Peter Štrunc almost 3 years ago
- Status changed from In Progress to Resolved
- % Done changed from 90 to 100
Merged to develop here: https://github.com/bcvsolutions/CzechIdMng/pull/166
Updated by Roman Kučera almost 3 years ago
- Status changed from Resolved to Closed
Actions