nizhikov commented on a change in pull request #8927:
URL: https://github.com/apache/ignite/pull/8927#discussion_r602704494



##########
File path: 
modules/ducktests/src/main/java/org/apache/ignite/internal/ducktest/tests/rebalance/DataGenerationApplication.java
##########
@@ -57,16 +58,16 @@
      * @param entryCnt Entry count.
      * @param entrySize Entry size.
      */
-    private void generateCacheData(String cacheName, int entryCnt, int 
entrySize) {
+    private void generateCacheData(String cacheName, int entryCnt, int 
entrySize, int startKey) {
         int logStreamedEntriesQuant = (int)Math.pow(10, 
(int)Math.log10(entryCnt) - 1);
 
+        int streamed = 0;

Review comment:
       As far as I can understand streamed always equal to i+1.
   Can we just get rid of this variable?




-- 
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:
[email protected]


Reply via email to