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.
Updated by Vincent MEMBRÉ over 11 years ago
- Status changed from New to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/227
Pull request : https://github.com/Normation/rudder/pull/227
Updated by Vincent MEMBRÉ over 11 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset 1bd151edc23f2ad11050fc1ea9b0911e3a6a4d3d.
Updated by Anonymous over 11 years ago
Applied in changeset adf8fe167693d124a76ccab47637b18b7944c170.
Updated by Nicolas PERRON over 11 years ago
- Subject changed from Some debug logs are not targeting the good method to Some debug logs informations about concurrent access were wrong
Updated by Nicolas PERRON over 11 years ago
- Status changed from Pending release to Released
Updated by Nicolas PERRON over 11 years ago
This bug has been fixed in Rudder 2.4.7, which was released today.
Check out:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2013-July/000041.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog24
- Download information: http://www.rudder-project.org/foswiki/Download/
Updated by Benoît PECCATTE over 9 years ago
- Category changed from 39 to System integration
Actions