You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/07/30 11:37:43 UTC

[GitHub] [ignite] agura commented on a change in pull request #5676: IGNITE-10654 Print warn message in case of index creating with already existing fields.

agura commented on a change in pull request #5676: IGNITE-10654 Print warn message in case of index creating with already existing fields.
URL: https://github.com/apache/ignite/pull/5676#discussion_r308664924
 
 

 ##########
 File path: modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/index/BasicIndexTest.java
 ##########
 @@ -59,6 +69,24 @@
     /** */
     private int gridCount = 1;
 
+    /** */
+    private ListeningTestLogger srvLog;
+
+    /** */
+    private ListeningTestLogger clntLog;
+
+    /** */
+    private static final String CLIENT_NAME = "client";
 
 Review comment:
   static final fields should be placed before instance fields.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services