Contributor permissions

2019-06-06 Thread Carlos Manuel Duclos-Vergara
Hi, I'd like to start working on some of the newbie tasks (I got permission from my employer to use up to 10% of my time on this project). I have already found a couple of tasks that I'd like to work on, so I'd like to be able to assign those tasks to me. What is the procedure? Regards -- Carlo

[jira] [Resolved] (KAFKA-8461) Flakey test UncleanLeaderElectionTest#testUncleanLeaderElectionDisabledByTopicOverride

2019-06-06 Thread Manikumar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-8461. -- Resolution: Fixed Fix Version/s: 2.4.0 Issue resolved by pull request 6887 [https://github.com/a

[jira] [Created] (KAFKA-8503) AdminClient should ignore retries config if a custom timeout is provided

2019-06-06 Thread Jason Gustafson (JIRA)
Jason Gustafson created KAFKA-8503: -- Summary: AdminClient should ignore retries config if a custom timeout is provided Key: KAFKA-8503 URL: https://issues.apache.org/jira/browse/KAFKA-8503 Project: K

[jira] [Created] (KAFKA-8502) Flakey test AdminClientIntegrationTest#testElectUncleanLeadersForAllPartitions

2019-06-06 Thread Boyang Chen (JIRA)
Boyang Chen created KAFKA-8502: -- Summary: Flakey test AdminClientIntegrationTest#testElectUncleanLeadersForAllPartitions Key: KAFKA-8502 URL: https://issues.apache.org/jira/browse/KAFKA-8502 Project: Kaf

Jenkins build is back to normal : kafka-trunk-jdk11 #609

2019-06-06 Thread Apache Jenkins Server
See

Build failed in Jenkins: kafka-trunk-jdk8 #3706

2019-06-06 Thread Apache Jenkins Server
See Changes: [cmccabe] MINOR: Improve Trogdor external command worker docs (#6438) [wangguoz] HOTFIX: Close unused ColumnFamilyHandle (#6893) -- [...truncated 4.76 MB...]

Build failed in Jenkins: kafka-trunk-jdk11 #608

2019-06-06 Thread Apache Jenkins Server
See Changes: [wangguoz] HOTFIX: Close unused ColumnFamilyHandle (#6893) -- [...truncated 2.50 MB...] org.apache.kafka.connect.data.SchemaBuilderTest > testDuplicateFields

Build failed in Jenkins: kafka-2.3-jdk8 #43

2019-06-06 Thread Apache Jenkins Server
See Changes: [wangguoz] HOTFIX: Close unused ColumnFamilyHandle (#6893) -- [...truncated 2.91 MB...] kafka.zk.KafkaZkClientTest > testIsrChangeNotificationsDeletion STARTED k

Build failed in Jenkins: kafka-2.2-jdk8 #132

2019-06-06 Thread Apache Jenkins Server
See Changes: [wangguoz] HOTFIX: Close unused ColumnFamilyHandle (#6893) -- [...truncated 2.75 MB...] kafka.controller.PartitionLeaderElectionAlgorithmsTest > testOfflinePart

[jira] [Created] (KAFKA-8501) Remove key and value from exception message

2019-06-06 Thread Badai Aqrandista (JIRA)
Badai Aqrandista created KAFKA-8501: --- Summary: Remove key and value from exception message Key: KAFKA-8501 URL: https://issues.apache.org/jira/browse/KAFKA-8501 Project: Kafka Issue Type: B

[jira] [Created] (KAFKA-8500) member.id should always update upon static member rejoin despite of group state

2019-06-06 Thread Boyang Chen (JIRA)
Boyang Chen created KAFKA-8500: -- Summary: member.id should always update upon static member rejoin despite of group state Key: KAFKA-8500 URL: https://issues.apache.org/jira/browse/KAFKA-8500 Project: Ka

Re: [kafka-clients] [VOTE] 2.3.0 RC1

2019-06-06 Thread Jason Gustafson
Hi Colin, After looking at these issues a little more, we do not believe they are blockers for the release. Thanks, Jason On Wed, Jun 5, 2019 at 1:45 PM Jason Gustafson wrote: > If we get in KAFKA-8487, we may as well do KAFKA-8386 since it causes a > similar problem. The patch is ready to be

Re: [DISCUSS] KIP-471: Expose RocksDB Metrics in Kafka Streams

2019-06-06 Thread Sophie Blee-Goldman
I'm not sure we can safely assume only the most recent segment is hot. Anything within the current window size is still being actively queried, and users can independently set windowSize and retentionPeriod as long as windowSize <= retentionPeriod. But the default segmentInterval is max(retentionPe

Build failed in Jenkins: kafka-trunk-jdk11 #607

2019-06-06 Thread Apache Jenkins Server
See Changes: [cmccabe] MINOR: Improve Trogdor external command worker docs (#6438) -- [...truncated 2.51 MB...] kafka.zk.KafkaZkClientTest > testCreateConfigChangeNotifica

[jira] [Created] (KAFKA-8499) Ducker missing java commands in path for ducker user on openjdk docker images

2019-06-06 Thread Lucas Bradstreet (JIRA)
Lucas Bradstreet created KAFKA-8499: --- Summary: Ducker missing java commands in path for ducker user on openjdk docker images Key: KAFKA-8499 URL: https://issues.apache.org/jira/browse/KAFKA-8499 Pro

Re: [VOTE] KIP-475: New Metric to Measure Number of Tasks on a Connector

2019-06-06 Thread Cyrus Vafadari
Konstantine, This is a good suggestion. Since the suggestion to add 2 additional statuses analogous to the 3 proposed, it is a very minor change of no structural consequence to the KIP. I've updated the KIP to incorporate your suggestion, and any voters who disagree should definitely respond in t

Re: [DISCUSS] KIP-471: Expose RocksDB Metrics in Kafka Streams

2019-06-06 Thread Bruno Cadonna
Hi, I like the idea of just exposing the metrics of the latest segment. I think it gives the most realistic picture of the current operations on the segmented RocksDB without exposing implementation details. The cons of this approach is that during the switch to a new segment the values of some me

Jenkins build is back to normal : kafka-trunk-jdk8 #3705

2019-06-06 Thread Apache Jenkins Server
See

Re: [VOTE] KIP-475: New Metric to Measure Number of Tasks on a Connector

2019-06-06 Thread Konstantine Karantasis
Thanks Cyrus, this is a nice and straightforward addition. I'm +1 too, but I'd like to return with a question here as well regarding whether the unassigned tasks will be taken into account. Especially after KIP-415 we might start seeing this status for specific periods of time. Therefore, I think

Re: [JIRA] KAFKA-7760

2019-06-06 Thread Dulvin Witharane
Hi Bill, Thanks a lot. Hope to keep contributing On Thu, Jun 6, 2019 at 7:34 PM Bill Bejeck wrote: > Hi Dulvin, > > Thanks for your interest in Apache Kafka. I've assigned KAFKA-7760 to > you. I've also added you to the contributors list so in the future you can > assign tickets yourself ti

Re: [VOTE] KIP-434: Dead replica fetcher and log cleaner metrics

2019-06-06 Thread Andrew Schofield
+1 (non-binding) Andrew On 06/06/2019, 15:15, "Ryanne Dolan" wrote: +1 (non-binding) Thanks Ryanne On Wed, Jun 5, 2019, 9:31 PM Satish Duggana wrote: > Thanks Viktor, proposed metrics are really useful to monitor replication > status on brokers.

Re: [VOTE] KIP-434: Dead replica fetcher and log cleaner metrics

2019-06-06 Thread Ryanne Dolan
+1 (non-binding) Thanks Ryanne On Wed, Jun 5, 2019, 9:31 PM Satish Duggana wrote: > Thanks Viktor, proposed metrics are really useful to monitor replication > status on brokers. > > +1 (non-binding) > > On Thu, Jun 6, 2019 at 2:05 AM Colin McCabe wrote: > > > +1 (binding) > > > > best, > > Col

Re: [JIRA] KAFKA-7760

2019-06-06 Thread Bill Bejeck
Hi Dulvin, Thanks for your interest in Apache Kafka. I've assigned KAFKA-7760 to you. I've also added you to the contributors list so in the future you can assign tickets yourself tickets. Thanks, Bill On Thu, Jun 6, 2019 at 8:17 AM Dulvin Witharane wrote: > Please assign the above to me. >

[JIRA] KAFKA-7760

2019-06-06 Thread Dulvin Witharane
Please assign the above to me. Username : dulvinw -- Witharane, DRH R & D Engineer Synopsys Lanka (Pvt) Ltd. Borella, Sri Lanka 0776746781 Sent from my iPhone

[jira] [Created] (KAFKA-8498) log-cleaner CorruptRecordException with __consumer_offsets

2019-06-06 Thread Nikos Liv (JIRA)
Nikos Liv created KAFKA-8498: Summary: log-cleaner CorruptRecordException with __consumer_offsets Key: KAFKA-8498 URL: https://issues.apache.org/jira/browse/KAFKA-8498 Project: Kafka Issue Type:

Re: Newbie on lookout for work

2019-06-06 Thread M. Manna
Please send a separate email, asking for JIRA contributor permissions. As always, you’re welcome to read guidelines mentioned in confluence WIKI for apache Kafka and Kafka official site to understand the practices. Thanks, On Thu, 6 Jun 2019 at 11:57, Dulvin Witharane wrote: > Hi I’ve found a

Re: Newbie on lookout for work

2019-06-06 Thread Dulvin Witharane
Hi I’ve found a ticket and wanting to know how to get it assigned to me to start working on. Could anyone let me know how to. On Thu, Jun 6, 2019 at 4:43 AM Gwen Shapira wrote: > Hi, > > You can look at our contribution guidelines: > https://kafka.apache.org/contributing > > We have a number of

[jira] [Resolved] (KAFKA-8497) kafka streams application takes up a lot of memory

2019-06-06 Thread Bruno Cadonna (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Cadonna resolved KAFKA-8497. -- Resolution: Invalid > kafka streams application takes up a lot of memory >