gvvinblade commented on a change in pull request #5949: IGNITE-8841
URL: https://github.com/apache/ignite/pull/5949#discussion_r253520528
 
 

 ##########
 File path: 
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/mvcc/CacheMvccAbstractTest.java
 ##########
 @@ -1716,12 +1716,19 @@ protected MvccProcessorImpl mvccProcessor(Ignite node) 
{
      * @throws Exception If failed.
      */
     protected final void checkActiveQueriesCleanup(Ignite node) throws 
Exception {
-        final MvccProcessorImpl crd = mvccProcessor(node);
+        final MvccProcessorImpl prc = mvccProcessor(node);
 
 Review comment:
   Not sure if it's really needed here. There are too many places where this 
name is used. We may easily rename all of them but in separate commit.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to