| clear query|facets|time |
Search criteria: .
Results from 171 to 180 from
183 (0.233s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: patched performance testing issues - Kafka - [mail # dev]
|
|
...Thanks, the updated patch applied this time, new issues now. fyi, I had to chmod a+x the sh in perf/bin but after I did that still got an error new-host-3:kafka joestein$ p...
|
|
|
Author: Joe Stein,
2011-11-07, 14:32
|
|
|
[KAFKA-194] refactor CompressionUtil for better code reuse and provide a way on startup to select what the default codec is instead of the default always gziping - Kafka - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/KAFKA-194
Author: Joe Stein,
2011-11-06, 19:03
|
|
|
patched performance testing issues - Kafka - [mail # dev]
|
|
...Hi, I applied kafka-176.patch and got an error while trying to run it Joseph-Steins-MacBook-Air:kafka joestein$ bin/kafka-producer-perf-test.sh Exception in thread "main" java.lang.NoC...
|
|
|
Author: Joe Stein,
2011-11-06, 17:46
|
|
|
Re: sync() in java - Kafka - [mail # user]
|
|
...yup, willing to help, sounds good. I kind of see 3+ patches here going. 1) the initial LogHelper trait 2) scouring the existing code refactoring to new logging 3) anything patche...
|
|
|
Author: Joe Stein,
2011-11-06, 17:16
|
|
|
Re: CompressionUtilTest does not run and fails when it does - Kafka - [mail # dev]
|
|
...ok On Sun, Nov 6, 2011 at 1:40 AM, Neha Narkhede wrote: /* Joe Stein http://www.linkedin.com/in/charmalloc Twitter: @allthingshadoop */...
|
|
|
Author: Joe Stein,
2011-11-06, 06:50
|
|
|
Re: sync() in java - Kafka - [mail # user]
|
|
...So, for the possible new log style and if it is performance hindering I created some test code https://github.com/joestein/qetesh/blob/master/src/main/scala/logstyletest.scalato simulate how...
|
|
|
Author: Joe Stein,
2011-11-06, 05:44
|
|
|
CompressionUtilTest does not run and fails when it does - Kafka - [mail # dev]
|
|
...CompressionUtilTest does not run the functions inside of it during ./sbt test if you change CompressionUtilTest to extend JUnitSuite then the existing functions run (once you adorne th...
|
|
|
Author: Joe Stein,
2011-11-06, 04:22
|
|
|
Re: sync() in java - Kafka - [mail # dev]
|
|
...Yeah, right good point that won't work for you. How about using ProcessBuilder? I do this for calling shell scripts for whenever I can't do something in an API (or it is already ...
|
|
|
Author: Joe Stein,
2011-11-05, 21:57
|
|
|
Re: sync() in java - Kafka - [mail # dev]
|
|
...On the fileoutputstream you can get the filedescriptor using getFD() and then on that object you can sync() /* Joe Stein http://www.medialets.com Twitter: @allthingshadoop */ On ...
|
|
|
Author: Joe Stein,
2011-11-05, 20:44
|
|
|
Re: Snappy Compression - Kafka - [mail # dev]
|
|
...Neha, JIRA created, I don't have access to assign the ticket to myself but if someone else does and wants to-do so please go ahead. I will try the performance tests patched in KAFKA-17...
|
|
|
Author: Joe Stein,
2011-11-05, 18:15
|
|
|
|