[ https://issues.apache.org/jira/browse/GEODE-2951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16026935#comment-16026935 ]
ASF GitHub Bot commented on GEODE-2951: --------------------------------------- Github user dihardman commented on the issue: https://github.com/apache/geode/pull/542 +1 - Looks fine to me. On Fri, May 26, 2017 at 12:30 PM, Dave Barnes <notificati...@github.com> wrote: > *@davebarnes97* approved this pull request. > > LGTM +1 > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/apache/geode/pull/542#pullrequestreview-40602142>, or mute > the thread > <https://github.com/notifications/unsubscribe-auth/AUMy_UrQpzbTYeZs5jH3mAVXgJRHu6n6ks5r9yhegaJpZM4Nn5Wj> > . > > A gfsh lucene query specifying --pageSize fails with a NullPointerException > --------------------------------------------------------------------------- > > Key: GEODE-2951 > URL: https://issues.apache.org/jira/browse/GEODE-2951 > Project: Geode > Issue Type: Bug > Components: docs, lucene > Reporter: Barry Oglesby > Assignee: Karen Smoler Miller > Fix For: 1.2.0 > > > A gfsh lucene query specifying {{--pageSize}} fails with a > NullPointerException: > {noformat} > gfsh>search lucene --name=index --region=data --queryStrings=NYPD > --defaultField=Agency --pageSize=10 > Could not process command due to GemFire error. An error occurred while > searching lucene index across the Geode cluster: null > {noformat} > This exception is logged in the locator.log: > {noformat} > [info 2017/05/18 12:42:22.317 PDT locator <RMI TCP Connection(2)-192.168.2.4> > tid=0x7f] null > java.lang.NullPointerException > at > org.apache.geode.cache.lucene.internal.cli.LuceneIndexCommands.displayResults(LuceneIndexCommands.java:476) > at > org.apache.geode.cache.lucene.internal.cli.LuceneIndexCommands.searchIndex(LuceneIndexCommands.java:299) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > {noformat} > The same query without the {{--pageSize=10}} setting works fine. -- This message was sent by Atlassian JIRA (v6.3.15#6346)