lucene-solr pull request: Allow ConnectionManager.process to run from multi...

2014-01-07 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/13 Allow ConnectionManager.process to run from multiple threads One potential fix for SOLR-5615. Hardly sure about whether this is the correct way to go about this, but it's a start I guess

lucene-solr pull request: Make ZkStateReader.aliases volatile, this can be ...

2014-01-08 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/15 Make ZkStateReader.aliases volatile, this can be updated async from a watcher You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] lucene-solr pull request: Fix directory deletion in ExtractReuters...

2014-11-23 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/106 Fix directory deletion in ExtractReuters, recover from errors Patch for LUCENE-6073. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] lucene-solr pull request: SOLR-4792: stop shipping a war in 5.0

2014-11-23 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/107 SOLR-4792: stop shipping a war in 5.0 Patch for SOLR-4792. You can merge this pull request into a Git repository by running: $ git pull https://github.com/bloomberg/lucene-solr

[GitHub] lucene-solr pull request: Use stateUpdateQueue using working off i...

2014-11-25 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/109 Use stateUpdateQueue using working off it for stats Fix for SOLR-6459. You can merge this pull request into a Git repository by running: $ git pull https://github.com/bloomberg

[GitHub] lucene-solr pull request: Untangle SnapPuller and ReplicationHandl...

2014-11-27 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/110 Untangle SnapPuller and ReplicationHandler Initial patch for SOLR-6804. I haven't got to the last point (merging snapPuller and tempSnapPuller), I will get to it after SOLR-6500

[GitHub] lucene-solr pull request: Change languageLevel used by IntelliJ to...

2014-11-29 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/111 Change languageLevel used by IntelliJ to 1.8 on trunk Patch for LUCENE-6081. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] lucene-solr pull request: Remove copy of .war in dist, rename exam...

2014-11-29 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/112 Remove copy of .war in dist, rename example to server Patch for SOLR-4792 to move the war out of dist. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] lucene-solr pull request: Log all Overseer operations, queue size

2014-09-01 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/91 Log all Overseer operations, queue size Patch for SOLR-6459 You can merge this pull request into a Git repository by running: $ git pull https://github.com/bloomberg/lucene-solr

[GitHub] lucene-solr pull request: Refactor FileFetcher in SnapPuller, add ...

2014-09-10 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/93 Refactor FileFetcher in SnapPuller, add debug logging Patch for SOLR-6500 You can merge this pull request into a Git repository by running: $ git pull https://github.com/bloomberg

[GitHub] lucene-solr pull request: Run checkIfIamLeader in a separate threa...

2014-07-20 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/66 Run checkIfIamLeader in a separate thread Initial patch for [SOLR-6261](https://issues.apache.org/jira/browse/SOLR-6261) to run `checkIfIAmLeader` in a separate thread, passes all tests

[GitHub] lucene-solr pull request: solr: Log params used for UpdateShardHan...

2014-07-24 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/69 solr: Log params used for UpdateShardHandler HTTP client One liner for SOLR-6274 You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] lucene-solr pull request: solr: Start RTimer for SearchHandler fro...

2014-07-24 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/70 solr: Start RTimer for SearchHandler from right when the request starts Patch for SOLR-6275 You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] lucene-solr pull request: Fix NPE in OCP when non-existent sliceId...

2014-07-26 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/74 Fix NPE in OCP when non-existent sliceId is used for a deleteShard request Patch for SOLR-6284 You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] lucene-solr pull request: Wrap connectionManager in SolrZkClient c...

2014-09-29 Thread andyetitmoves
Github user andyetitmoves commented on the pull request: https://github.com/apache/lucene-solr/pull/78#issuecomment-57178936 Moved to SOLR-6570 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] lucene-solr pull request: Stop attempting to check Overseer leader...

2014-08-29 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/89 Stop attempting to check Overseer leadership on exit Patch for SOLR-6453 You can merge this pull request into a Git repository by running: $ git pull https://github.com/bloomberg

[GitHub] lucene-solr pull request: Suppress EofExceptions happening when wr...

2014-08-29 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/90 Suppress EofExceptions happening when writing responses Patch for SOLR-6454 You can merge this pull request into a Git repository by running: $ git pull https://github.com/bloomberg

[GitHub] lucene-solr pull request: Wrap connectionManager in SolrZkClient c...

2014-08-05 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/78 Wrap connectionManager in SolrZkClient constructor Patch for SOLR-6261 to run the session watcher async as well. You can merge this pull request into a Git repository by running

[GitHub] lucene-solr pull request: Set default connTimeout to 60s, soTimeou...

2014-08-05 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/79 Set default connTimeout to 60s, soTimeout to 600s Patch for SOLR-6324. You can merge this pull request into a Git repository by running: $ git pull https://github.com/bloomberg

[GitHub] lucene-solr pull request: Reuse watcher in DistributedQueue across...

2014-08-07 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/80 Reuse watcher in DistributedQueue across peek/take Initial patch for SOLR-6336. Some more work can probably be done (other functions in the queue still do this, and probably tests would

[GitHub] lucene-solr pull request: Cache children as well so that they can ...

2014-08-08 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/81 Cache children as well so that they can be returned when the watcher is reused Fixes an issue with apache/lucene-solr#80 pulled to SOLR-6336. If the first `getChildren` actually returns

[GitHub] lucene-solr pull request: Remove VCS mapping from idea configurati...

2014-08-09 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/82 Remove VCS mapping from idea configuration file vcs.xml Patch for SOLR-6538. You can merge this pull request into a Git repository by running: $ git pull https://github.com/bloomberg

[GitHub] lucene-solr pull request: Customize number of logs and records to ...

2014-08-09 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/83 Customize number of logs and records to keep with UpdateLog Patch for SOLR-6359 You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] lucene-solr pull request: Allow tests to report/fail on many ZK wa...

2014-08-13 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/84 Allow tests to report/fail on many ZK watches being parallelly requested on the same data Initial patch for SOLR-6370, starts off with conservative defaults (just show report

[GitHub] lucene-solr pull request: Explicitly stop beast from running on to...

2014-09-21 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/96 Explicitly stop beast from running on top-level modules Patch for LUCENE-5968 You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] lucene-solr pull request: Use JUnit rules instead of inheritance w...

2014-12-30 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/121 Use JUnit rules instead of inheritance with distributed Solr tests to allow for multiple tests without the same class Patch for SOLR-6902 You can merge this pull request into a Git

[GitHub] lucene-solr pull request: Use JUnit rules instead of inheritance w...

2014-12-31 Thread andyetitmoves
Github user andyetitmoves commented on the pull request: https://github.com/apache/lucene-solr/pull/121#issuecomment-68439138 Thanks for the comments @madrob, I have updated with some revisions. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] lucene-solr pull request: Allow ConnectionManager.process to run f...

2014-12-31 Thread andyetitmoves
Github user andyetitmoves closed the pull request at: https://github.com/apache/lucene-solr/pull/13 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] lucene-solr pull request: Make ZkStateReader.aliases volatile, thi...

2014-12-31 Thread andyetitmoves
Github user andyetitmoves closed the pull request at: https://github.com/apache/lucene-solr/pull/15 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] lucene-solr pull request: Run checkIfIamLeader in a separate threa...

2014-12-31 Thread andyetitmoves
Github user andyetitmoves closed the pull request at: https://github.com/apache/lucene-solr/pull/66 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] lucene-solr pull request: solr: Log params used for UpdateShardHan...

2014-12-31 Thread andyetitmoves
Github user andyetitmoves closed the pull request at: https://github.com/apache/lucene-solr/pull/69 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] lucene-solr pull request: Wrap connectionManager in SolrZkClient c...

2014-12-31 Thread andyetitmoves
Github user andyetitmoves closed the pull request at: https://github.com/apache/lucene-solr/pull/78 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] lucene-solr pull request: Cache children as well so that they can ...

2014-12-31 Thread andyetitmoves
Github user andyetitmoves closed the pull request at: https://github.com/apache/lucene-solr/pull/81 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] lucene-solr pull request: Remove VCS mapping from idea configurati...

2014-12-31 Thread andyetitmoves
Github user andyetitmoves closed the pull request at: https://github.com/apache/lucene-solr/pull/82 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] lucene-solr pull request: Stop attempting to check Overseer leader...

2014-12-31 Thread andyetitmoves
Github user andyetitmoves closed the pull request at: https://github.com/apache/lucene-solr/pull/89 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] lucene-solr pull request: Suppress EofExceptions happening when wr...

2014-12-31 Thread andyetitmoves
Github user andyetitmoves closed the pull request at: https://github.com/apache/lucene-solr/pull/90 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] lucene-solr pull request: Log all Overseer operations, queue size

2014-12-31 Thread andyetitmoves
Github user andyetitmoves closed the pull request at: https://github.com/apache/lucene-solr/pull/91 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] lucene-solr pull request: SOLR-4792: stop shipping a war in 5.0

2014-12-31 Thread andyetitmoves
Github user andyetitmoves closed the pull request at: https://github.com/apache/lucene-solr/pull/107 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] lucene-solr pull request: Use stateUpdateQueue using working off i...

2014-12-31 Thread andyetitmoves
Github user andyetitmoves closed the pull request at: https://github.com/apache/lucene-solr/pull/109 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] lucene-solr pull request: Use JUnit rules instead of inheritance w...

2014-12-31 Thread andyetitmoves
Github user andyetitmoves commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/121#discussion_r22386755 --- Diff: solr/test-framework/src/java/org/apache/solr/BaseDistributedSearchTestCase.java --- @@ -861,23 +877,107 @@ protected void

[GitHub] lucene-solr pull request: Use JUnit rules instead of inheritance w...

2014-12-31 Thread andyetitmoves
Github user andyetitmoves commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/121#discussion_r22386987 --- Diff: solr/test-framework/src/java/org/apache/solr/BaseDistributedSearchTestCase.java --- @@ -861,23 +877,107 @@ protected void

[GitHub] lucene-solr pull request: Use JUnit rules instead of inheritance w...

2014-12-31 Thread andyetitmoves
Github user andyetitmoves commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/121#discussion_r22387051 --- Diff: solr/test-framework/src/java/org/apache/solr/BaseDistributedSearchTestCase.java --- @@ -269,20 +285,20 @@ public Object val

[GitHub] lucene-solr pull request: Use JUnit rules instead of inheritance w...

2014-12-31 Thread andyetitmoves
Github user andyetitmoves commented on the pull request: https://github.com/apache/lucene-solr/pull/121#issuecomment-68452527 Currently `ShardsFixed` has to be a per-test-method annotation, I would personally prefer if each test took that decision independently (of how it's shard

[GitHub] lucene-solr pull request: Fix typo bug in DistributedDebugComponen...

2015-01-02 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/123 Fix typo bug in DistributedDebugComponentTest.testCompareWithNonDistributedRequest Patch for https://issues.apache.org/jira/browse/SOLR-6906 You can merge this pull request into a Git

[GitHub] lucene-solr pull request: URLEncode documents directory in Morphli...

2015-01-03 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/124 URLEncode documents directory in MorphlineMapperTest https://issues.apache.org/jira/browse/SOLR-6907 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] lucene-solr pull request: Test pseudo-field retrieval in distribut...

2015-01-02 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/122 Test pseudo-field retrieval in distributed search Patch for https://issues.apache.org/jira/browse/SOLR-6905 You can merge this pull request into a Git repository by running: $ git

[GitHub] lucene-solr pull request: Remove HTML verification from checkJavaD...

2015-01-18 Thread andyetitmoves
GitHub user andyetitmoves opened a pull request: https://github.com/apache/lucene-solr/pull/125 Remove HTML verification from checkJavaDocs Patch for https://issues.apache.org/jira/browse/LUCENE-6188 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] lucene-solr pull request: Remove copy of .war in dist, rename exam...

2015-01-25 Thread andyetitmoves
Github user andyetitmoves closed the pull request at: https://github.com/apache/lucene-solr/pull/112 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] lucene-solr pull request: Use JUnit rules instead of inheritance w...

2015-01-25 Thread andyetitmoves
Github user andyetitmoves closed the pull request at: https://github.com/apache/lucene-solr/pull/121 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] lucene-solr pull request: Fix typo bug in DistributedDebugComponen...

2015-01-05 Thread andyetitmoves
Github user andyetitmoves closed the pull request at: https://github.com/apache/lucene-solr/pull/123 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] lucene-solr pull request: URLEncode documents directory in Morphli...

2015-01-05 Thread andyetitmoves
Github user andyetitmoves closed the pull request at: https://github.com/apache/lucene-solr/pull/124 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] lucene-solr pull request: Set default connTimeout to 60s, soTimeou...

2015-01-11 Thread andyetitmoves
Github user andyetitmoves closed the pull request at: https://github.com/apache/lucene-solr/pull/79 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] lucene-solr pull request: Customize number of logs and records to ...

2015-03-26 Thread andyetitmoves
Github user andyetitmoves closed the pull request at: https://github.com/apache/lucene-solr/pull/83 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] lucene-solr pull request: Customize number of logs and records to ...

2015-03-26 Thread andyetitmoves
Github user andyetitmoves commented on the pull request: https://github.com/apache/lucene-solr/pull/83#issuecomment-86399314 There's no guarantee of further releases to 4.x and this release should be in 5.1 which should come out in the next few weeks. That said, the patch should

[GitHub] lucene-solr pull request: solr: Start RTimer for SearchHandler fro...

2015-03-04 Thread andyetitmoves
Github user andyetitmoves closed the pull request at: https://github.com/apache/lucene-solr/pull/70 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so