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

2020-01-11 Thread Apache Jenkins Server
See Changes: -- [...truncated 41 B...] Building remotely on H23 (ubuntu) in workspace [WS-CLEANUP] Deleting project workspace...

[jira] [Resolved] (KAFKA-9363) Admin Script "kafka-topics" doesn't confirm on successful creation

2020-01-11 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-9363. Resolution: Fixed > Admin Script "kafka-topics" doesn't confirm on successful creation >

Re: [DISCUSS] KIP-399: Extend ProductionExceptionHandler to cover serialization exceptions

2020-01-11 Thread Mitchell
I'm happy to have the serialization handler now. I've hit this issue a number of times in the past. I think the other options are also large enough they probably deserve their own KIPs to properly document the changes. -mitch On Fri, Jan 10, 2020 at 7:33 PM am wrote: > > Hello, > > I would

[jira] [Created] (KAFKA-9401) High lock contention for kafka.server.FetchManager.newContext

2020-01-11 Thread Lucas Bradstreet (Jira)
Lucas Bradstreet created KAFKA-9401: --- Summary: High lock contention for kafka.server.FetchManager.newContext Key: KAFKA-9401 URL: https://issues.apache.org/jira/browse/KAFKA-9401 Project: Kafka

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

2020-01-11 Thread Apache Jenkins Server
See Changes: [jason] KAFKA-9396; Use JDK `emptyIterator` in `ConnectHeaders` Class (#7922) [jason] MINOR: Cleanup generic & throw syntax in connect (#7892) --

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

2020-01-11 Thread Lucas Bradstreet
+1 (non binding) On Sat, 11 Jan 2020 at 02:32, M. Manna wrote: > Hey Colin, > > +1 - Really useful for folks managing a cluster by themselves. > > M. MAnna > > On Fri, 10 Jan 2020 at 22:35, Jose Garcia Sancio > wrote: > > > +1, LGTM. > > > > On Fri, Jan 10, 2020 at 2:19 PM Gwen Shapira wrote:

[jira] [Created] (KAFKA-9400) Make Consumer Class Extend AutoCloseable

2020-01-11 Thread David Mollitor (Jira)
David Mollitor created KAFKA-9400: - Summary: Make Consumer Class Extend AutoCloseable Key: KAFKA-9400 URL: https://issues.apache.org/jira/browse/KAFKA-9400 Project: Kafka Issue Type:

[jira] [Resolved] (KAFKA-9396) Use JDK emptyIterator in ConnectHeaders Class

2020-01-11 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-9396. Resolution: Fixed > Use JDK emptyIterator in ConnectHeaders Class >

Re: [DISCUSS] Apache Kafka 2.5.0 release

2020-01-11 Thread David Arthur
Here's the release plan https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=143428858 KIP freeze is Jan 22nd with a target release date of Feb 26th. I'll work on curating a list of KIPs next. Thanks! David On Fri, Dec 20, 2019 at 2:04 PM Ismael Juma wrote: > +1 > > Thanks for

Re: [DISCUSS] KIP-555: Deprecate Direct Zookeeper access in Kafka Administrative Tools

2020-01-11 Thread Ron Dagostino
<< On Jan 10, 2020, at 8:25 PM, Mitchell wrote: > > I"m very pro this. The sooner we can make people aware that zookeeper > is going away the better. > -mitch > >> On Fri, Jan 10, 2020 at 4:37 PM Jose Garcia Sancio >> wrote: >> >> Comments below. >> >>> On Thu, Jan 9, 2020 at 5:03 PM Colin

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

2020-01-11 Thread M. Manna
Hey Colin, +1 - Really useful for folks managing a cluster by themselves. M. MAnna On Fri, 10 Jan 2020 at 22:35, Jose Garcia Sancio wrote: > +1, LGTM. > > On Fri, Jan 10, 2020 at 2:19 PM Gwen Shapira wrote: > > > +1, thanks for driving this > > > > On Fri, Jan 10, 2020 at 2:17 PM Colin

Re: [DISCUSS]KIP-216: IQ should throw different exceptions for different errors

2020-01-11 Thread Vito Jeng
Hi, Matthias & Vinoth, Thanks for the feedback. > What is still unclear to me is, what we gain by having both > `StreamsNotRunningException` and `StateStoreNotAvailableException`. Both > exception are thrown when KafkaStreams is in state PENDING_SHUTDOWN / > NOT_RUNNING / ERROR. Hence, as a user