Re: WARN log message flooding broker logs for a pretty typical SSL setup

2016-09-05 Thread Jaikiran Pai
Thank you. Just opened one https://github.com/apache/kafka/pull/1825 -Jaikiran On Tuesday 06 September 2016 10:12 AM, Manikumar Reddy wrote: We don't need JIRA for minor PRs. Just prefix "MINOR:" to PR title. On Tue, Sep 6, 2016 at 9:16 AM, Jaikiran Pai wrote: Thanks Ismael, I'll raise a PR

Re: WARN log message flooding broker logs for a pretty typical SSL setup

2016-09-05 Thread Manikumar Reddy
We don't need JIRA for minor PRs. Just prefix "MINOR:" to PR title. On Tue, Sep 6, 2016 at 9:16 AM, Jaikiran Pai wrote: > Thanks Ismael, I'll raise a PR for this. As a process, is there a JIRA > that's expected to be filed for this before I raise a PR or would this be > OK without a JIRA? > > -J

Re: WARN log message flooding broker logs for a pretty typical SSL setup

2016-09-05 Thread Jaikiran Pai
Thanks Ismael, I'll raise a PR for this. As a process, is there a JIRA that's expected to be filed for this before I raise a PR or would this be OK without a JIRA? -Jaikiran On Monday 05 September 2016 03:55 PM, Ismael Juma wrote: Hi Jaikiran, I agree that this is a valid configuration and th

WARN log message flooding broker logs for a pretty typical SSL setup

2016-09-05 Thread Jaikiran Pai
We just started enabling SSL for our Kafka brokers and (Java) clients and among some of the issues we are running into, one of them is the flooding of the server/broker Kafka logs where we are seeing these messages: [2016-09-02 08:07:13,773] WARN SSL peer is not authenticated, returning ANONYM

Re: WARN log message flooding broker logs for a pretty typical SSL setup

2016-09-05 Thread Ismael Juma
Hi Jaikiran, I agree that this is a valid configuration and the log level seems too high given that. The original motivation is explained in the PR: https://github.com/apache/kafka/pull/155/files#diff-fce430ae21a0c98d82da6d4aa551f824L603 That is, help people figure out if client authentication w

WARN log message flooding broker logs for a pretty typical SSL setup

2016-09-04 Thread Jaikiran Pai
We just started enabling SSL for our Kafka brokers and (Java) clients and among some of the issues we are running into, one of them is the flooding of the server/broker Kafka logs where we are seeing these messages: [2016-09-02 08:07:13,773] WARN SSL peer is not authenticated, returning ANONY