Janmejay Singh
Janmejay Singh
Load-dashboard feature wasn't working with Solr-5.0, fixed that here: https://github.com/LucidWorks/banana/pull/170
Logging frameworks that allow context-building (like picking variables from thread-context or manually created logging-context etc) often generate logs that have a lot of fields that can be easily parsed along...
+1 for a new parser. I guess it should take a aesthetic-delimiter which it ignores while treating the whole thing as a number? ## Regards, Janmejay PS: Please blame the...
Sweet. ## Regards, Janmejay PS: Please blame the typos in this mail on my phone's uncivilized soft keyboard sporting it's not-so-smart-assist technology. On Jul 16, 2015 11:56 AM, "Rainer Gerhards"...
It'll be really helpful if you can add some tests to cover the behavior that is changed or fixed. It'll also ensure we don't accidentally break it again in the...
Have a look at one of the existing tests. It's pretty straightforward. We setup a few rules in rulebase, then pass some input to be parsed, and assert upon result...
If you run 'make check', all tests should run. Thanks for putting in the additional effort to do this, tests really help. ## Regards, Janmejay PS: Please blame the typos...
@xfeep I noticed this and close-wait connection accumulation under load (leading to lower rate due to established connections depleting) with a build off master (as of a few days back)....
I just tried this with an arbitrarily picked website (sourceware.org) and it seems to work correctly (verified using curl -v that connection was left intact otherwise, and Connection: close was...
Is 128 char truncated message really useful? How is it used? And considering it's easy to build denormalization, isn't t best done by consumer? Is it useful to potentially have...