Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 90D4617A2B for ; Thu, 16 Apr 2015 08:38:34 +0000 (UTC) Received: (qmail 55430 invoked by uid 500); 16 Apr 2015 08:38:25 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 55391 invoked by uid 500); 16 Apr 2015 08:38:25 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 55371 invoked by uid 99); 16 Apr 2015 08:38:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Apr 2015 08:38:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 16 Apr 2015 08:38:22 +0000 Received: (qmail 54710 invoked by uid 99); 16 Apr 2015 08:38:02 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Apr 2015 08:38:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7B410E0FB5; Thu, 16 Apr 2015 08:38:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: akuznetsov@apache.org To: commits@ignite.incubator.apache.org Date: Thu, 16 Apr 2015 08:38:42 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [42/48] incubator-ignite git commit: # ignite-690 WIP X-Virus-Checked: Checked by ClamAV on apache.org # 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-737 Commit: e8a9dfbe31de94d1142d47b7c8aa00cbf15eb851 Parents: cd75a76 Author: Andrey Authored: Thu Apr 16 13:10:59 2015 +0700 Committer: Andrey 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()