amitjoy opened a new pull request #81:
URL: https://github.com/apache/felix-dev/pull/81


   The problem occurred when multiple injected services tried to be removed 
from the component's injection. It is highly likely because of the usage of 
`TreeMap` in such concurrent environment. Since `TreeMap` has never been 
written to be used in a concurrent environment, we should use 
`ConcurrentSkipListMap` instead as all the features of `TreeMap` have been 
introduced in `ConcurrentSkipListMap` and it is very much suitable for 
concurrent environment.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to