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

2019-12-10 Thread Apache Jenkins Server
See Changes: [manikumar] KAFKA-9025: Add a option for path existence check in ZkSecurityMigrator -- [...truncated 5.58 MB...]

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

2019-12-10 Thread Apache Jenkins Server
See Changes: [manikumar] KAFKA-9025: Add a option for path existence check in ZkSecurityMigrator -- [...truncated 2.76 MB...]

Re: Proposal for EmbeddedKafkaCluster: Support JUnit 5 Extension in addition to JUnit 4 Rule

2019-12-10 Thread Matthias Merdes
Hi John and Thomas, Thanks a lot for your detailed and well-informed replies. I am adding some comments below. On 6. Dec 2019, at 17:42, John Roesler mailto:vvcep...@apache.org>> wrote: Hi Matthias! Thanks for the note, and the kind sentiment. We're always open to improvements like this, so

Re: [DISCUSS] KIP-542: Partition Reassignment Throttling

2019-12-10 Thread Viktor Somogyi-Vass
This config will only be applied to those replicas which are reassigning and not yet in ISR. When they become ISR then reassignment throttling stops altogether and won't apply when they fall out of ISR. Specifically the validity of the config spans from the point when a reassignment is propagated

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

2019-12-10 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-435: Internal Partition Reassignment Batching

2019-12-10 Thread Viktor Somogyi-Vass
Hey Colin, Sure, that's understandable, we should keep the project stable first and foremost. I'll work out the details of the client side reassignment changes so perhaps we'll have better, clearer picture about this and we'll decide when we feel the reassignment API can take more changes in :).

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

2019-12-10 Thread Apache Jenkins Server
See Changes: [rhauch] MINOR: Simplify the timeout logic to handle protocol in Connect -- [...truncated 2.98 MB...] kafka.controller.PartitionLeaderElectionAlgorithmsTest >

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

2019-12-10 Thread Apache Jenkins Server
See

Jenkins build is back to normal : kafka-2.4-jdk8 #106

2019-12-10 Thread Apache Jenkins Server
See

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

2019-12-10 Thread Apache Jenkins Server
See Changes: [github] MINOR: Simplify the timeout logic to handle protocol in Connect -- [...truncated 7.13 MB...] kafka.log.LogCleanerParameterizedIntegrationTest >

[DISCUSS] KIP-551: Expose disk read and write metrics

2019-12-10 Thread Colin McCabe
Hi all, I wrote KIP about adding support for exposing disk read and write metrics. Check it out here: https://cwiki.apache.org/confluence/x/sotSC best, Colin

Re: [VOTE] 2.4.0 RC4

2019-12-10 Thread Adam Bellemare
- All PGP signatures are good - All md5, sha1sums and sha512sums pass Initial test results: 1310 tests completed, 2 failed, 17 skipped > Task :core:integrationTest FAILED The failed tests: SaslSslAdminClientIntegrationTest. testElectPreferredLeaders SslAdminClientIntegrationTest.

[jira] [Created] (KAFKA-9289) consolidate all the streams smoke system tests

2019-12-10 Thread John Roesler (Jira)
John Roesler created KAFKA-9289: --- Summary: consolidate all the streams smoke system tests Key: KAFKA-9289 URL: https://issues.apache.org/jira/browse/KAFKA-9289 Project: Kafka Issue Type: Bug

[jira] [Resolved] (KAFKA-4898) Add timeouts to streams integration tests

2019-12-10 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-4898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang resolved KAFKA-4898. -- Resolution: Won't Fix > Add timeouts to streams integration tests >

[jira] [Resolved] (KAFKA-9002) Flaky Test org.apache.kafka.streams.integration.RegexSourceIntegrationTest.testRegexMatchesTopicsAWhenCreated

2019-12-10 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang resolved KAFKA-9002. -- Assignee: Guozhang Wang Resolution: Fixed > Flaky Test >

Re: [DISCUSS] KIP-551: Expose disk read and write metrics

2019-12-10 Thread Magnus Edenhill
Hi Colin, aren't those counters (ever increasing), rather than gauges (fluctuating)? You also mention CPU usage as a side note, you could use getrusage(2)'s ru_utime (user) and ru_stime (sys) to allow the broker to monitor its own CPU usage. /Magnus Den tis 10 dec. 2019 kl 19:33 skrev Colin

Re: [DISCUSS] KIP-542: Partition Reassignment Throttling

2019-12-10 Thread Stanislav Kozlovski
Hey Viktor, I like your latest idea regarding the replication/reassignment configs interplay - I think it makes sense for replication to always be higher. A small matrix of possibilities in the KIP may be useful to future readers (users) To be extra clear: 1. if reassignment.throttle is -1,

[jira] [Resolved] (KAFKA-9025) ZkSecurityMigrator not working with zookeeper chroot

2019-12-10 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9025. -- Fix Version/s: 2.5.0 Resolution: Fixed Issue resolved by pull request 7618