Re: Split Shard Error - maxValue must be non-negative

2013-08-13 Thread Greg Preston
I'm running into the same issue using composite routing keys when all of the shard keys end up in one of the subshards. -Greg On Tue, Aug 13, 2013 at 9:34 AM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > Scratch that. I obviously didn't pay attention to the stack trace. > There is n

Re: Split Shard Error - maxValue must be non-negative

2013-08-13 Thread Shalin Shekhar Mangar
Scratch that. I obviously didn't pay attention to the stack trace. There is no workaround until 4.5 for this issue because we split the range by half and thus cannot guarantee that all segments will have numDocs > 0. On Tue, Aug 13, 2013 at 9:25 PM, Shalin Shekhar Mangar wrote: > On Tue, Aug 13,

Re: Split Shard Error - maxValue must be non-negative

2013-08-13 Thread Shalin Shekhar Mangar
On Tue, Aug 13, 2013 at 9:15 PM, Robert Muir wrote: > On Tue, Aug 13, 2013 at 11:39 AM, Shalin Shekhar Mangar > wrote: >> The splitting code calls commit before it starts the splitting. It creates >> a LiveDocsReader using a bitset created by the split. This reader is merged >> to an index using

Re: Split Shard Error - maxValue must be non-negative

2013-08-13 Thread Robert Muir
On Tue, Aug 13, 2013 at 11:39 AM, Shalin Shekhar Mangar wrote: > The splitting code calls commit before it starts the splitting. It creates > a LiveDocsReader using a bitset created by the split. This reader is merged > to an index using addIndexes. > > Shouldn't the addIndexes code then ignore al

Re: Split Shard Error - maxValue must be non-negative

2013-08-13 Thread Shalin Shekhar Mangar
ocument "split" (or maybe a split containing all deletions). > > On Tue, Aug 13, 2013 at 8:22 AM, Srivatsan > wrote: > > Ya i am performing commit after split request is submitted to server. > > > > > > > > -- > > View this message in conte

Re: Split Shard Error - maxValue must be non-negative

2013-08-13 Thread Robert Muir
split containing all deletions). On Tue, Aug 13, 2013 at 8:22 AM, Srivatsan wrote: > Ya i am performing commit after split request is submitted to server. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Split-Shard-Error-maxValue-must-be-non-negative-tp

Re: Split Shard Error - maxValue must be non-negative

2013-08-13 Thread Srivatsan
Ya i am performing commit after split request is submitted to server. -- View this message in context: http://lucene.472066.n3.nabble.com/Split-Shard-Error-maxValue-must-be-non-negative-tp4084220p4084256.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Split Shard Error - maxValue must be non-negative

2013-08-13 Thread Robert Muir
r.java:264) > at > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) > at > org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) > at java.lang.Thread.run(Thread.java:679)/ > > > How to resolve this problem? > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Split-Shard-Error-maxValue-must-be-non-negative-tp4084220.html > Sent from the Solr - User mailing list archive at Nabble.com.

Split Shard Error - maxValue must be non-negative

2013-08-13 Thread Srivatsan
java.lang.Thread.run(Thread.java:679)/ How to resolve this problem? -- View this message in context: http://lucene.472066.n3.nabble.com/Split-Shard-Error-maxValue-must-be-non-negative-tp4084220.html Sent from the Solr - User mailing list archive at Nabble.com.