# ignite-690 WIP
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/e8a9dfbe Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/e8a9dfbe Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/e8a9dfbe Branch: refs/heads/ignite-sprint-4 Commit: e8a9dfbe31de94d1142d47b7c8aa00cbf15eb851 Parents: cd75a76 Author: Andrey <anovi...@gridgain.com> Authored: Thu Apr 16 13:10:59 2015 +0700 Committer: Andrey <anovi...@gridgain.com> Committed: Thu Apr 16 13:10:59 2015 +0700 ---------------------------------------------------------------------- .../apache/ignite/visor/commands/cache/VisorCacheScanCommand.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e8a9dfbe/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/cache/VisorCacheScanCommand.scala ---------------------------------------------------------------------- diff --git a/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/cache/VisorCacheScanCommand.scala b/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/cache/VisorCacheScanCommand.scala index 405a4d7..6c2da03 100644 --- a/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/cache/VisorCacheScanCommand.scala +++ b/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/cache/VisorCacheScanCommand.scala @@ -187,7 +187,7 @@ class VisorCacheScanCommand { ask("\nFetch more objects (y/n) [y]:", "y") match { case "y" | "Y" => try { - res = executeOne(n.id(), classOf[VisorQueryNextPageTask], + res = executeOne(fullRes.responseNodeId(), classOf[VisorQueryNextPageTask], new IgniteBiTuple[String, Integer](fullRes.queryId(), pageSize)) render()