| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
1150 (0.244s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: verbose logging - Lucene - [mail # dev]
|
|
...By default the output from tests that passed is not dumped to the console (you wouldn't be able to track which JVM dumped what anyway when running on multicore). If you need a full log then:...
|
|
|
Author: Dawid Weiss,
2013-03-04, 14:52
|
|
|
Re: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0-ea-b79) - Build # 4533 - Still Failing! - Lucene - [mail # dev]
|
|
...The parent. The reason here was to avoid spawning a background thread on the child to avoid any interference with existing tests. So the parent tracks events that tell where the child is goi...
|
|
|
Author: Dawid Weiss,
2013-03-04, 13:30
|
|
|
[LUCENE-4654] Test duration statistics from multiple test runs should be reused (locally). - Lucene - [issue]
|
|
...This is trivial to accomplish: when somebody (or jenkins) runs tests multiple times the execution statistics could be reused to improve load balancing on the local machine (local hardware an...
|
|
|
http://issues.apache.org/jira/browse/LUCENE-4654
Author: Dawid Weiss,
2013-03-04, 12:54
|
|
|
[SOLR-4259] Carrot2 dependency should be declared on the mini version, not the core - Solr - [issue]
|
|
...Check why we depend on the full core POM anyway; the mini version should be enough for algorithms (we wouldn't need so many exclusions then)....
|
|
|
http://issues.apache.org/jira/browse/SOLR-4259
Author: Dawid Weiss,
2013-03-04, 09:42
|
|
|
[SOLR-2479] Phrase (arbitrary delimiter) based autocomplete - Solr - [issue]
|
|
...Much like the one described here by Google:http://googleblog.blogspot.com/2011/04/more-predictions-in-autocomplete.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+blo...
|
|
|
http://issues.apache.org/jira/browse/SOLR-2479
Author: Dawid Weiss,
2013-03-04, 08:21
|
|
|
Re: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0-ea-b79) - Build # 4533 - Still Failing! - Lucene - [mail # dev]
|
|
...It'd be nice to get a native stack/ core dump of this via gdb and report back to the hotspot folks. I know too little about gdb to help here but I bet it's possible. Dawid On Mon...
|
|
|
Author: Dawid Weiss,
2013-03-04, 08:11
|
|
|
Re: FacetExample.py - PyLucene - [mail # dev]
|
|
...They would start from the same seed so if they're calling that Random in the same pattern then yes -- they'd get the same values. Any real randomness will be non-reproducible. If this is nee...
|
|
|
Author: Dawid Weiss,
2013-02-14, 17:12
|
|
|
Re: FacetExample.py - PyLucene - [mail # dev]
|
|
...Yeah, I figured by comparing the size of these three... So, to make it short -- every thread should get its own Random instance from a call to LuceneTestCase's public static Ran...
|
|
|
Author: Dawid Weiss,
2013-02-14, 08:30
|
|
|
Re: FacetExample.py - PyLucene - [mail # dev]
|
|
...Hi folks, This is exactly the case. The same instance of Random (acquired from the randomized context) is bound to one thread and will throw an exception if another thread tries to us...
|
|
|
Author: Dawid Weiss,
2013-02-14, 08:05
|
|
|
Re: [JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.7.0) - Build # 202 - Failure! - Lucene - [mail # dev]
|
|
...[junit4:junit4] >>> JVM J0: stderr (verbatim) ---- [junit4:junit4] java(938,0x1584e0000) malloc: *** error for object 0x1584cf1c0: pointer being freed was not allocated [junit4:juni...
|
|
|
Author: Dawid Weiss,
2013-02-12, 07:31
|
|
|
|