> On Feb. 13, 2014, 10:40 p.m., Joel Koshy wrote: > > system_test/utils/kafka_system_test_utils.py, line 937 > > <https://reviews.apache.org/r/17006/diff/9/?file=452899#file452899line937> > > > > This does not seem right (or I may be misunderstanding the issue in this > > jira). > > > > This will return the PID of the locally running test-runner. You will > > need > > to parse out the PPID from the response of the ssh "start and echo pid" > > command - see kafka_system_test_utils.start_entity_in_background for > > how the > > PPID is obtained for the broker/console consumer, etc. > > > >
Guozhang's reply to the same question I asked as well :) "Remotely a producer performance process will be started, which will terminate itself when the number of messages specified has been sent. So we only need to stop the local script which periodically kicks off new producer performance remotely." - Neha ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17006/#review34432 ----------------------------------------------------------- On Jan. 28, 2014, 5:26 p.m., Guozhang Wang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/17006/ > ----------------------------------------------------------- > > (Updated Jan. 28, 2014, 5:26 p.m.) > > > Review request for kafka. > > > Bugs: KAFKA-1212 > https://issues.apache.org/jira/browse/KAFKA-1212 > > > Repository: kafka > > > Description > ------- > > KAFKA-1212.v3.4 > > > KAFKA-1212.v3.3 > > > KAFKA-1212.v3.2 > > > KAFKA-1212.v3.1 > > > KAFKA-1212.v3 > > > KAFKA-1212.v2 > > > Diffs > ----- > > system_test/utils/kafka_system_test_utils.py > fb4a9c05bf6f39a7abf41126325ed5ca26bcc246 > > Diff: https://reviews.apache.org/r/17006/diff/ > > > Testing > ------- > > > Thanks, > > Guozhang Wang > >