[GitHub] lucene-solr pull request #264: Fix NPE on connection failure

2017-12-30 Thread SerCeMan
Github user SerCeMan closed the pull request at: https://github.com/apache/lucene-solr/pull/264 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[GitHub] lucene-solr issue #264: Fix NPE on connection failure

2017-12-30 Thread SerCeMan
Github user SerCeMan commented on the issue: https://github.com/apache/lucene-solr/pull/264 Closing as this might be fixed by https://issues.apache.org/jira/browse/SOLR-11484 --- - To unsubscribe, e-mail: dev

[GitHub] lucene-solr issue #264: Fix NPE on connection failure

2017-12-20 Thread SerCeMan
Github user SerCeMan commented on the issue: https://github.com/apache/lucene-solr/pull/264 Hey, @jpountz! Could you take a look at this? It's a minor change, but it would make our logs much cl

[GitHub] lucene-solr pull request #264: Fix NPE on connection failure

2017-10-18 Thread SerCeMan
GitHub user SerCeMan opened a pull request: https://github.com/apache/lucene-solr/pull/264 Fix NPE on connection failure We're using ZK for node discovery. During rare evens of when some nodes are unavailable, we observe NPEs. I'm not quite familiar with the solr client