[jira] [Comment Edited] (SOLR-7090) Cross collection join

2015-10-05 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14944094#comment-14944094 ] Scott Blum edited comment on SOLR-7090 at 10/5/15 9:37 PM: --- I have this basically

[jira] [Updated] (SOLR-7090) Cross collection join

2015-10-05 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-7090: - Attachment: SOLR-7090-fulljoin.patch I have this basically working as a QParser. Under the hood, it uses

[jira] [Commented] (LUCENE-3759) Support joining in a distributed environment.

2015-09-30 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938802#comment-14938802 ] Scott Blum commented on LUCENE-3759: Request for feedback / comments:

[jira] [Commented] (SOLR-7090) Cross collection join

2015-09-29 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14936152#comment-14936152 ] Scott Blum commented on SOLR-7090: -- I checked out the patch, but I found it a bit puzzling. I couldn't

[jira] [Commented] (LUCENE-3759) Support joining in a distributed environment.

2015-09-22 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14903290#comment-14903290 ] Scott Blum commented on LUCENE-3759: Ping? Anyone still care or know anything about this issue? >

[jira] [Commented] (LUCENE-3759) Support joining in a distributed environment.

2015-09-17 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14804342#comment-14804342 ] Scott Blum commented on LUCENE-3759: Stupid question? But is this obseleted by

[jira] [Commented] (LUCENE-3759) Support joining in a distributed environment.

2015-09-17 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14804292#comment-14804292 ] Scott Blum commented on LUCENE-3759: [~JoeZ] did you start on this? Everyone else, I would love to

[jira] [Commented] (SOLR-7956) There are interrupts on shutdown in places that can cause ChannelAlreadyClosed exceptions which prevents proper closing of transaction logs.

2015-09-01 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14725903#comment-14725903 ] Scott Blum commented on SOLR-7956: -- [~markrmil...@gmail.com] LGTM, thanks! One question about:

[jira] [Updated] (SOLR-7956) There are interrupts on shutdown in places that can cause ChannelAlreadyClosed exceptions which prevents proper closing of transaction logs.

2015-08-28 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-7956: - Attachment: SOLR-7956-commit-tracker.patch Some of those might be okay, I don't know the code well enough.

[jira] [Commented] (SOLR-7956) There are interrupts on shutdown in places that can cause ChannelAlreadyClosed exceptions which prevents proper closing of transaction logs.

2015-08-28 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14720916#comment-14720916 ] Scott Blum commented on SOLR-7956: -- bq. private volatile boolean closed = false; ^^ new

[jira] [Commented] (SOLR-7956) There are interrupts on shutdown in places that can cause ChannelAlreadyClosed exceptions which prevents proper closing of transaction logs.

2015-08-26 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14715413#comment-14715413 ] Scott Blum commented on SOLR-7956: -- fsyncService.shutdownNow() in IndexFetcher.cleanup()

[jira] [Commented] (SOLR-7956) There are interrupts on shutdown in places that can cause ChannelAlreadyClosed exceptions which prevents proper closing of transaction logs.

2015-08-26 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14715407#comment-14715407 ] Scott Blum commented on SOLR-7956: -- I also see a bunch of calls to

[jira] [Commented] (SOLR-7956) There are interrupts on shutdown in places that can cause ChannelAlreadyClosed exceptions which prevents proper closing of transaction logs.

2015-08-26 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14715320#comment-14715320 ] Scott Blum commented on SOLR-7956: -- Interrupts permanently breaking index writers is our

[jira] [Commented] (SOLR-7956) There are interrupts on shutdown in places that can cause ChannelAlreadyClosed exceptions which prevents proper closing of transaction logs.

2015-08-26 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14715392#comment-14715392 ] Scott Blum commented on SOLR-7956: -- Supposing I make the following adjustments:

[jira] [Commented] (LUCENE-4638) If IndexWriter is interrupted on close and is using a channel (mmap/nio), it can throw a ClosedByInterruptException and prevent you from opening a new IndexWriter in t

2015-08-26 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14715302#comment-14715302 ] Scott Blum commented on LUCENE-4638: Any update on this? In our mostly-stock 5.2.1

[jira] [Commented] (SOLR-6629) Watch /collections zk node on all nodes

2015-08-25 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14711411#comment-14711411 ] Scott Blum commented on SOLR-6629: -- Yay! Watch /collections zk node on all nodes

[jira] [Updated] (SOLR-6629) Watch /collections zk node on all nodes

2015-08-24 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-6629: - Attachment: SOLR-6629-new.patch Nope, I screwed it up, sorry! Correct patch attached. Watch

[jira] [Commented] (SOLR-6760) New optimized DistributedQueue implementation for overseer

2015-08-22 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14708094#comment-14708094 ] Scott Blum commented on SOLR-6760: -- Gregory, glad you're thinking about this. This kind

[jira] [Updated] (SOLR-6629) Watch /collections zk node on all nodes

2015-08-21 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-6629: - Attachment: SOLR-6629.patch Removed lazy collection caching behavior. All tests pass on trunk for me.

[jira] [Commented] (SOLR-6760) New optimized DistributedQueue implementation for overseer

2015-08-20 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14705029#comment-14705029 ] Scott Blum commented on SOLR-6760: -- Woohoo! New optimized DistributedQueue

[jira] [Updated] (SOLR-6629) Watch /collections zk node on all nodes

2015-08-20 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-6629: - Attachment: (was: SOLR-6629.patch) Watch /collections zk node on all nodes

[jira] [Updated] (SOLR-6629) Watch /collections zk node on all nodes

2015-08-20 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-6629: - Attachment: SOLR-6629.patch Should fix the test break. Watch /collections zk node on all nodes

[jira] [Updated] (SOLR-6629) Watch /collections zk node on all nodes

2015-08-20 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-6629: - Attachment: SOLR-6629.patch Watch /collections zk node on all nodes

[jira] [Commented] (SOLR-6760) New optimized DistributedQueue implementation for overseer

2015-08-19 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14703277#comment-14703277 ] Scott Blum commented on SOLR-6760: -- Fixed. To recap IRC discussion, the old test code

[jira] [Comment Edited] (SOLR-6760) New optimized DistributedQueue implementation for overseer

2015-08-19 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14703277#comment-14703277 ] Scott Blum edited comment on SOLR-6760 at 8/19/15 4:25 PM: ---

[jira] [Updated] (SOLR-6760) New optimized DistributedQueue implementation for overseer

2015-08-19 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-6760: - Attachment: SOLR-6760.patch Rewrite DQ test code to fix race, document offer() semantics. New optimized

[jira] [Updated] (SOLR-6760) New optimized DistributedQueue implementation for overseer

2015-08-19 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-6760: - Attachment: SOLR-6760.patch Final patch? DistributedQueueExt - OverseerCollectionQueue New optimized

[jira] [Commented] (SOLR-6629) Watch /collections zk node on all nodes

2015-08-18 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14702178#comment-14702178 ] Scott Blum commented on SOLR-6629: -- [~shalinmangar] ping for review Watch /collections

[jira] [Commented] (SOLR-6760) New optimized DistributedQueue implementation for overseer

2015-08-18 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14702177#comment-14702177 ] Scott Blum commented on SOLR-6760: -- [~shalinmangar] ping for review New optimized

[jira] [Updated] (SOLR-5756) A utility API to move collections from stateFormat=1 to stateFormat=2

2015-08-17 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-5756: - Attachment: SOLR-5756-fix.patch A real fix, I'm pretty sure. I found the race condition that was causing

[jira] [Updated] (SOLR-6629) Watch /collections zk node on all nodes

2015-08-17 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-6629: - Attachment: SOLR-6629.patch Watch /collections zk node on all nodes

[jira] [Commented] (SOLR-6629) Watch /collections zk node on all nodes

2015-08-17 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14700238#comment-14700238 ] Scott Blum commented on SOLR-6629: -- Added another patch, demonstrating the Lazy Collection

[jira] [Updated] (SOLR-6629) Watch /collections zk node on all nodes

2015-08-17 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-6629: - Attachment: (was: SOLR-6629.patch) Watch /collections zk node on all nodes

[jira] [Commented] (SOLR-5872) Eliminate overseer queue

2015-08-17 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14700144#comment-14700144 ] Scott Blum commented on SOLR-5872: -- At the risk of creating two code paths, here's an

[jira] [Commented] (SOLR-5872) Eliminate overseer queue

2015-08-17 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14700191#comment-14700191 ] Scott Blum commented on SOLR-5872: -- Agreed. The idea behind #2 is to serve two very

[jira] [Updated] (SOLR-6629) Watch /collections zk node on all nodes

2015-08-14 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-6629: - Attachment: SOLR-6629.patch Second pass, I think this is actually in a good state. We do need to chat

[jira] [Updated] (SOLR-6629) Watch /collections zk node on all nodes

2015-08-14 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-6629: - Attachment: (was: SOLR-6629.patch) Watch /collections zk node on all nodes

[jira] [Comment Edited] (SOLR-6629) Watch /collections zk node on all nodes

2015-08-14 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14697552#comment-14697552 ] Scott Blum edited comment on SOLR-6629 at 8/14/15 6:58 PM: ---

[jira] [Commented] (SOLR-7869) Overseer does not handle BadVersionException correctly

2015-08-13 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14695501#comment-14695501 ] Scott Blum commented on SOLR-7869: -- Great change! Couple of minor nits: 1) There's a

[jira] [Updated] (SOLR-6629) Watch /collections zk node on all nodes

2015-08-13 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-6629: - Attachment: SOLR-6629.patch First pass. ZkStateWriterTest is failing, but I need guidance on whether the

[jira] [Updated] (SOLR-6760) New optimized DistributedQueue implementation for overseer

2015-08-12 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-6760: - Attachment: SOLR-6760.patch Test is no longer flaky New optimized DistributedQueue implementation for

[jira] [Commented] (SOLR-6760) New optimized DistributedQueue implementation for overseer

2015-08-12 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14693804#comment-14693804 ] Scott Blum commented on SOLR-6760: -- [~noble.paul] I feel like the API and implementation

[jira] [Commented] (SOLR-6760) New optimized DistributedQueue implementation for overseer

2015-08-12 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14693866#comment-14693866 ] Scott Blum commented on SOLR-6760: -- +1 I was actually hoping someone would suggest a

[jira] [Updated] (SOLR-6760) New optimized DistributedQueue implementation for overseer

2015-08-11 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-6760: - Attachment: (was: SOLR-6760.patch) New optimized DistributedQueue implementation for overseer

[jira] [Updated] (SOLR-6760) New optimized DistributedQueue implementation for overseer

2015-08-11 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-6760: - Attachment: (was: SOLR-6760.patch) New optimized DistributedQueue implementation for overseer

[jira] [Updated] (SOLR-6760) New optimized DistributedQueue implementation for overseer

2015-08-11 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-6760: - Attachment: SOLR-6760.patch New patch, with better testing. Tests all passing, I think. New optimized

[jira] [Commented] (SOLR-6760) New optimized DistributedQueue implementation for overseer

2015-08-11 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14692319#comment-14692319 ] Scott Blum commented on SOLR-6760: -- [~shalinmangar] please sanity check the block of code

[jira] [Commented] (SOLR-6760) New optimized DistributedQueue implementation for overseer

2015-08-11 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14682298#comment-14682298 ] Scott Blum commented on SOLR-6760: -- NOTE: committer should start with an svn copy

[jira] [Updated] (SOLR-6760) New optimized DistributedQueue implementation for overseer

2015-08-11 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-6760: - Attachment: SOLR-6760.patch Running ant test now, I actually expect this may pass.. New optimized

[jira] [Commented] (SOLR-6760) New optimized DistributedQueue implementation for overseer

2015-08-11 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14692748#comment-14692748 ] Scott Blum commented on SOLR-6760: -- I did get ant test to pass, but the new test is flaky.

[jira] [Updated] (SOLR-6760) New optimized DistributedQueue implementation for overseer

2015-08-10 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-6760: - Attachment: (was: SOLR-6760.patch) New optimized DistributedQueue implementation for overseer

[jira] [Updated] (SOLR-6760) New optimized DistributedQueue implementation for overseer

2015-08-10 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-6760: - Attachment: SOLR-6760.patch Minimal tests passing, haven't run full suite. New optimized

[jira] [Updated] (SOLR-6760) New optimized DistributedQueue implementation for overseer

2015-08-10 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-6760: - Attachment: deadlock.patch Added a patch to show the deadlock state I was in. Not sure why... Example of

[jira] [Commented] (SOLR-7869) Overseer does not handle BadVersionException correctly

2015-08-10 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14680558#comment-14680558 ] Scott Blum commented on SOLR-7869: -- 1) bq Actually Overseer already has code that catches

[jira] [Commented] (SOLR-6629) Watch /collections zk node on all nodes

2015-08-10 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14680507#comment-14680507 ] Scott Blum commented on SOLR-6629: -- Now that SOLR-5756 is landed, can we flesh this ticket

[jira] [Commented] (SOLR-6629) Watch /collections zk node on all nodes

2015-08-10 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14680780#comment-14680780 ] Scott Blum commented on SOLR-6629: -- Note: LegacyClusterStateWatcher.refreshAndWatch() is

[jira] [Updated] (SOLR-6760) New optimized DistributedQueue implementation for overseer

2015-08-10 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-6760: - Attachment: SOLR-6760.patch First pass. The DQ tests themselves pass, but I haven't yet run the full test

[jira] [Commented] (SOLR-6760) New optimized DistributedQueue implementation for overseer

2015-08-10 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14680909#comment-14680909 ] Scott Blum commented on SOLR-6760: -- One big question I have is how to handle session/loss

[jira] [Commented] (SOLR-6760) New optimized DistributedQueue implementation for overseer

2015-08-10 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14680910#comment-14680910 ] Scott Blum commented on SOLR-6760: -- Or I could tickle notEmpty when we lose session,

[jira] [Commented] (SOLR-7869) Overseer does not handle BadVersionException correctly

2015-08-09 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14679319#comment-14679319 ] Scott Blum commented on SOLR-7869: -- 1) So this doesn't actually fix anything yet, because

[jira] [Commented] (SOLR-5756) A utility API to move collections from stateFormat=1 to stateFormat=2

2015-08-07 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14662183#comment-14662183 ] Scott Blum commented on SOLR-5756: -- nit: CollectionAdminRequest.java has a copy-pasted

[jira] [Commented] (SOLR-5756) A utility API to move collections from stateFormat=1 to stateFormat=2

2015-08-07 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14662162#comment-14662162 ] Scott Blum commented on SOLR-5756: -- Awesome, thanks! I presume there won't be a backport

[jira] [Updated] (SOLR-5756) A utility API to move collections from internal to external

2015-08-05 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-5756: - Attachment: (was: SOLR-5756-trunk.patch) A utility API to move collections from internal to external

[jira] [Updated] (SOLR-5756) A utility API to move collections from internal to external

2015-08-05 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-5756: - Attachment: SOLR-5756-trunk.patch Now includes fix for SOLR-7870 A utility API to move collections from

[jira] [Updated] (SOLR-5756) A utility API to move collections from internal to external

2015-08-05 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-5756: - Attachment: (was: SOLR-5756-trunk.patch) A utility API to move collections from internal to external

[jira] [Updated] (SOLR-5756) A utility API to move collections from internal to external

2015-08-05 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-5756: - Attachment: (was: SOLR-5756-trunk.patch) A utility API to move collections from internal to external

[jira] [Updated] (SOLR-5756) A utility API to move collections from internal to external

2015-08-05 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-5756: - Attachment: SOLR-5756-part2.patch Part 2 of the patch, adds a MIGRATESTATEFORMAT collection command.

[jira] [Updated] (SOLR-5756) A utility API to move collections from internal to external

2015-08-05 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-5756: - Attachment: (was: SOLR-5756-vs-5.2.1.patch) A utility API to move collections from internal to

[jira] [Commented] (SOLR-5872) Eliminate overseer queue

2015-08-05 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14658807#comment-14658807 ] Scott Blum commented on SOLR-5872: -- Now that SOLR-5756 is close to landed, I want to take

[jira] [Updated] (SOLR-7869) Overseer does not handle BadVersionException correctly

2015-08-04 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-7869: - Attachment: SOLR-7869.patch Attached a TEST ONLY that repros the failure. This is not a fix. Overseer

[jira] [Commented] (SOLR-7869) Overseer does not handle BadVersionException correctly

2015-08-04 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14654472#comment-14654472 ] Scott Blum commented on SOLR-7869: -- But what's the right fix? Having looked through the

[jira] [Updated] (SOLR-7870) Write a test which asserts that requests to stateFormat=2 collection succeed on a node even after all local replicas of that collection have been removed

2015-08-04 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-7870: - Attachment: SOLR-7870.patch You can put my name on this. I have a patch that can be applied after

[jira] [Updated] (SOLR-5756) A utility API to move collections from internal to external

2015-08-04 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-5756: - Attachment: (was: SOLR-5756-trunk.patch) A utility API to move collections from internal to external

[jira] [Updated] (SOLR-5756) A utility API to move collections from internal to external

2015-08-04 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-5756: - Attachment: (was: SOLR-5756-trunk.patch) A utility API to move collections from internal to external

[jira] [Updated] (SOLR-5756) A utility API to move collections from internal to external

2015-08-04 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-5756: - Attachment: SOLR-5756-trunk.patch A utility API to move collections from internal to external

[jira] [Commented] (SOLR-5756) A utility API to move collections from internal to external

2015-08-04 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14653993#comment-14653993 ] Scott Blum commented on SOLR-5756: -- 1) I don't understand. `if (children == null ||

[jira] [Updated] (SOLR-5756) A utility API to move collections from internal to external

2015-08-04 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-5756: - Attachment: SOLR-5756-trunk.patch With the changes we discussed! Tests passing. A utility API to move

[jira] [Updated] (SOLR-5756) A utility API to move collections from internal to external

2015-08-04 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-5756: - Attachment: SOLR-5756-trunk.patch Now with 100% more testing. A utility API to move collections from

[jira] [Updated] (SOLR-5756) A utility API to move collections from internal to external

2015-08-03 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-5756: - Attachment: SOLR-5756-trunk.patch Try this. I haven't run tests all the way through, but most of the way.

[jira] [Updated] (SOLR-5756) A utility API to move collections from internal to external

2015-08-03 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-5756: - Attachment: SOLR-5756-trunk.patch A utility API to move collections from internal to external

[jira] [Commented] (SOLR-5756) A utility API to move collections from internal to external

2015-08-03 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14652366#comment-14652366 ] Scott Blum commented on SOLR-5756: -- 1) Great catch, totally missed that. 2) Sure, not a

[jira] [Commented] (SOLR-6629) Watch /collections zk node on all nodes

2015-08-03 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14652385#comment-14652385 ] Scott Blum commented on SOLR-6629: -- Might get some love as part of SOLR-5756 Watch

[jira] [Commented] (SOLR-5756) A utility API to move collections from internal to external

2015-08-03 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14652401#comment-14652401 ] Scott Blum commented on SOLR-5756: -- Okay, per discussion on IRC let me summarize the big

[jira] [Commented] (SOLR-7854) Remove ZkStateReader.updateClusterState(false)

2015-08-02 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14651164#comment-14651164 ] Scott Blum commented on SOLR-7854: -- ty for landing Shalin :) Remove

[jira] [Updated] (SOLR-5756) A utility API to move collections from internal to external

2015-07-31 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-5756: - Attachment: SOLR-5756-vs-5.2.1.patch Initial stab at something working, based on 5.2.1. Haven't run

[jira] [Created] (SOLR-7854) Remove ZkStateReader.updateClusterState(false)

2015-07-31 Thread Scott Blum (JIRA)
Scott Blum created SOLR-7854: Summary: Remove ZkStateReader.updateClusterState(false) Key: SOLR-7854 URL: https://issues.apache.org/jira/browse/SOLR-7854 Project: Solr Issue Type: Improvement

[jira] [Updated] (SOLR-7854) Remove ZkStateReader.updateClusterState(false)

2015-07-31 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-7854: - Description: `updateClusterState(false)` as far as I can tell has zero callers. It's super pointless

[jira] [Updated] (SOLR-5756) A utility API to move collections from internal to external

2015-07-31 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-5756: - Attachment: SOLR-5756-vs-5.2.1.patch (couple of comments and fixed one thing) A utility API to move

[jira] [Updated] (SOLR-5756) A utility API to move collections from internal to external

2015-07-31 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-5756: - Attachment: (was: SOLR-5756-vs-5.2.1.patch) A utility API to move collections from internal to

[jira] [Updated] (SOLR-5756) A utility API to move collections from internal to external

2015-07-31 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-5756: - Attachment: SOLR-5756-vs-5.2.1.patch (more bugfixes... will tests pass?) A utility API to move

[jira] [Updated] (SOLR-5756) A utility API to move collections from internal to external

2015-07-31 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-5756: - Attachment: (was: SOLR-5756-vs-5.2.1.patch) A utility API to move collections from internal to

[jira] [Updated] (SOLR-5756) A utility API to move collections from internal to external

2015-07-31 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-5756: - Attachment: (was: SOLR-5756-vs-5.2.1.patch) A utility API to move collections from internal to

[jira] [Updated] (SOLR-5756) A utility API to move collections from internal to external

2015-07-31 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-5756: - Attachment: SOLR-5756-vs-5.2.1.patch I think the tests are actually passing now. A utility API to move

[jira] [Updated] (SOLR-7854) Remove ZkStateReader.updateClusterState(false)

2015-07-31 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Blum updated SOLR-7854: - Attachment: SOLR-7854.patch Simple patch against trunk. (Would like to backport also) Remove

[jira] [Commented] (SOLR-5756) A utility API to move collections from internal to external

2015-07-30 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14648469#comment-14648469 ] Scott Blum commented on SOLR-5756: -- Also, what branch should I be working against? I have

[jira] [Commented] (SOLR-5756) A utility API to move collections from internal to external

2015-07-30 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14648097#comment-14648097 ] Scott Blum commented on SOLR-5756: -- [~noble.paul] [~shalinmangar] do either of you ever

[jira] [Commented] (SOLR-5146) Figure out what it would take for lazily-loaded cores to play nice with SolrCloud

2015-07-15 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14628765#comment-14628765 ] Scott Blum commented on SOLR-5146: -- I would just like to add a thought here, maybe we

[jira] [Commented] (SOLR-5146) Figure out what it would take for lazily-loaded cores to play nice with SolrCloud

2015-07-15 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14628827#comment-14628827 ] Scott Blum commented on SOLR-5146: -- We have a multi-tenant model ourselves (collection per

[jira] [Commented] (SOLR-5756) A utility API to move collections from internal to external

2015-07-09 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14621500#comment-14621500 ] Scott Blum commented on SOLR-5756: -- That sounds great. I will get on this in the next

[jira] [Commented] (SOLR-5756) A utility API to move collections from internal to external

2015-07-08 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618875#comment-14618875 ] Scott Blum commented on SOLR-5756: -- Hi, has any work started on this issue? We have a

<    1   2   3   4   5   6   >