Re: comment in addStandbyTasks() method of StreamThread has some typos

2017-06-16 Thread john cheng
ok, I'll open an PR to fix this. 2017-06-17 0:59 GMT+08:00 Matthias J. Sax : > Thanks for reporting this! > > Would you like to open a MINOR PR to fix it? Don't think we need a Jira > for this. > > -Matthias > > On 6/16/17 9:26 AM, john cheng wrote: > > https://github.com/apache/kafka/blob/trunk/

Re: comment in addStandbyTasks() method of StreamThread has some typos

2017-06-16 Thread Matthias J. Sax
Thanks for reporting this! Would you like to open a MINOR PR to fix it? Don't think we need a Jira for this. -Matthias On 6/16/17 9:26 AM, john cheng wrote: > https://github.com/apache/kafka/blob/trunk/streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java#L1345 >

comment in addStandbyTasks() method of StreamThread has some typos

2017-06-16 Thread john cheng
https://github.com/apache/kafka/blob/trunk/streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java#L1345 This Line: log.info("{} Adding assigned standby tasks {}", logPrefix, partitionAssignor .activeTasks()); The parameter is active task, but the info content is stand