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 2022/06/30 09:02:27 UTC

[GitHub] [ignite] nizhikov commented on a diff in pull request #10116: IGNITE-17236 Inline statistics added to index-reader

nizhikov commented on code in PR #10116:
URL: https://github.com/apache/ignite/pull/10116#discussion_r910785770


##########
modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/indexreader/IgniteIndexReader.java:
##########
@@ -263,19 +328,15 @@ public static void main(String[] args) {
 
         p.parse(asList(args).iterator());
 
-        IgniteIndexReaderFilePageStoreFactory filePageStoreFactory = new IgniteIndexReaderFilePageStoreFactory(
-            new File(p.<String>get(DIR_ARG)),
-            p.get(PAGE_SIZE_ARG),
-            p.get(PART_CNT_ARG),
-            p.get(PAGE_STORE_VER_ARG)
-        );
-
         Set<String> idxs = new HashSet<>(asList(p.get(INDEXES_ARG)));
 
         try (IgniteIndexReader reader = new IgniteIndexReader(
+            p.<Integer>get(PAGE_SIZE_ARG),

Review Comment:
   Fixed.



-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org