Re: Errors when running integration/kafka/tools/MirrorMakerIntegrationTest

2017-10-28 Thread Pavel Drankov
Hi,

I have just created a issue: KAFKA-6141 and related PR for that. Can
someone review it?

Best wishes,
Pavel

On 27 October 2017 at 19:24, Pavel Drankov <titant...@gmail.com> wrote:

> Yes, I m interested and would like to make a PR.
>
> Best wishes,
> Pavel
>
> On 27 October 2017 at 19:05, Ismael Juma <ism...@juma.me.uk> wrote:
>
>> Yes, I think it would be good to eliminate these lines from the output. A
>> PR is welcome if you're interested.
>>
>> Ismael
>>
>> On Fri, Oct 27, 2017 at 5:03 PM, Pavel Drankov <titant...@gmail.com>
>> wrote:
>>
>> > Of course it don't fail tests. I mean to fix log appearance.
>> >
>> > Best wishes,
>> > Pavel
>> >
>> > On 27 October 2017 at 18:48, Ted Yu <yuzhih...@gmail.com> wrote:
>> >
>> > > The error log appears in other tests as well.
>> > >
>> > > I ran MirrorMakerIntegrationTest on trunk just now - it passed.
>> > > I didn't see the test failing in any recent Jenkins builds.
>> > >
>> > > There're flaky tests, such as KAFKA-6137
>> > >
>> > > FYI
>> > >
>> > >
>> > > On Fri, Oct 27, 2017 at 8:35 AM, Pavel Drankov <titant...@gmail.com>
>> > > wrote:
>> > >
>> > > > Hi,
>> > > >
>> > > > I see some error logs when running
>> > > > integration/kafka/tools/MirrorMakerIntegrationTest.
>> > > >
>> > > > Log:
>> > > >
>> > > > [2017-10-27 18:28:02,557] ERROR ZKShutdownHandler is not
>> registered, so
>> > > > ZooKeeper server won't take any action on ERROR or SHUTDOWN server
>> > state
>> > > > changes (org.apache.zookeeper.server.ZooKeeperServer:472)
>> > > > [2017-10-27 18:28:09,110] ERROR ZKShutdownHandler is not
>> registered, so
>> > > > ZooKeeper server won't take any action on ERROR or SHUTDOWN server
>> > state
>> > > > changes (org.apache.zookeeper.server.ZooKeeperServer:472)
>> > > >
>> > > > Is it make sense to fix it providing a ShutdownHandler?
>> > > >
>> > > > Best wishes,
>> > > > Pavel
>> > > >
>> > >
>> >
>>
>
>


Re: Errors when running integration/kafka/tools/MirrorMakerIntegrationTest

2017-10-27 Thread Pavel Drankov
Yes, I m interested and would like to make a PR.

Best wishes,
Pavel

On 27 October 2017 at 19:05, Ismael Juma <ism...@juma.me.uk> wrote:

> Yes, I think it would be good to eliminate these lines from the output. A
> PR is welcome if you're interested.
>
> Ismael
>
> On Fri, Oct 27, 2017 at 5:03 PM, Pavel Drankov <titant...@gmail.com>
> wrote:
>
> > Of course it don't fail tests. I mean to fix log appearance.
> >
> > Best wishes,
> > Pavel
> >
> > On 27 October 2017 at 18:48, Ted Yu <yuzhih...@gmail.com> wrote:
> >
> > > The error log appears in other tests as well.
> > >
> > > I ran MirrorMakerIntegrationTest on trunk just now - it passed.
> > > I didn't see the test failing in any recent Jenkins builds.
> > >
> > > There're flaky tests, such as KAFKA-6137
> > >
> > > FYI
> > >
> > >
> > > On Fri, Oct 27, 2017 at 8:35 AM, Pavel Drankov <titant...@gmail.com>
> > > wrote:
> > >
> > > > Hi,
> > > >
> > > > I see some error logs when running
> > > > integration/kafka/tools/MirrorMakerIntegrationTest.
> > > >
> > > > Log:
> > > >
> > > > [2017-10-27 18:28:02,557] ERROR ZKShutdownHandler is not registered,
> so
> > > > ZooKeeper server won't take any action on ERROR or SHUTDOWN server
> > state
> > > > changes (org.apache.zookeeper.server.ZooKeeperServer:472)
> > > > [2017-10-27 18:28:09,110] ERROR ZKShutdownHandler is not registered,
> so
> > > > ZooKeeper server won't take any action on ERROR or SHUTDOWN server
> > state
> > > > changes (org.apache.zookeeper.server.ZooKeeperServer:472)
> > > >
> > > > Is it make sense to fix it providing a ShutdownHandler?
> > > >
> > > > Best wishes,
> > > > Pavel
> > > >
> > >
> >
>


Re: Errors when running integration/kafka/tools/MirrorMakerIntegrationTest

2017-10-27 Thread Pavel Drankov
Of course it don't fail tests. I mean to fix log appearance.

Best wishes,
Pavel

On 27 October 2017 at 18:48, Ted Yu <yuzhih...@gmail.com> wrote:

> The error log appears in other tests as well.
>
> I ran MirrorMakerIntegrationTest on trunk just now - it passed.
> I didn't see the test failing in any recent Jenkins builds.
>
> There're flaky tests, such as KAFKA-6137
>
> FYI
>
>
> On Fri, Oct 27, 2017 at 8:35 AM, Pavel Drankov <titant...@gmail.com>
> wrote:
>
> > Hi,
> >
> > I see some error logs when running
> > integration/kafka/tools/MirrorMakerIntegrationTest.
> >
> > Log:
> >
> > [2017-10-27 18:28:02,557] ERROR ZKShutdownHandler is not registered, so
> > ZooKeeper server won't take any action on ERROR or SHUTDOWN server state
> > changes (org.apache.zookeeper.server.ZooKeeperServer:472)
> > [2017-10-27 18:28:09,110] ERROR ZKShutdownHandler is not registered, so
> > ZooKeeper server won't take any action on ERROR or SHUTDOWN server state
> > changes (org.apache.zookeeper.server.ZooKeeperServer:472)
> >
> > Is it make sense to fix it providing a ShutdownHandler?
> >
> > Best wishes,
> > Pavel
> >
>


Errors when running integration/kafka/tools/MirrorMakerIntegrationTest

2017-10-27 Thread Pavel Drankov
Hi,

I see some error logs when running
integration/kafka/tools/MirrorMakerIntegrationTest.

Log:

[2017-10-27 18:28:02,557] ERROR ZKShutdownHandler is not registered, so
ZooKeeper server won't take any action on ERROR or SHUTDOWN server state
changes (org.apache.zookeeper.server.ZooKeeperServer:472)
[2017-10-27 18:28:09,110] ERROR ZKShutdownHandler is not registered, so
ZooKeeper server won't take any action on ERROR or SHUTDOWN server state
changes (org.apache.zookeeper.server.ZooKeeperServer:472)

Is it make sense to fix it providing a ShutdownHandler?

Best wishes,
Pavel


working on KAFKA-4928

2017-10-18 Thread Pavel Drankov
Hi,

My name is Pavel and I'm a very new to Kafka. I actually would like to work
on KAFKA-4928, which is for newbies.

Can someone point me out what DumpLogSegments is and where I can start?
Which cases should I use in order to test it?

Best wishes,
Pavel