[GitHub] lucene-solr pull request #387: Solr 12421

2018-05-29 Thread millerjeff0
GitHub user millerjeff0 opened a pull request: https://github.com/apache/lucene-solr/pull/387 Solr 12421 If we allow the passed in properties object to override the name written to originalCoreProperties then the core.properties file gets written with the wrong name in it. You

[GitHub] lucene-solr pull request #370: SOLR-12312: Change buf to not always use up 1...

2018-05-07 Thread millerjeff0
Github user millerjeff0 closed the pull request at: https://github.com/apache/lucene-solr/pull/370 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[GitHub] lucene-solr pull request #370: SOLR-12312: Change buf to not always use up 1...

2018-05-04 Thread millerjeff0
Github user millerjeff0 commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/370#discussion_r186210634 --- Diff: solr/core/src/java/org/apache/solr/handler/IndexFetcher.java --- @@ -1629,8 +1630,6 @@ private int fetchPackets(FastInputStream fis

[GitHub] lucene-solr pull request #370: SOLR-12312: Change buf to not always use up 1...

2018-05-04 Thread millerjeff0
GitHub user millerjeff0 opened a pull request: https://github.com/apache/lucene-solr/pull/370 SOLR-12312: Change buf to not always use up 1 MB A lot of replicated files aren't 1 MB in size, this causes a lot of heap space waste when we create this for every file, instead create

[GitHub] lucene-solr pull request #356: SOLR-12232

2018-04-17 Thread millerjeff0
GitHub user millerjeff0 opened a pull request: https://github.com/apache/lucene-solr/pull/356 SOLR-12232 Update to use uninterruptible file channel due to interrupted threads closing connection until solrcore is recreated You can merge this pull request into a Git repository

[GitHub] lucene-solr pull request #355: SOLR-12233

2018-04-17 Thread millerjeff0
GitHub user millerjeff0 opened a pull request: https://github.com/apache/lucene-solr/pull/355 SOLR-12233 Instead of recreating the classes every time we reload a solr core, just create them once. The same is done in other classes such as TransformerFactory You can merge this pull

[GitHub] lucene-solr pull request #312: Solr 11898

2018-04-06 Thread millerjeff0
Github user millerjeff0 closed the pull request at: https://github.com/apache/lucene-solr/pull/312 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[GitHub] lucene-solr pull request #312: Solr 11898

2018-01-24 Thread millerjeff0
GitHub user millerjeff0 opened a pull request: https://github.com/apache/lucene-solr/pull/312 Solr 11898 SOLR-11898 adding classes missed in SOLR-11898 You can merge this pull request into a Git repository by running: $ git pull https://github.com/millerjeff0/lucene-solr SOLR

[GitHub] lucene-solr pull request #281: Cleaning up class casts and making sure sheil...

2018-01-23 Thread millerjeff0
Github user millerjeff0 closed the pull request at: https://github.com/apache/lucene-solr/pull/281 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[GitHub] lucene-solr pull request #289: SOLR-11745: change logging references to getN...

2017-12-11 Thread millerjeff0
GitHub user millerjeff0 opened a pull request: https://github.com/apache/lucene-solr/pull/289 SOLR-11745: change logging references to getName SOLR-11745 this doesn't resolve to anything by object name, Eg: org.apache.solr.core.SolrCore@4812a0d7 You can merge this pull

[GitHub] lucene-solr pull request #281: Cleaning up class casts and making sure sheil...

2017-12-01 Thread millerjeff0
GitHub user millerjeff0 opened a pull request: https://github.com/apache/lucene-solr/pull/281 Cleaning up class casts and making sure sheilded response isn't sent … …up the filter chain You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] lucene-solr pull request #169: Add status return for replication SOLR-10249

2017-03-22 Thread millerjeff0
Github user millerjeff0 commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/169#discussion_r107526774 --- Diff: solr/core/src/java/org/apache/solr/handler/IndexFetcher.java --- @@ -321,9 +369,16 @@ boolean fetchLatestIndex(boolean forceReplication

[GitHub] lucene-solr issue #169: Add status return for replication SOLR-10249

2017-03-20 Thread millerjeff0
Github user millerjeff0 commented on the issue: https://github.com/apache/lucene-solr/pull/169 Thanks I was not aware I needed to do so, fixed it --- 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