[GitHub] [kafka] mjsax commented on issue #8114: KAFKA-9290: Update IQ related JavaDocs

2020-04-19 Thread GitBox
mjsax commented on issue #8114: URL: https://github.com/apache/kafka/pull/8114#issuecomment-616325249 Build failed with checkstyle error: ``` [ant:checkstyle] [ERROR]

[GitHub] [kafka] LiamClarkeNZ opened a new pull request #8520: Add explicit grace period to tumbling window example

2020-04-19 Thread GitBox
LiamClarkeNZ opened a new pull request #8520: URL: https://github.com/apache/kafka/pull/8520 Comments also discuss current default grace period value, and the fact that it may change with the next major release. ### Committer Checklist (excluded from commit message) - [n/a]

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

2020-04-19 Thread Apache Jenkins Server
See Changes: [github] MINOR: Update to Gradle 6.3 (#7677) -- [...truncated 3.04 MB...] org.apache.kafka.streams.test.ConsumerRecordFactoryTest >

[GitHub] [kafka] ijuma opened a new pull request #8519: MINOR: Upgrade gradle plugins and test libraries for Java 14 support

2020-04-19 Thread GitBox
ijuma opened a new pull request #8519: URL: https://github.com/apache/kafka/pull/8519 Also remove deprecated `=` in resolutionStrategy. With these changes, the build works with Java 14 and Scala 2.12. The same will apply to Scala 2.13 when Scala 2.13.2 is released (should

[GitHub] [kafka] ijuma commented on issue #7677: MINOR: Update to Gradle 6.3

2020-04-19 Thread GitBox
ijuma commented on issue #7677: URL: https://github.com/apache/kafka/pull/7677#issuecomment-616272581 @omkreddy I've done a bunch of testing and this seems to work as expected generally. One part that I wasn't completely sure about is the behavior of `./gradlew uploadArchivesAll`

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

2020-04-19 Thread deng ziming
Big +1 for your initiative and I have a question, we implement the Raft protocol just to be used in the management of metadata in Zookeeper or we will also use it to replace the current logical of managing log-replica since the algorithm we used to manage log-replica is analogous to Raft. On

[GitHub] [kafka] ijuma commented on issue #7677: MINOR: Update to Gradle 6.3

2020-04-19 Thread GitBox
ijuma commented on issue #7677: URL: https://github.com/apache/kafka/pull/7677#issuecomment-616271179 I tested `./gradlew install` with trunk versus this PR after `./gradlew clean`: * trunk: BUILD SUCCESSFUL in 1m 23s * this PR: BUILD SUCCESSFUL in 1m 50s I think that's OK

[GitHub] [kafka] ijuma commented on issue #8517: MINOR: avoid unnecessary delay conversion in isDelayed check

2020-04-19 Thread GitBox
ijuma commented on issue #8517: URL: https://github.com/apache/kafka/pull/8517#issuecomment-616264737 Same test failed in both jobs: > kafka.api.ConsumerBounceTest.testRollingBrokerRestartsWithSmallerMaxGroupSizeConfigDisruptsBigGroup Seems unrelated, but will retest just in

[GitHub] [kafka] ijuma commented on issue #8517: MINOR: avoid unnecessary delay conversion in isDelayed check

2020-04-19 Thread GitBox
ijuma commented on issue #8517: URL: https://github.com/apache/kafka/pull/8517#issuecomment-616264759 retest this please This is an automated message from the Apache Git Service. To respond to the message, please log on to

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

2020-04-19 Thread Apache Jenkins Server
See

[GitHub] [kafka] ijuma commented on issue #8467: MINOR: reduce allocations in log start and recovery checkpoints

2020-04-19 Thread GitBox
ijuma commented on issue #8467: URL: https://github.com/apache/kafka/pull/8467#issuecomment-616239344 ok to test This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

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

2020-04-19 Thread Apache Jenkins Server
See Changes: [github] HOTFIX: fix checkstyle error of RocksDBStoreTest and flaky -- [...truncated 3.04 MB...] org.apache.kafka.streams.TopologyTestDriverTest >

[jira] [Resolved] (KAFKA-9243) Update the javadocs from KeyValueStore to TimestampKeyValueStore

2020-04-19 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-9243. Resolution: Duplicate Closing is ticket in favor of KAFKA-9290. > Update the javadocs