Mike Drob

Results 21 issues of Mike Drob

Reduce RAM usage of the char->char class map by using byte[] rather than char[] when the number of classes is less than 257 - see https://issues.apache.org/jira/browse/LUCENE-6913. This could be an...

enhancement

The Lucene project hacks generated scanners to do this - see https://issues.apache.org/jira/browse/LUCENE-5897 and https://issues.apache.org/jira/browse/LUCENE-5400 for background.

enhancement

https://issues.apache.org/jira/browse/ZOOKEEPER-4303 Allows specifying an explicit port 0 for the client port or secure client port, which will default to operating system behavior of finding an unbound port. Modified ZKServerEmbedded to...

https://issues.apache.org/jira/browse/SOLR-16329

https://issues.apache.org/jira/browse/SOLR-16303

Instead of always giving localhost, we can return the interface that ZK actually listens on. https://issues.apache.org/jira/browse/SOLR-16150

https://issues.apache.org/jira/browse/SOLR-16154 Variable naming is not final, just trying to sketch the idea out. After discussing with Gibney, we realized that simply submitting to executor might not be enough.

This is a draft PR for the first stage of SIP-14 https://cwiki.apache.org/confluence/display/SOLR/SIP-14+Embedded+Zookeeper Not all tests are passing yet, but I wanted to put it up sooner than it was done...

Pull references to Timing and CuratorFramework client into BeforeMethod and AfterMethod invocations so that we can manage them more efficiently.