Re: [DISCUSS] KIP-553: Enable TLSv1.3 by default and disable all protocols except [TLSV1.2, TLSV1.3]

2020-04-27 Thread Nikolay Izhikov
Hello, Ismael. AFAIK we don’t run tests with the TLSv1.3, by default. Are you suggesting to do it? I can create a PR for it. > 24 апр. 2020 г., в 17:34, Ismael Juma написал(а): > > Right, some companies run them nightly. What I meant to ask is if we > changed the configuration so that TLS 1.3

[jira] [Created] (KAFKA-9922) Update examples README

2020-04-27 Thread jiamei xie (Jira)
jiamei xie created KAFKA-9922: - Summary: Update examples README Key: KAFKA-9922 URL: https://issues.apache.org/jira/browse/KAFKA-9922 Project: Kafka Issue Type: Bug Components:

Re: [DISCUSS] KIP-553: Enable TLSv1.3 by default and disable all protocols except [TLSV1.2, TLSV1.3]

2020-04-27 Thread Ismael Juma
Yes, a PR would be great. Ismael On Mon, Apr 27, 2020, 2:10 AM Nikolay Izhikov wrote: > Hello, Ismael. > > AFAIK we don’t run tests with the TLSv1.3, by default. > Are you suggesting to do it? > I can create a PR for it. > > > 24 апр. 2020 г., в 17:34, Ismael Juma написал(а): > > > > Right,

Request for permission to create KIP

2020-04-27 Thread Wang (Leonard) Ge
Hi, I'd like to request permission to create KIP. My email address is: w...@confluent.io. Thanks! -- Leonard Ge Software Engineer Intern - Confluent

Re: KIP-599: Throttle Create Topic, Create Partition and Delete Topic Operations

2020-04-27 Thread David Jacot
Hi Jun, Thank you for the feedback. 1. You are right. At the end, we do care about the percentage of time that an operation ties up the controller thread. I thought about this but I was not entirely convinced by it for following reasons: 1.1. While I do agree that setting up a rate and a burst

[jira] [Resolved] (KAFKA-9549) Local storage implementations for RSM which can be used in tests

2020-04-27 Thread Alexandre Dupriez (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexandre Dupriez resolved KAFKA-9549. -- Resolution: Fixed > Local storage implementations for RSM which can be used in tests >

Re: [DISCUSS] KIP-592: MirrorMaker should replicate topics from earliest

2020-04-27 Thread Ryanne Dolan
Conversely, we could consider making MM2 use "latest" in "legacy mode", and leave MM1 as it is? (Just thinking out loud.) Ryanne On Mon, Apr 27, 2020 at 12:39 PM Jeff Widman wrote: > Good questions: > > > *I agree that `auto.offset.reset="earliest"` would be a better default. > However, I am a

Re: [DISCUSS] KIP-592: MirrorMaker should replicate topics from earliest

2020-04-27 Thread Jeff Widman
Good questions: *I agree that `auto.offset.reset="earliest"` would be a better default. However, I am a little worried about backwardcompatibility. * Keep in mind that existing mirrormaker instances will *not* be affected for topics they are currently consuming because they will already have

[jira] [Resolved] (KAFKA-9612) CLI Dynamic Configuration with file input

2020-04-27 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9612. -- Fix Version/s: 2.6.0 Reviewer: Manikumar Resolution: Fixed > CLI Dynamic Configuration

[jira] [Created] (KAFKA-9923) Join window store duplicates can be compacted in changelog

2020-04-27 Thread Sophie Blee-Goldman (Jira)
Sophie Blee-Goldman created KAFKA-9923: -- Summary: Join window store duplicates can be compacted in changelog Key: KAFKA-9923 URL: https://issues.apache.org/jira/browse/KAFKA-9923 Project: Kafka

Re: [Vote] KIP-588: Allow producers to recover gracefully from transaction timeouts

2020-04-27 Thread Boyang Chen
Hey all, we want to piggy-back one more protocol change to this KIP, which is the InitProducerId. Previously we overlooked the case returned from InitPid where the error code is still INVALID_PRODUCER_EPOCH instead of PRODUCER_FENCED. To be consistent, we will bump this protocol and always return

Re: Request for permission to create KIP

2020-04-27 Thread Bill Bejeck
Done. Thanks, Bill On Mon, Apr 27, 2020 at 11:05 AM Wang (Leonard) Ge wrote: > Hi, > > I'd like to request permission to create KIP. My email address is: > w...@confluent.io. > > Thanks! > > -- > Leonard Ge > Software Engineer Intern - Confluent >

[jira] [Reopened] (KAFKA-9798) Flaky test: org.apache.kafka.streams.integration.QueryableStateIntegrationTest.shouldAllowConcurrentAccesses

2020-04-27 Thread Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sophie Blee-Goldman reopened KAFKA-9798: Assignee: (was: Guozhang Wang) > Flaky test: >

[jira] [Reopened] (KAFKA-9176) Flaky test failure: OptimizedKTableIntegrationTest.shouldApplyUpdatesToStandbyStore

2020-04-27 Thread Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sophie Blee-Goldman reopened KAFKA-9176: Saw this fail again on a PR with h3. Stacktrace

Build failed in Jenkins: kafka-trunk-jdk14 #23

2020-04-27 Thread Apache Jenkins Server
See Changes: [github] KAFKA-9839; Broker should accept control requests with newer broker -- [...truncated 1.51 MB...]

[VOTE] KIP-586: Deprecate commit records without record metadata

2020-04-27 Thread Mario Molina
Hi all, I'd like to start a vote for KIP-586. You can find the link for this KIP here: https://cwiki.apache.org/confluence/display/KAFKA/KIP-586%3A+Deprecate+commit+records+without+record+metadata Thanks! Mario

[jira] [Resolved] (KAFKA-9839) IllegalStateException on metadata update when broker learns about its new epoch after the controller

2020-04-27 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-9839. Fix Version/s: 2.5.1 Resolution: Fixed > IllegalStateException on metadata update

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

2020-04-27 Thread Apache Jenkins Server
See Changes: [github] KAFKA-9839; Broker should accept control requests with newer broker -- [...truncated 1.51 MB...]

[jira] [Resolved] (KAFKA-9866) Do not attempt to elect preferred leader replicas which are outside ISR

2020-04-27 Thread Jun Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao resolved KAFKA-9866. Fix Version/s: 2.6.0 Resolution: Fixed Merged the PR to trunk. > Do not attempt to elect preferred

Build failed in Jenkins: kafka-trunk-jdk14 #24

2020-04-27 Thread Apache Jenkins Server
See Changes: [github] KAFKA-9866: Avoid election for topics where preferred leader is not in -- [...truncated 1.51 MB...]

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

2020-04-27 Thread Apache Jenkins Server
See Changes: [manikumar] KAKFA-9612: Add an option to kafka-configs.sh to add configs from a prop -- [...truncated 1.51 MB...]

Re: [VOTE] KIP-584: Versioning scheme for features

2020-04-27 Thread Colin McCabe
Thanks, Kowshik. +1 (binding) best, Colin On Sat, Apr 25, 2020, at 13:20, Kowshik Prakasam wrote: > Hi Colin, > > Thanks for the explanation! I agree with you, and I have updated the > KIP. > Here is a link to relevant section: >

Build failed in Jenkins: kafka-trunk-jdk14 #22

2020-04-27 Thread Apache Jenkins Server
See Changes: [manikumar] KAKFA-9612: Add an option to kafka-configs.sh to add configs from a prop -- [...truncated 1.51 MB...]

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

2020-04-27 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-9885) Evict last members of a group when the maximum allowed is reached

2020-04-27 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-9885. Fix Version/s: 2.6.0 Resolution: Fixed > Evict last members of a group when the

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

2020-04-27 Thread Apache Jenkins Server
See Changes: [github] KAFKA-9866: Avoid election for topics where preferred leader is not in -- [...truncated 1.51 MB...] org.apache.kafka.connect.transforms.CastTest

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

2020-04-27 Thread Apache Jenkins Server
See Changes: [github] MINOR: document how to escape json parameters to ducktape tests (#8546) -- [...truncated 1.52 MB...]

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

2020-04-27 Thread Apache Jenkins Server
See Changes: [github] MINOR: Improve producer test BufferPoolTest#testCloseNotifyWaiters. -- [...truncated 1.51 MB...] org.apache.kafka.connect.transforms.CastTest >

Re: [DISCUSS] KIP-595: A Raft Protocol for the Metadata Quorum

2020-04-27 Thread Jason Gustafson
As promised, here is a link to the current prototype: https://github.com/confluentinc/kafka/tree/kafka-raft. Thanks, Jason On Mon, Apr 20, 2020 at 10:53 AM Jason Gustafson wrote: > Hi Deng, > > Thanks for the question. I mentioned this in the rejected alternatives > section. The current

Re: KIP-599: Throttle Create Topic, Create Partition and Delete Topic Operations

2020-04-27 Thread Jun Rao
Hi, David, Thanks for the reply. A few more comments. 1. I am actually not sure if a quota based on request rate is easier for the users. For context, in KIP-124, we started with a request rate quota, but ended up not choosing it. The main issues are (a) requests are not equal; some are more

Build failed in Jenkins: kafka-trunk-jdk14 #27

2020-04-27 Thread Apache Jenkins Server
See Changes: [github] MINOR: Improve producer test BufferPoolTest#testCloseNotifyWaiters. -- [...truncated 1.51 MB...] org.apache.kafka.connect.transforms.CastTest >

[DISCUSS] KIP-602 - Change default value for client.dns.lookup

2020-04-27 Thread Badai Aqrandista
Hi everyone I have opened this KIP to have client.dns.lookup default value changed to "use_all_dns_ips". https://cwiki.apache.org/confluence/display/KAFKA/KIP-602%3A+Change+default+value+for+client.dns.lookup Feedback appreciated. PS: I'm new here so please let me know if I miss anything. --

[DISCUSS] KIP-601: Configurable socket connection timeout

2020-04-27 Thread Cheng Tan
Hi developers, I’m proposing KIP-601 to support configurable socket connection timeout. https://cwiki.apache.org/confluence/display/KAFKA/KIP-601%3A+Configurable+socket+connection+timeout

Build failed in Jenkins: kafka-trunk-jdk14 #25

2020-04-27 Thread Apache Jenkins Server
See Changes: [github] KAFKA-9885; Evict last members of a group when the maximum allowed is -- [...truncated 1.51 MB...]

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

2020-04-27 Thread Apache Jenkins Server
See Changes: [github] KAFKA-9885; Evict last members of a group when the maximum allowed is -- [...truncated 1.51 MB...]

Build failed in Jenkins: kafka-trunk-jdk14 #26

2020-04-27 Thread Apache Jenkins Server
See Changes: [github] MINOR: document how to escape json parameters to ducktape tests (#8546) -- [...truncated 1.51 MB...]

Build failed in Jenkins: kafka-2.5-jdk8 #101

2020-04-27 Thread Apache Jenkins Server
See Changes: [jason] KAFKA-9839; Broker should accept control requests with newer broker -- [...truncated 5.90 MB...] org.apache.kafka.streams.TopologyTestDriverTest >

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

2020-04-27 Thread Apache Jenkins Server
See Changes: [github] MINOR: document how to escape json parameters to ducktape tests (#8546) [github] MINOR: Improve producer test BufferPoolTest#testCloseNotifyWaiters.