Actions
Bug #3641
closedSome debug logs informations about concurrent access were wrong
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
System integration
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
in a debug log from #3517, a debug log appeared because of concurrent access to a lock.
This log should say which method is throwing, but the wrong method is displayed.
11:17:26.685 [qtp760805843-76] DEBUG com.normation.rudder.services.servers.NodeConfigurationServiceImpl - Concurrent acces for method getStackTrace
The concurrent access is not the method getStackTrace.
Actions