Yakov Zhdanov created IGNITE-75:
-----------------------------------

             Summary: Revisit node stop procedure and busy locking
                 Key: IGNITE-75
                 URL: https://issues.apache.org/jira/browse/IGNITE-75
             Project: Ignite
          Issue Type: Bug
            Reporter: Yakov Zhdanov


# Have 64 or 128 threads preforming operations from public API (e.g. 
cache.put(..))
# Have 1 thread to stop current node. Stop will most likely hang due to busy 
lock on kernal gateway (since it is busy locked by threads performing puts)

Comments:
# Why we have multiple busy locks instead of using one from KernalGateway?
# All ongoing user initiated operations should fail, no new allowed and then 
stop procedure should proceed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to