-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.0
-
Component/s: Publishing
-
Backlog priority:600
-
Sprint:nxfit 9.3.1
-
Story Points:3
In PublisherService, methods like the following:
- getAvailablePublicationTrees() and
- getPublicationTree()
use HashMap and not ConcurrentHashMap. This means that concurrent updates to the map may corrupt them and lead to infinite loops and 100% CPU load.
Note: This should not affect 9.x branch since there was some refactoring done.