Shuffling Tuples - Parallel SQL

2018-12-06 Thread swathi
Hi, I am reading on Solr’s Parallel SQL. How each replica partition the results by using HashQParser plugin and shuffle the tuples with same values in the partition key field to same worker node ? How do we know the partition key field values? Thanks, Swathi.

How to check if solr cores have any issues and the node needs to be restarted

2017-09-11 Thread swathi
Hello Team, I am trying to restart a node that has issues with the cores. I was hoping to use CORE STATUS api and check whether it has any cores listed in the initFailures or not. Since all such cores do not respond to ping and receive traffic, I want to put effort into finding out the reason

Re: Solr Collection Create API queries

2016-09-09 Thread Swathi Singamsetty
olr. > > > On Fri, Sep 9, 2016 at 1:41 PM Swathi Singamsetty < > swathisingamsett...@gmail.com> wrote: > > > I am experimenting on this functionality and see how the overseer > monitors > > and keeps the minimum no of replicas up and running. > > > &

Re: Solr Collection Create API queries

2016-09-09 Thread Swathi Singamsetty
of the cluster. Please let me know if you need more information. Can you point me to the git repo branch where I can dig deeper and see this functionality ? Thanks, Swathi. On Fri, Sep 9, 2016 at 1:10 PM, Anshum Gupta <ans...@anshumgupta.net> wrote: > Just to clarify here, I sa

Re: Solr Collection Create API queries

2016-09-09 Thread Swathi Singamsetty
into the ref guide as well. Thanks, Swathi. On Friday, September 9, 2016, Erick Erickson <erickerick...@gmail.com> wrote: > You cannot just pick arbitrary parts of a JIRA discussion > and expect them to work. JIRAs are places where > discussion of alternatives takes place and the dis

Solr Collection Create API queries

2016-09-08 Thread Swathi Singamsetty
perties to create a collection in the create collection API to allow the overseer to bring up the minimum no. of replicas for each shard as per the replicationFactor set . But these 2 properties did not persist in the cluster state. Could someone let me know how to use these properties in this feature? Thanks & Regards, Swathi.