Hi Alex, Igniters, I've fixed a deadlock in GridDhtAtomicCache that was a reason of frequent hanging of "Cache Restart" test suite.
In short, the deadlock happened because a cache was already stopped but some running threads, that perform cache related operations, keep using invalidated GridCacheContext. All the details are described here: https://issues.apache.org/jira/browse/IGNITE-1189 <https://issues.apache.org/jira/browse/IGNITE-1189> Alex, as one of earlier implementers of this code, please review the changes. Regards, Denis