mnegodaev commented on PR #11442:
URL: https://github.com/apache/kafka/pull/11442#issuecomment-1197690519
@rhauch @mimaison @kkonstantine @pjmagee I've started a vote for the
KIP-855: https://lists.apache.org/thread/b0cdofxhl7p84k14wvhtrhd0r1z8qzpk
Please vote for it if you're agree.
--
clolov commented on PR #12285:
URL: https://github.com/apache/kafka/pull/12285#issuecomment-1197688699
Well somewhere between reading the comments, having a discussion and typing
my response I confused the options.
I don't see why allowing JUnit 4 tests to run alongside JUnit 5 tests
dplavcic commented on PR #10881:
URL: https://github.com/apache/kafka/pull/10881#issuecomment-1197640646
> Thank you for the reply @cadonna! Okay, I will wait for a week starting
today and I will try to reach out to @wycc over email as well should I
manage to find it across GitHub or JI
dplavcic opened a new pull request, #12449:
URL: https://github.com/apache/kafka/pull/12449
Based on the [Replace EasyMock and PowerMock with Mockito
Jira](https://issues.apache.org/jira/browse/KAFKA-7438
) ticket:
>Development of EasyMock and PowerMock has stagnated while Mockito
[
https://issues.apache.org/jira/browse/KAFKA-12947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dalibor Plavcic reassigned KAFKA-12947:
---
Assignee: Dalibor Plavcic (was: YI-CHEN WANG)
> Replace EasyMock and PowerMock wit
showuon commented on PR #12392:
URL: https://github.com/apache/kafka/pull/12392#issuecomment-1197620235
I'll review it this week. Sorry for the delay.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go
C0urante merged PR #12309:
URL: https://github.com/apache/kafka/pull/12309
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: jira-unsubscr...@kafka.apache
C0urante commented on PR #12309:
URL: https://github.com/apache/kafka/pull/12309#issuecomment-1197579201
@vamossagar12 ah yeah, thanks for the ping! I'll merge this one tonight and
take a final look at https://github.com/apache/kafka/pull/12321 tomorrow;
please ping me again if there's no a
niket-goel commented on code in PR #12448:
URL: https://github.com/apache/kafka/pull/12448#discussion_r931715659
##
core/src/main/scala/kafka/server/metadata/BrokerMetadataListener.scala:
##
@@ -169,6 +174,10 @@ class BrokerMetadataListener(
_delta.finishSnapshot()
niket-goel opened a new pull request, #12448:
URL: https://github.com/apache/kafka/pull/12448
This PR adds in 3 metrics as described in KIP-859
* kafka.server:type=broker-metadata-metrics,name=publisher-error-count
*
kafka.server:type=broker-metadata-metrics,name=listener-batch-load-er
vamossagar12 commented on PR #12354:
URL: https://github.com/apache/kafka/pull/12354#issuecomment-1197548911
@C0urante no worries.. i am looking at a few other items and not this one
currently. i will try to get to this later on. Thanks!
--
This is an automated message from the Apache Git
vamossagar12 commented on PR #12309:
URL: https://github.com/apache/kafka/pull/12309#issuecomment-1197548178
@C0urante same as the other PR, I think you can merge this now :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
vamossagar12 commented on PR #12321:
URL: https://github.com/apache/kafka/pull/12321#issuecomment-1197547782
@C0urante i believe now even you might be able to merge this :D
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
[
https://issues.apache.org/jira/browse/KAFKA-13995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572187#comment-17572187
]
Sandy Wilbourn commented on KAFKA-13995:
I'd like an answer to this question as
guozhangwang merged PR #12439:
URL: https://github.com/apache/kafka/pull/12439
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: jira-unsubscr...@kafka.ap
C0urante commented on PR #11783:
URL: https://github.com/apache/kafka/pull/11783#issuecomment-1197421645
@showuon any news? Hoping we can get this merged and backported soon so that
the stability of 3.3 isn't impacted; let me know if there's anything I can do
to help.
--
This is an autom
[
https://issues.apache.org/jira/browse/KAFKA-13586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572144#comment-17572144
]
Chris Egerton commented on KAFKA-13586:
---
Dan Stelljes (@dstelljes on GitHub) is wo
C0urante commented on PR #12295:
URL: https://github.com/apache/kafka/pull/12295#issuecomment-1197417566
By the way, @dstelljes, do you have an account on the project Jira? I'd like
to assign the ticket it to you to indicate that it's being worked on but I
can't seem to find an account.
-
[
https://issues.apache.org/jira/browse/KAFKA-13586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Egerton reassigned KAFKA-13586:
-
Assignee: Chris Egerton
> ConfigExceptions thrown by FileConfigProvider during connecto
C0urante commented on PR #12295:
URL: https://github.com/apache/kafka/pull/12295#issuecomment-1197412312
@dstelljes sorry for all the headaches here, hoping things will be easier
once we switch over to Mockito.
In the meantime, if you're up for it, one workaround is we do away with
s
C0urante commented on code in PR #12434:
URL: https://github.com/apache/kafka/pull/12434#discussion_r930423970
##
connect/runtime/src/test/java/org/apache/kafka/connect/runtime/rest/RestServerTest.java:
##
@@ -338,6 +341,41 @@ public void testDisableAdminEndpoint() throws IOExce
[
https://issues.apache.org/jira/browse/KAFKA-14119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Wu resolved KAFKA-14119.
-
Resolution: Not A Bug
> Sensor in metrics has potential thread safety issues
> -
[
https://issues.apache.org/jira/browse/KAFKA-14119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572115#comment-17572115
]
Eric Wu commented on KAFKA-14119:
-
There is a problem with my test, should have used `Wi
Eric Wu created KAFKA-14119:
---
Summary: Sensor in metrics has potential thread safety issues
Key: KAFKA-14119
URL: https://issues.apache.org/jira/browse/KAFKA-14119
Project: Kafka
Issue Type: Bug
vvcephei merged PR #12437:
URL: https://github.com/apache/kafka/pull/12437
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: jira-unsubscr...@kafka.apache
vvcephei commented on PR #12437:
URL: https://github.com/apache/kafka/pull/12437#issuecomment-1197237568
Ok, at least we got on passing build that time. The failures are again
unrelated:
```
[Build / PowerPC / Run PowerPC Build /
org.apache.kafka.common.security.oauthbearer.secured.Re
cadonna commented on code in PR #12439:
URL: https://github.com/apache/kafka/pull/12439#discussion_r931465179
##
streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java:
##
@@ -480,6 +503,21 @@ private void closeAndRecycleTasks(final Map> tasksToRe
cadonna commented on code in PR #12439:
URL: https://github.com/apache/kafka/pull/12439#discussion_r931394153
##
streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskExecutionMetadata.java:
##
@@ -77,6 +93,22 @@ public void registerTaskError(final Task task, fi
cadonna commented on code in PR #12439:
URL: https://github.com/apache/kafka/pull/12439#discussion_r931357457
##
streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java:
##
@@ -493,7 +531,9 @@ boolean tryToCompleteRestoration(final long now, final
ja
[
https://issues.apache.org/jira/browse/KAFKA-14111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Arthur reassigned KAFKA-14111:
Assignee: David Arthur
> Dynamic config update fails for "password" configs in KRaft
> --
[
https://issues.apache.org/jira/browse/KAFKA-14115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572073#comment-17572073
]
David Arthur commented on KAFKA-14115:
--
[~Prem237] ConfigurationControlManager has
[
https://issues.apache.org/jira/browse/KAFKA-14115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572061#comment-17572061
]
Prem Kamal commented on KAFKA-14115:
Sure, Thanks [~cmccabe] .
> Password configs a
[
https://issues.apache.org/jira/browse/KAFKA-14115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Prem Kamal reassigned KAFKA-14115:
--
Assignee: Prem Kamal
> Password configs are logged in plaintext in KRaft
> --
[
https://issues.apache.org/jira/browse/KAFKA-14115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572049#comment-17572049
]
Colin McCabe commented on KAFKA-14115:
--
KafkaConfig is not accessible from the meta
cmccabe merged PR #12443:
URL: https://github.com/apache/kafka/pull/12443
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.
José Armando García Sancio created KAFKA-14118:
--
Summary: Generate and persist storage uuiid
Key: KAFKA-14118
URL: https://issues.apache.org/jira/browse/KAFKA-14118
Project: Kafka
Hao Li created KAFKA-14117:
--
Summary: Flaky Test
DynamicBrokerReconfigurationTest.testKeyStoreAlter
Key: KAFKA-14117
URL: https://issues.apache.org/jira/browse/KAFKA-14117
Project: Kafka
Issue Type
José Armando García Sancio created KAFKA-14116:
--
Summary: Update and add all of the Kafka Message Schemas
Key: KAFKA-14116
URL: https://issues.apache.org/jira/browse/KAFKA-14116
Project: K
[
https://issues.apache.org/jira/browse/KAFKA-12566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hao Li reopened KAFKA-12566:
Somehow this is still happening:
```
[2022-07-27T11:32:04.461Z] MirrorConnectorsIntegrationSSLTest >
testRe
[
https://issues.apache.org/jira/browse/KAFKA-14115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572025#comment-17572025
]
Prem Kamal commented on KAFKA-14115:
Hi [~mumrah], We can use our existing method fr
fonaid commented on PR #11886:
URL: https://github.com/apache/kafka/pull/11886#issuecomment-1196972787
@omkreddy Thank you for the review!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the spec
David Arthur created KAFKA-14115:
Summary: Password configs are logged in plaintext in KRaft
Key: KAFKA-14115
URL: https://issues.apache.org/jira/browse/KAFKA-14115
Project: Kafka
Issue Type:
Niket Goel created KAFKA-14114:
--
Summary: KIP-859: Add Metadata Log Processing Error Related Metrics
Key: KAFKA-14114
URL: https://issues.apache.org/jira/browse/KAFKA-14114
Project: Kafka
Issue
José Armando García Sancio created KAFKA-14113:
--
Summary: KIP-856: KRaft Disk Failure Recovery
Key: KAFKA-14113
URL: https://issues.apache.org/jira/browse/KAFKA-14113
Project: Kafka
Nayana-ibm commented on PR #11929:
URL: https://github.com/apache/kafka/pull/11929#issuecomment-1196861605
@mimaison Any update on this please?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the
[
https://issues.apache.org/jira/browse/KAFKA-13868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17571952#comment-17571952
]
ASF GitHub Bot commented on KAFKA-13868:
mimaison merged PR #429:
URL: https://g
bellemare commented on code in PR #12437:
URL: https://github.com/apache/kafka/pull/12437#discussion_r931078820
##
streams/src/test/java/org/apache/kafka/streams/kstream/internals/foreignkeyjoin/ForeignJoinSubscriptionProcessorSupplierTest.java:
##
@@ -0,0 +1,371 @@
+/*
+ * Lice
[
https://issues.apache.org/jira/browse/KAFKA-13868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17571930#comment-17571930
]
ASF GitHub Bot commented on KAFKA-13868:
showuon commented on PR #429:
URL: http
vvcephei commented on PR #12437:
URL: https://github.com/apache/kafka/pull/12437#issuecomment-1196757702
These failures are certainly unrelated, but I'm going to re-run the tests
before merging, since we didn't get a single green build this time.
```
[Build / JDK 8 and Scala 2.12 /
[
https://issues.apache.org/jira/browse/KAFKA-13868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17571900#comment-17571900
]
ASF GitHub Bot commented on KAFKA-13868:
divijvaidya commented on PR #429:
URL:
[
https://issues.apache.org/jira/browse/KAFKA-13868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17571899#comment-17571899
]
ASF GitHub Bot commented on KAFKA-13868:
divijvaidya opened a new pull request,
nicolasguyomar opened a new pull request, #12446:
URL: https://github.com/apache/kafka/pull/12446
Hi team,
This log gets generated quite often depending on the AK component we use,
and to my knowledge does not need to be set to INFO, hence proposing we lower
to DEBUG
Thank yo
[
https://issues.apache.org/jira/browse/KAFKA-14112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Elkhan Eminov updated KAFKA-14112:
--
Description:
The offset lag is the difference of the last replicated record's source offset
a
[
https://issues.apache.org/jira/browse/KAFKA-13730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-13730.
---
Fix Version/s: 3.4.0
Resolution: Fixed
> OAuth access token validation fails if it does not c
omkreddy merged PR #11886:
URL: https://github.com/apache/kafka/pull/11886
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: jira-unsubscr...@kafka.apache
KarolisCibulskis commented on PR #11886:
URL: https://github.com/apache/kafka/pull/11886#issuecomment-1196574321
Hello, does anyone has an idea when this will be merged to trunk and in
which release it will be included?
--
This is an automated message from the Apache Git Service.
To respo
vamossagar12 commented on PR #12306:
URL: https://github.com/apache/kafka/pull/12306#issuecomment-1196564092
@tombentley could you plz take a look whenever you get the chance. Thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
Elkhan Eminov created KAFKA-14112:
-
Summary: Expose replication-offset-lag Mirror metric
Key: KAFKA-14112
URL: https://issues.apache.org/jira/browse/KAFKA-14112
Project: Kafka
Issue Type: Imp
Ge commented on code in PR #12437:
URL: https://github.com/apache/kafka/pull/12437#discussion_r930774040
##
streams/src/test/java/org/apache/kafka/streams/kstream/internals/foreignkeyjoin/ForeignJoinSubscriptionProcessorSupplierTest.java:
##
@@ -0,0 +1,371 @@
+/*
+ * License
60 matches
Mail list logo