Lei Zhang created SCB-1423:
------------------------------
Summary: Non-thread-safe method size of ConcurrentLinkedQueue in
AlphaIntegrationTest
Key: SCB-1423
URL: https://issues.apache.org/jira/browse/SCB-1423
Project: Apache ServiceComb
Issue Type: Test
Components: Saga
Reporter: Lei Zhang
Fix For: pack-0.5.0
Beware that, unlike in most collections, the size method is NOT a constant-time
operation. Because of the asynchronous nature of these queues, determining the
current number of elements requires a traversal of the elements.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)