Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 1150 (0.131s).
Loading phrases to help you
refine your search...
Re: mahout colt collections - Mahout - [mail # user]
...There is one more thing that I'd check (that I already told [1]). You reported a HPPC bug once but that involved a load factor of 1 on maps. This was a bug and I fixed it but a load factor o...
   Author: Dawid Weiss, 2013-05-20, 06:47
Re: junit - previous test run data not cleared - Lucene - [mail # dev]
...This is not a bug, see:  https://issues.apache.org/jira/browse/LUCENE-4654  what you see are averages from locally collected statistics. They have been moved from temporary folders...
   Author: Dawid Weiss, 2013-05-20, 06:20
Re: [JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 1621 - Still Failing - Lucene - [mail # dev]
...Yeah, I probably misunderstood something along the way, apologies. When you look at the code I linked to things are pretty simple:  1) collect values of static fields from the test suit...
   Author: Dawid Weiss, 2013-05-16, 21:29
Re: [JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 1621 - Still Failing - Lucene - [mail # dev]
...No, it wouldn't. We collect static fields from the suite class and then traverse the object graph from these (but don't count static fields again).  https://github.com/carrotsearch/rand...
   Author: Dawid Weiss, 2013-05-16, 21:05
Re: [JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 1621 - Still Failing - Lucene - [mail # dev]
...The estimation actually includes static fields -- if it didn't you could easily overflow memory simply by allocating static byte[] buffers or something else. Object-level fields are garbage ...
   Author: Dawid Weiss, 2013-05-16, 20:48
Re: [JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 1621 - Still Failing - Lucene - [mail # dev]
...Hi Hoss,    You can try to debug it if you add an afterclass hook and dump the "size tree" using, for example: https://github.com/dweiss/java-sizeof/blob/master/src/main/java/com/c...
   Author: Dawid Weiss, 2013-05-16, 11:13
Re: Make tests.failfast default to true - Lucene - [mail # dev]
...The default isn't without a reason -- when you run with tests.iters with a fixed (method) seed and have multiple failures  (but different from the number of runs) this means your test i...
   Author: Dawid Weiss, 2013-05-12, 19:03
Re: Make tests.failfast default to true - Lucene - [mail # dev]
...I looked at the code. The thing is one of these options (failfast?) is I think a "legacy" thing; maxfailures takes precedence over this property. When you look at the LTC this is indeed the ...
   Author: Dawid Weiss, 2013-05-12, 18:15
Re: Make tests.failfast default to true - Lucene - [mail # dev]
...Can you create an issue and attach a patch? failFast is not only for reiterations -- its primary purpose is, as far as I remember, to skip all tests executing on this JVM after the first (or...
   Author: Dawid Weiss, 2013-05-11, 13:38
Re: Make tests.failfast default to true - Lucene - [mail # dev]
...I have it pretty high on my list of things to do in my spare time. The problem is twofold -- I have very few spare cycles at the moment and the problem is actually more complicated than it s...
   Author: Dawid Weiss, 2013-05-10, 19:45
Sort:
project
Lucene (964)
Mahout (132)
Solr (41)
Nutch (10)
PyLucene (3)
type
mail # dev (915)
issue (119)
mail # user (115)
mail # general (1)
date
last 7 days (6)
last 30 days (14)
last 90 days (56)
last 6 months (159)
last 9 months (1121)
author
Chris Hostetter (8069)
Yonik Seeley (6098)
Michael McCandless (5888)
Erick Erickson (5699)
Grant Ingersoll (5468)
Otis Gospodnetic (5030)
Erik Hatcher (4378)
Mark Miller (3971)
Ted Dunning (3772)
Robert Muir (3764)
Uwe Schindler (3324)
Markus Jelsma (2742)
Sean Owen (2736)
Lance Norskog (2534)
Karl Wright (2227)
Dawid Weiss