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

2019-01-30 Thread Apache Jenkins Server
See Changes: [github] KAFKA-3522: Replace RecordConverter with TimestampedBytesStore (#6204) [github] KAFKA-3522: Add RocksDBTimestampedStore (#6149) -- [...truncated 2.2

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

2019-01-30 Thread Apache Jenkins Server
See Changes: [github] KAFKA-3522: Replace RecordConverter with TimestampedBytesStore (#6204) [github] KAFKA-3522: Add RocksDBTimestampedStore (#6149) [github] KAFKA-7652: Part II; Add single-point query for Ses

Re: [DISCUSS] Notify SourceTask of ACK'd offsets, metadata

2019-01-30 Thread Ryanne Dolan
I've updated the KIP and PR to overload commitRecord instead of adding a new method. Here's the PR: https://github.com/apache/kafka/pull/6171 Ryanne On Mon, Jan 21, 2019 at 6:29 PM Ryanne Dolan wrote: > Andrew Schofield suggested we overload the commitRecord method instead of > adding a new on

Re: [VOTE] 2.1.1 RC1

2019-01-30 Thread Jonathan Santilli
Hello, I have downloaded the source code for tag *2.1.1-rc1* (667980043). Executed integration and unit tests: *BUILD SUCCESSFUL in 25m 34s* *136 actionable tasks: 133 executed, 3 up-to-date* Also, I have downloaded the artifact from http://home.apache.org/~cmccabe/kafka-2.1.1-rc1/kafka_2.11-2.

Re: [VOTE] 2.1.1 RC1

2019-01-30 Thread Eno Thereska
I couldn't repro locally, that was on an m3.large. And it's not happening anymore. Might be a transient issue. Thanks, Eno On Wed, Jan 30, 2019 at 6:46 PM Colin McCabe wrote: > (+all lists) > > Hi Eno, > > Thanks for testing this. > > Those tests passed in the Jenkins build we did here: > https

Re: [DISCUSS] KIP-424: Allow suppression of intermediate events based on wall clock time

2019-01-30 Thread John Roesler
Hi Jonathan, Thanks for the KIP! I think all the reviewers are heads-down right now reviewing code for the imminent 2.2 release, so this discussion may not get much traffic over the next couple of weeks. You might want to just keep bumping it once a week or so until people start finding time to r

Re: [DISCUSS] KIP-409: Allow creating under-replicated topics and partitions

2019-01-30 Thread Stanislav Kozlovski
Hey there Mickael, thanks for the KIP. I think the proposal makes sense. My initial concern was that we may not want to allow this at all if the cluster is in an unhealthy state. After thinking about it, I don't see it hurting at all - we would already have topics that are under-replicated so crea

[jira] [Created] (KAFKA-7885) Streams: TopologyDescription violates equals-hashCode contract.

2019-01-30 Thread Piotr Fras (JIRA)
Piotr Fras created KAFKA-7885: - Summary: Streams: TopologyDescription violates equals-hashCode contract. Key: KAFKA-7885 URL: https://issues.apache.org/jira/browse/KAFKA-7885 Project: Kafka Issu

Re: [VOTE] 2.1.1 RC1

2019-01-30 Thread Colin McCabe
(+all lists) Hi Eno, Thanks for testing this. Those tests passed in the Jenkins build we did here: https://builds.apache.org/job/kafka-2.1-jdk8/118/ Perhaps there is an environment issue at play here? Do you get the same failures running those tests on the 2.1 release? Best, Colin On Wed, Ja

Re: [VOTE] 2.1.1 RC1

2019-01-30 Thread Eno Thereska
Hi Colin, I've been running the tests and so far I get the following failures. Are they known? kafka.server.ReplicaManagerQuotasTest > shouldGetBothMessagesIfQuotasAllow FAILED kafka.server.ReplicaManagerQuotasTest > testCompleteInDelayedFetchWithReplicaThrottling FAILED kafka.server.ReplicaManag

broken build on windows

2019-01-30 Thread Chia-Ping Tsai
hi folks, I love GNU/Linux but it pains me to see broken build on windows. Could someone take a look at PR: https://github.com/apache/kafka/pull/6208 ? It enables kafka to embrace windows again. Cheers, Chia-Ping

Re: [DISCUSS] KIP-390: Add producer option to adjust compression level

2019-01-30 Thread Mickael Maison
Thanks, that's a very interesting KIP! I agree with Becket that a clearer config format is likely to help. Have you considered using a config format similar to listeners (as described in the "Updating SSL Keystore of an Existing Listener" in the Kafka docs)? Also worth noting that we already have

Re: [DISCUSS] KIP-409: Allow creating under-replicated topics and partitions

2019-01-30 Thread Mickael Maison
Another bump. Feedback and suggestions are always appreciated! On Tue, Jan 8, 2019 at 5:14 PM Mickael Maison wrote: > > Hi, > > We've not received any feedback yet on this KIP. We still believe this > would be a nice improvement. > > Thanks > > On Tue, Dec 18, 2018 at 4:27 PM Mickael Maison > w