[jira] [Created] (KAFKA-10648) Add Prefix Scan support to State Stores

2020-10-26 Thread Sagar Rao (Jira)
Sagar Rao created KAFKA-10648: - Summary: Add Prefix Scan support to State Stores Key: KAFKA-10648 URL: https://issues.apache.org/jira/browse/KAFKA-10648 Project: Kafka Issue Type: Improvement

Re: [DISCUSS] KIP-405: Kafka Tiered Storage

2020-10-26 Thread Satish Duggana
Hi, KIP is updated with 1) topic deletion lifecycle and its related items 2) Protocol changes(mainly related to ListOffsets) and other minor changes. Please go through them and let us know your comments. Thanks, Satish. On Mon, Sep 28, 2020 at 9:10 PM Satish Duggana wrote: > > Hi Dhruvil, >

Build failed in Jenkins: Kafka » kafka-trunk-jdk11 #182

2020-10-26 Thread Apache Jenkins Server
See Changes: [github] KAFKA-9381: Fix publishing valid scaladoc for streams-scala (#9486) -- [...truncated 3.45 MB...]

Build failed in Jenkins: Kafka » kafka-trunk-jdk15 #206

2020-10-26 Thread Apache Jenkins Server
See Changes: [github] KAFKA-9381: Fix publishing valid scaladoc for streams-scala (#9486) -- Started by an SCM change Started by an SCM change Running as

Build failed in Jenkins: Kafka » kafka-2.7-jdk8 #39

2020-10-26 Thread Apache Jenkins Server
See Changes: [Guozhang Wang] KAFKA-10616: Always call prepare-commit before suspending for active tasks (#9464) -- [...truncated 3.44 MB...]

Build failed in Jenkins: Kafka » kafka-trunk-jdk15 #207

2020-10-26 Thread Apache Jenkins Server
See Changes: -- Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on H42 (ubuntu) in workspace

Jenkins build is back to normal : Kafka » kafka-trunk-jdk11 #181

2020-10-26 Thread Apache Jenkins Server
See

Jenkins build is back to normal : Kafka » kafka-trunk-jdk8 #173

2020-10-26 Thread Apache Jenkins Server
See

Re: [jira] [Resolved] (KAFKA-9381) Javadocs + Scaladocs not published on maven central

2020-10-26 Thread Mathew Morales
Unsubscribe On Mon, Oct 26, 2020 at 5:49 PM Mathew Morales wrote: > Stop > > On Mon, Oct 26, 2020 at 5:49 PM Bill Bejeck (Jira) > wrote: > >> >> [ >> https://issues.apache.org/jira/browse/KAFKA-9381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel >> ] >> >> Bill Bejeck

Re: [jira] [Resolved] (KAFKA-9381) Javadocs + Scaladocs not published on maven central

2020-10-26 Thread Mathew Morales
Stop On Mon, Oct 26, 2020 at 5:49 PM Bill Bejeck (Jira) wrote: > > [ > https://issues.apache.org/jira/browse/KAFKA-9381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Bill Bejeck resolved KAFKA-9381. > > Resolution: Fixed > >

[jira] [Resolved] (KAFKA-9381) Javadocs + Scaladocs not published on maven central

2020-10-26 Thread Bill Bejeck (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Bejeck resolved KAFKA-9381. Resolution: Fixed Resolved via [https://github.com/apache/kafka/pull/9486.]   Merged to trunk

Re: [DISCUSS] KIP-406: GlobalStreamThread should honor custom reset policy

2020-10-26 Thread Sophie Blee-Goldman
I don't believe there is any KIP yet for the state machine changes, feel free to grab the next KIP number. I don't think it matters too much whether we list this one as "Under Discussion" or "Blocked". But it might be preferable to put it as "Blocked" so people know that there are actual plans to

Re: [VOTE] KIP-665 Kafka Connect Hash SMT

2020-10-26 Thread Brandon Brown
I’ve update the KIP with suggestions from Gunnar. I’d like to bring this up for a vote. Brandon Brown > On Oct 22, 2020, at 12:53 PM, Brandon Brown wrote: > > Hey Gunnar, > > Those are great questions! > > 1) I went with it only selecting top level fields since it seems like that’s > the

[jira] [Resolved] (KAFKA-10616) StreamThread killed by "IllegalStateException: The processor is already closed"

2020-10-26 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang resolved KAFKA-10616. --- Resolution: Fixed > StreamThread killed by "IllegalStateException: The processor is already

Jenkins build is back to normal : Kafka » kafka-trunk-jdk15 #204

2020-10-26 Thread Apache Jenkins Server
See

Build failed in Jenkins: Kafka » kafka-trunk-jdk11 #180

2020-10-26 Thread Apache Jenkins Server
See Changes: [github] MINOR: Fix NPE in KafkaAdminClient.describeUserScramCredentials (#9374) [github] MINOR; DescribeUserScramCredentialsRequest API should handle request with users equals to

Re: [DISCUSS] Apache Kafka 2.7.0 release

2020-10-26 Thread David Jacot
Hi Bill, We have found a small regression: https://issues.apache.org/jira/browse/KAFKA-10647. This was introduced while we migrated the consumer protocol to using the auto-generated protocol. I have opened a PR to fix it (one line): https://github.com/apache/kafka/pull/9506. Best, David On Mon,

[jira] [Created] (KAFKA-10647) Only serialize owned partition when consumer protocol version >= 0

2020-10-26 Thread David Jacot (Jira)
David Jacot created KAFKA-10647: --- Summary: Only serialize owned partition when consumer protocol version >= 0 Key: KAFKA-10647 URL: https://issues.apache.org/jira/browse/KAFKA-10647 Project: Kafka

Build failed in Jenkins: Kafka » kafka-trunk-jdk8 #172

2020-10-26 Thread Apache Jenkins Server
See Changes: [github] MINOR; DescribeUserScramCredentialsRequest API should handle request with users equals to `null` (#9504) -- [...truncated 3.42 MB...]

Build failed in Jenkins: Kafka » kafka-trunk-jdk8 #171

2020-10-26 Thread Apache Jenkins Server
See Changes: [github] MINOR: Fix NPE in KafkaAdminClient.describeUserScramCredentials (#9374) -- [...truncated 3.42 MB...]

[jira] [Created] (KAFKA-10646) Support dynamic config for "delete.topic.enable"

2020-10-26 Thread Prateek Agarwal (Jira)
Prateek Agarwal created KAFKA-10646: --- Summary: Support dynamic config for "delete.topic.enable" Key: KAFKA-10646 URL: https://issues.apache.org/jira/browse/KAFKA-10646 Project: Kafka Issue

Re: [DISCUSS] Apache Kafka 2.7.0 release

2020-10-26 Thread Bill Bejeck
Hi David, I agree that these small issues should be included in 2.7. Thanks, Bill On Mon, Oct 26, 2020 at 10:58 AM David Jacot wrote: > Hi Bill, > > We have found two small issues related to the newly > introduced describeUserScramCredentials API: > 1)

Re: [DISCUSS] Apache Kafka 2.7.0 release

2020-10-26 Thread David Jacot
Hi Bill, We have found two small issues related to the newly introduced describeUserScramCredentials API: 1) https://github.com/apache/kafka/pull/9374 2) https://github.com/apache/kafka/pull/9504 While not a regression, I'd like to get them in 2.7 if possible to avoid releasing a new API with

Re: [DISCUSS] KIP-406: GlobalStreamThread should honor custom reset policy

2020-10-26 Thread Navinder Brar
Hi, I have updated the KIP-406 with the discussions that we have had above. Is there any KIP proposed yet to change the state machine so that I can link it to the KIP? Also, is there any suggestion whether this KIP should be labeled as Under-discussion or Blocked on the KIPs page?  Thanks,

[jira] [Created] (KAFKA-10645) Forwarding a record from a punctuator sometimes it results in a NullPointerException

2020-10-26 Thread Filippo Machi (Jira)
Filippo Machi created KAFKA-10645: - Summary: Forwarding a record from a punctuator sometimes it results in a NullPointerException Key: KAFKA-10645 URL: https://issues.apache.org/jira/browse/KAFKA-10645

[jira] [Created] (KAFKA-10644) Fix VotedToUnattached test error

2020-10-26 Thread dengziming (Jira)
dengziming created KAFKA-10644: -- Summary: Fix VotedToUnattached test error Key: KAFKA-10644 URL: https://issues.apache.org/jira/browse/KAFKA-10644 Project: Kafka Issue Type: Sub-task

Build failed in Jenkins: Kafka » kafka-trunk-jdk8 #170

2020-10-26 Thread Apache Jenkins Server
See Changes: [github] KAFKA-10092: Remove unnecessary contructor and exception in NioEchoServer (#8794) -- [...truncated 6.84 MB...]

Build failed in Jenkins: Kafka » kafka-trunk-jdk15 #203

2020-10-26 Thread Apache Jenkins Server
See Changes: [github] KAFKA-10092: Remove unnecessary contructor and exception in NioEchoServer (#8794) -- [...truncated 3.45 MB...]

Build failed in Jenkins: Kafka » kafka-trunk-jdk11 #179

2020-10-26 Thread Apache Jenkins Server
See Changes: [github] KAFKA-10092: Remove unnecessary contructor and exception in NioEchoServer (#8794) -- [...truncated 3.45 MB...]