You are viewing a plain text version of this content. The canonical link for it is here.
- [GitHub] kafka pull request #1577: KAFKA-3794: added stream / table names as prefix t... - posted by bbejeck <gi...@git.apache.org> on 2016/07/01 02:08:46 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3794) Add Stream / Table prefix in print functions - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/01 02:09:10 UTC, 1 replies.
- [GitHub] kafka pull request #1566: MINOR: bug fixes to ducktape services - posted by asfgit <gi...@git.apache.org> on 2016/07/01 04:16:47 UTC, 0 replies.
- [GitHub] kafka pull request #1572: KAFKA-3854: Fix issues with new consumer's subsequ... - posted by vahidhashemian <gi...@git.apache.org> on 2016/07/01 04:51:46 UTC, 10 replies.
- [jira] [Commented] (KAFKA-3854) Subsequent regex subscription calls fail - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/01 04:52:11 UTC, 10 replies.
- [GitHub] kafka pull request #1578: MINOR: remove "auto.commit.interval.ms" from "Manu... - posted by xuwei-k <gi...@git.apache.org> on 2016/07/01 06:08:37 UTC, 1 replies.
- Brokers are crash due to __consumer_offsets folder are deleted - posted by 黄杰斌 <jb...@gmail.com> on 2016/07/01 06:19:18 UTC, 4 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1397 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/01 07:09:22 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #727 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/01 07:13:26 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3705) Support non-key joining in KTable - posted by "Jan Filipiak (JIRA)" <ji...@apache.org> on 2016/07/01 07:28:11 UTC, 6 replies.
- [jira] [Comment Edited] (KAFKA-3705) Support non-key joining in KTable - posted by "Jan Filipiak (JIRA)" <ji...@apache.org> on 2016/07/01 07:28:11 UTC, 3 replies.
- Re: [VOTE] KIP-55: Secure quotas for authenticated users - posted by Rajini Sivaram <ra...@googlemail.com> on 2016/07/01 08:31:58 UTC, 6 replies.
- [jira] [Updated] (KAFKA-3919) Broker faills to start after ungraceful shutdown due to non-monotonically incrementing offsets in logs - posted by "Andy Coates (JIRA)" <ji...@apache.org> on 2016/07/01 09:33:11 UTC, 3 replies.
- [jira] [Commented] (KAFKA-3919) Broker faills to start after ungraceful shutdown due to non-monotonically incrementing offsets in logs - posted by "Andy Coates (JIRA)" <ji...@apache.org> on 2016/07/01 09:35:11 UTC, 9 replies.
- [jira] [Issue Comment Deleted] (KAFKA-3919) Broker faills to start after ungraceful shutdown due to non-monotonically incrementing offsets in logs - posted by "Andy Coates (JIRA)" <ji...@apache.org> on 2016/07/01 09:36:11 UTC, 0 replies.
- [jira] [Assigned] (KAFKA-1464) Add a throttling option to the Kafka replication tool - posted by "Ben Stopford (JIRA)" <ji...@apache.org> on 2016/07/01 09:58:11 UTC, 0 replies.
- [jira] [Created] (KAFKA-3923) MetricReporter interface depends on final class KafkaMetric instead of Metric interface - posted by "Igor Stepanov (JIRA)" <ji...@apache.org> on 2016/07/01 10:28:11 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3923) MetricReporter interface depends on final class KafkaMetric instead of Metric interface - posted by "Igor Stepanov (JIRA)" <ji...@apache.org> on 2016/07/01 10:29:11 UTC, 1 replies.
- [jira] [Updated] (KAFKA-3923) MetricReporter interface depends on final class KafkaMetric instead of Metric interface - posted by "Igor Stepanov (JIRA)" <ji...@apache.org> on 2016/07/01 10:30:11 UTC, 0 replies.
- Re: [DISCUSS] KIP-67: Queryable state for Kafka Stream - posted by Damian Guy <da...@gmail.com> on 2016/07/01 11:09:27 UTC, 4 replies.
- Re: [DISCUSS] Client Side Auto Topic Creation - posted by Ismael Juma <is...@juma.me.uk> on 2016/07/01 11:09:49 UTC, 10 replies.
- [VOTE] KIP-60: Make Java client class loading more flexible - posted by Rajini Sivaram <ra...@googlemail.com> on 2016/07/01 11:27:12 UTC, 5 replies.
- [GitHub] kafka pull request #1579: KAFKA-3923: Use Metric interface instead of final ... - posted by stepio <gi...@git.apache.org> on 2016/07/01 16:15:36 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3429) Remove Serdes needed for repartitioning in KTable stateful operations - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/01 16:39:11 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3538) Abstract the creation/retrieval of Producer for stream sinks for unit testing - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/01 16:56:11 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3538) Abstract the creation/retrieval of Producer for stream sinks for unit testing - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/01 16:57:11 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3753) Add approximateNumEntries() to the StateStore interface for metrics reporting - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/01 17:12:11 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3877) Gradle compiler daemon exits with non-zero exit code while running LogOffsetTest - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/01 17:29:11 UTC, 1 replies.
- Re: Kafka Connect Transformers - posted by Nisarg Shah <sn...@gmail.com> on 2016/07/01 18:24:09 UTC, 1 replies.
- [GitHub] kafka pull request #1567: MINOR: fix Bash shebang on vagrant/ scripts - posted by asfgit <gi...@git.apache.org> on 2016/07/01 18:48:29 UTC, 0 replies.
- [GitHub] kafka pull request #1580: Hotfix: auto-repartitioing for merge and code simp... - posted by mjsax <gi...@git.apache.org> on 2016/07/01 19:57:03 UTC, 0 replies.
- [jira] [Work stopped] (KAFKA-3429) Remove Serdes needed for repartitioning in KTable stateful operations - posted by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2016/07/01 20:06:10 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #728 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/01 20:12:37 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3922) Add a copy-constructor to AbstractStream - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/01 20:25:11 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3922) Add a copy-constructor to AbstractStream - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/01 20:26:10 UTC, 2 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1398 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/01 20:49:08 UTC, 0 replies.
- [jira] [Created] (KAFKA-3924) Data loss due to halting when LEO is larger than leader's LEO - posted by "Maysam Yabandeh (JIRA)" <ji...@apache.org> on 2016/07/01 21:24:10 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3902) Optimize KTable.filter() to reduce unnecessary traffic - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/01 23:47:11 UTC, 0 replies.
- [GitHub] kafka pull request #1556: KAFKA-3902 - posted by asfgit <gi...@git.apache.org> on 2016/07/01 23:47:42 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3902) Optimize KTable.filter() to reduce unnecessary traffic - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/01 23:48:11 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3902) Optimize KTable.filter() to reduce unnecessary traffic - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/01 23:48:11 UTC, 1 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #729 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/02 00:21:24 UTC, 0 replies.
- [GitHub] kafka pull request #1568: MINOR: Fix consumer constructor doc string - posted by asfgit <gi...@git.apache.org> on 2016/07/02 01:12:02 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1399 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/02 01:35:40 UTC, 0 replies.
- [GitHub] kafka pull request #1510: Minor: warn if the TGT cannot be renewed. - posted by asfgit <gi...@git.apache.org> on 2016/07/02 01:36:49 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1400 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/02 02:36:54 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #730 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/02 03:02:54 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #731 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/02 03:25:06 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3894) Log Cleaner thread crashes and never restarts - posted by "Peter Davis (JIRA)" <ji...@apache.org> on 2016/07/02 08:12:11 UTC, 9 replies.
- [jira] [Commented] (KAFKA-3857) Additional log cleaner metrics - posted by "Peter Davis (JIRA)" <ji...@apache.org> on 2016/07/02 08:16:10 UTC, 7 replies.
- [jira] [Comment Edited] (KAFKA-3857) Additional log cleaner metrics - posted by "Peter Davis (JIRA)" <ji...@apache.org> on 2016/07/02 08:17:11 UTC, 0 replies.
- [jira] [Created] (KAFKA-3925) Default log.dir=/tmp/kafka-logs is unsafe - posted by "Peter Davis (JIRA)" <ji...@apache.org> on 2016/07/02 19:04:11 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3925) Default log.dir=/tmp/kafka-logs is unsafe - posted by "Peter Davis (JIRA)" <ji...@apache.org> on 2016/07/02 19:11:11 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3925) Default log.dir=/tmp/kafka-logs is unsafe - posted by "Peter Davis (JIRA)" <ji...@apache.org> on 2016/07/02 19:13:10 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3893) Kafka Borker ID disappears from /borkers/ids - posted by "Peter Davis (JIRA)" <ji...@apache.org> on 2016/07/02 19:35:11 UTC, 0 replies.
- [jira] [Comment Edited] (KAFKA-3893) Kafka Borker ID disappears from /borkers/ids - posted by "Peter Davis (JIRA)" <ji...@apache.org> on 2016/07/02 19:37:10 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3480) Autogenerate metrics documentation - posted by "James Cheng (JIRA)" <ji...@apache.org> on 2016/07/03 08:09:11 UTC, 1 replies.
- [GitHub] kafka pull request #1581: KAFKA-3922: add constructor to AbstractStream clas... - posted by fhussonnois <gi...@git.apache.org> on 2016/07/03 16:34:59 UTC, 1 replies.
- [jira] [Updated] (KAFKA-3882) Integration failures on low-end machines - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/04 00:52:10 UTC, 0 replies.
- [jira] [Created] (KAFKA-3926) Transient failures in org.apache.kafka.streams.integration.RegexSourceIntegrationTest - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/04 00:54:10 UTC, 0 replies.
- [jira] [Assigned] (KAFKA-3926) Transient failures in org.apache.kafka.streams.integration.RegexSourceIntegrationTest - posted by "Bill Bejeck (JIRA)" <ji...@apache.org> on 2016/07/04 02:32:10 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3926) Transient failures in org.apache.kafka.streams.integration.RegexSourceIntegrationTest - posted by "Bill Bejeck (JIRA)" <ji...@apache.org> on 2016/07/04 02:36:10 UTC, 3 replies.
- [jira] [Updated] (KAFKA-3663) Proposal for a kafka broker command - kafka-brokers.sh - posted by "Jayesh Thakrar (JIRA)" <ji...@apache.org> on 2016/07/04 04:05:10 UTC, 1 replies.
- [jira] [Comment Edited] (KAFKA-3663) Proposal for a kafka broker command - kafka-brokers.sh - posted by "Jayesh Thakrar (JIRA)" <ji...@apache.org> on 2016/07/04 04:05:11 UTC, 0 replies.
- [jira] [Created] (KAFKA-3927) kafka broker config docs issue - posted by "Shawn Guo (JIRA)" <ji...@apache.org> on 2016/07/04 06:41:10 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3927) kafka broker config docs issue - posted by "Shawn Guo (JIRA)" <ji...@apache.org> on 2016/07/04 06:42:11 UTC, 0 replies.
- Kafka Streams - production use - posted by Dirk Jeßberger <di...@1und1.de> on 2016/07/04 09:14:50 UTC, 1 replies.
- [jira] [Created] (KAFKA-3928) Support a list of partition field names - posted by "dennis lucero (JIRA)" <ji...@apache.org> on 2016/07/04 09:49:10 UTC, 0 replies.
- [jira] [Commented] (KAFKA-873) Consider replacing zkclient with curator (with zkclient-bridge) - posted by "Stevo Slavic (JIRA)" <ji...@apache.org> on 2016/07/04 11:24:11 UTC, 4 replies.
- [GitHub] kafka pull request #1582: KAFKA-3910: Cyclic schema support in ConnectSchema... - posted by johnhofman <gi...@git.apache.org> on 2016/07/04 11:50:46 UTC, 2 replies.
- [jira] [Commented] (KAFKA-3910) Cyclic schema support in ConnectSchema and SchemaBuilder - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/04 11:51:11 UTC, 2 replies.
- [GitHub] kafka pull request #1583: MINOR: fix generics in KStream.groupBy(...) - posted by dguy <gi...@git.apache.org> on 2016/07/04 14:36:53 UTC, 1 replies.
- [GitHub] kafka pull request #1584: MINOR: fix generics in KStream.groupBy(...) - posted by dguy <gi...@git.apache.org> on 2016/07/04 16:58:00 UTC, 1 replies.
- [jira] [Updated] (KAFKA-3854) Subsequent regex subscription calls fail - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/04 21:10:12 UTC, 1 replies.
- [GitHub] kafka pull request #1585: KAFKA-3836: KStreamReduce and KTableReduce should ... - posted by jeyhunkarimov <gi...@git.apache.org> on 2016/07/04 22:08:48 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3836) KStreamReduce and KTableReduce should not pass nulls to Deserializers - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/04 22:09:11 UTC, 3 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1401 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/04 22:37:44 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #732 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/04 22:38:31 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3927) kafka broker config docs issue - posted by "Sriharsha Chintalapani (JIRA)" <ji...@apache.org> on 2016/07/04 23:10:11 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3927) kafka broker config docs issue - posted by "Sriharsha Chintalapani (JIRA)" <ji...@apache.org> on 2016/07/04 23:10:11 UTC, 2 replies.
- Build failed in Jenkins: kafka-0.10.0-jdk7 #140 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/05 00:17:47 UTC, 0 replies.
- KStream: KTable-KTable leftJoin with key only on RHS of join generates null in joined table - posted by Philippe Derome <ph...@gmail.com> on 2016/07/05 00:45:50 UTC, 5 replies.
- [jira] [Updated] (KAFKA-3704) Improve mechanism for compression stream block size selection in KafkaProducer - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/05 01:02:11 UTC, 0 replies.
- [jira] [Updated] (KAFKA-1694) KIP-4: Command line and centralized operations - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/05 01:04:11 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3689) Exception when attempting to decrease connection count for address with no connections - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/05 01:34:11 UTC, 4 replies.
- [GitHub] kafka pull request #1571: MINOR: Fix few documentation errors in streams qui... - posted by asfgit <gi...@git.apache.org> on 2016/07/05 02:56:39 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #733 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/05 03:31:16 UTC, 0 replies.
- [jira] [Reopened] (KAFKA-3927) kafka broker config docs issue - posted by "Shawn Guo (JIRA)" <ji...@apache.org> on 2016/07/05 03:48:11 UTC, 0 replies.
- Build failed in Jenkins: kafka-0.10.0-jdk7 #141 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/05 04:20:46 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1402 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/05 04:33:32 UTC, 0 replies.
- [GitHub] kafka pull request #1586: Kafka 3836: KStreamReduce and KTableReduce should ... - posted by jeyhunkarimov <gi...@git.apache.org> on 2016/07/05 09:15:21 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3047) Explicit offset assignment in Log.append can corrupt the log - posted by "Joseph Francis (JIRA)" <ji...@apache.org> on 2016/07/05 09:21:11 UTC, 0 replies.
- [jira] [Issue Comment Deleted] (KAFKA-3047) Explicit offset assignment in Log.append can corrupt the log - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/05 09:27:11 UTC, 0 replies.
- [GitHub] kafka pull request #1587: MINOR: fix generics in Windows.segments and Window... - posted by dguy <gi...@git.apache.org> on 2016/07/05 10:13:25 UTC, 1 replies.
- [jira] [Updated] (KAFKA-3478) Finer Stream Flow Control - posted by "Michael Noll (JIRA)" <ji...@apache.org> on 2016/07/05 12:34:11 UTC, 1 replies.
- [GitHub] kafka pull request #1588: KAFKA-3825: Allow users to specify different types... - posted by jeyhunkarimov <gi...@git.apache.org> on 2016/07/05 13:08:50 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3825) Allow users to specify different types of state stores in Streams DSL - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/05 13:09:10 UTC, 0 replies.
- [jira] [Assigned] (KAFKA-3873) Gradle Test Executor non-zero exit code when running streams tests - posted by "Damian Guy (JIRA)" <ji...@apache.org> on 2016/07/05 13:42:11 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3873) Gradle Test Executor non-zero exit code when running streams tests - posted by "Damian Guy (JIRA)" <ji...@apache.org> on 2016/07/05 13:44:11 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3884) KGroupedStreamIntegrationTest.shouldAggregate seems to be hanging - posted by "Damian Guy (JIRA)" <ji...@apache.org> on 2016/07/05 13:47:11 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3410) Unclean leader election and "Halting because log truncation is not allowed" - posted by "Maysam Yabandeh (JIRA)" <ji...@apache.org> on 2016/07/05 16:17:11 UTC, 0 replies.
- [GitHub] kafka pull request #1580: Hotfix: auto-repartitioning for merge() and code s... - posted by asfgit <gi...@git.apache.org> on 2016/07/05 16:17:19 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3928) Support a list of partition field names - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/05 16:59:11 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3928) Support a list of partition field names - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/05 17:02:11 UTC, 0 replies.
- [GitHub] kafka pull request #1548: KAFKA-2857 ConsumerGroupCommand throws GroupCoordi... - posted by imandhan <gi...@git.apache.org> on 2016/07/05 17:07:43 UTC, 3 replies.
- [jira] [Commented] (KAFKA-2857) ConsumerGroupCommand throws GroupCoordinatorNotAvailableException when describing a non-existent group before the offset topic is created - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/05 17:08:11 UTC, 3 replies.
- [jira] [Resolved] (KAFKA-3897) Improve Unit Tests for New Consumer's Regex Subscription - posted by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2016/07/05 17:08:11 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3897) Improve Unit Tests for New Consumer's Regex Subscription - posted by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2016/07/05 17:08:11 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1403 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/05 17:34:03 UTC, 0 replies.
- [jira] [Created] (KAFKA-3929) Add prefix for underlying clients configs in StreamConfig - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/05 18:11:11 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3876) Transient test failure: kafka.api.PlaintextConsumerTest.testExpandingTopicSubscriptions - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/05 18:36:11 UTC, 2 replies.
- [jira] [Comment Edited] (KAFKA-3876) Transient test failure: kafka.api.PlaintextConsumerTest.testExpandingTopicSubscriptions - posted by "Ishita Mandhan (JIRA)" <ji...@apache.org> on 2016/07/05 18:48:11 UTC, 0 replies.
- [jira] [Assigned] (KAFKA-3929) Add prefix for underlying clients configs in StreamConfig - posted by "Ishita Mandhan (JIRA)" <ji...@apache.org> on 2016/07/05 19:15:11 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3929) Add prefix for underlying clients configs in StreamConfig - posted by "Ishita Mandhan (JIRA)" <ji...@apache.org> on 2016/07/05 19:18:11 UTC, 7 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1404 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/05 19:29:10 UTC, 0 replies.
- Build failed in Jenkins: kafka-0.10.0-jdk7 #142 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/05 19:54:42 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #734 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/05 20:14:33 UTC, 0 replies.
- Re: Can I get a code review on my PR for KAFKA-3809? "Auto-generate documentation for topic-level configuration" - posted by James Cheng <wu...@gmail.com> on 2016/07/05 20:16:19 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #735 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/05 21:14:51 UTC, 0 replies.
- NPE using GenericAvroSerde to deserialize - posted by Philippe Derome <ph...@gmail.com> on 2016/07/05 21:55:44 UTC, 3 replies.
- [GitHub] kafka pull request #1589: MINOR: Increase default `waitTime` in `waitUntilTr... - posted by ijuma <gi...@git.apache.org> on 2016/07/05 23:30:48 UTC, 1 replies.
- Re: [DISCUSS] KIP-53 Add custom policies for reconnect attempts to NetworkdClient - posted by Ismael Juma <is...@juma.me.uk> on 2016/07/05 23:42:32 UTC, 1 replies.
- [jira] [Comment Edited] (KAFKA-3927) kafka broker config docs issue - posted by "Shawn Guo (JIRA)" <ji...@apache.org> on 2016/07/06 02:25:10 UTC, 1 replies.
- [jira] [Work started] (KAFKA-3926) Transient failures in org.apache.kafka.streams.integration.RegexSourceIntegrationTest - posted by "Bill Bejeck (JIRA)" <ji...@apache.org> on 2016/07/06 04:02:11 UTC, 0 replies.
- [GitHub] kafka pull request #1590: KAFKA-3926: confirm all expected topics added/remo... - posted by bbejeck <gi...@git.apache.org> on 2016/07/06 04:40:29 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3480) Autogenerate metrics documentation - posted by "James Cheng (JIRA)" <ji...@apache.org> on 2016/07/06 07:40:11 UTC, 0 replies.
- [GitHub] kafka pull request #1586: Kafka-3836: KStreamReduce and KTableReduce should ... - posted by jeyhunkarimov <gi...@git.apache.org> on 2016/07/06 07:47:38 UTC, 0 replies.
- [GitHub] kafka pull request #1569: Kafka 3836: KStreamReduce and KTableReduce should ... - posted by jeyhunkarimov <gi...@git.apache.org> on 2016/07/06 08:04:38 UTC, 0 replies.
- [jira] [Created] (KAFKA-3930) IPv6 address can't used as ObjectName - posted by "wateray (JIRA)" <ji...@apache.org> on 2016/07/06 08:22:11 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3930) IPv6 address can't used as ObjectName - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/06 08:23:11 UTC, 0 replies.
- [GitHub] kafka pull request #1591: KAFKA-3836: KStreamReduce and KTableReduce should ... - posted by jeyhunkarimov <gi...@git.apache.org> on 2016/07/06 09:07:22 UTC, 1 replies.
- [jira] [Assigned] (KAFKA-3856) Move inner classes accessible only functions in TopologyBuilder out of public APIs - posted by "Jeyhun Karimov (JIRA)" <ji...@apache.org> on 2016/07/06 09:13:10 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3758) KStream job fails to recover after Kafka broker stopped - posted by "Strong Liu (JIRA)" <ji...@apache.org> on 2016/07/06 10:12:10 UTC, 0 replies.
- Kafka - offset preservation - posted by Pawel Huszcza <ph...@mandaracapital.com> on 2016/07/06 13:19:50 UTC, 0 replies.
- [GitHub] kafka-site pull request #16: Update design.html - posted by nihed <gi...@git.apache.org> on 2016/07/06 13:51:37 UTC, 1 replies.
- [GitHub] kafka-site issue #16: Update design.html - posted by ijuma <gi...@git.apache.org> on 2016/07/06 14:53:23 UTC, 2 replies.
- [GitHub] kafka pull request #1497: KAFKA-3802 log mtimes reset on broker restart / sh... - posted by asfgit <gi...@git.apache.org> on 2016/07/06 15:13:37 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3802) log mtimes reset on broker restart - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/06 15:14:11 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3802) log mtimes reset on broker restart - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/06 15:15:11 UTC, 1 replies.
- [GitHub] kafka pull request #1592: Update design.html - posted by nihed <gi...@git.apache.org> on 2016/07/06 15:50:09 UTC, 1 replies.
- Build failed in Jenkins: kafka-0.10.0-jdk7 #143 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/06 16:05:36 UTC, 0 replies.
- Parallelisation factor in kafka streams - posted by Jeyhun Karimov <je...@gmail.com> on 2016/07/06 16:11:02 UTC, 4 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1405 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/06 16:11:32 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #736 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/06 16:54:04 UTC, 0 replies.
- [jira] [Created] (KAFKA-3931) kafka.api.PlaintextConsumerTest.testPatternUnsubscription transient failure - posted by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2016/07/06 16:54:11 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3931) kafka.api.PlaintextConsumerTest.testPatternUnsubscription transient failure - posted by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2016/07/06 16:54:11 UTC, 2 replies.
- [jira] [Work started] (KAFKA-3931) kafka.api.PlaintextConsumerTest.testPatternUnsubscription transient failure - posted by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2016/07/06 16:55:11 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3809) Auto-generate documentation for topic-level configuration - posted by "James Cheng (JIRA)" <ji...@apache.org> on 2016/07/06 17:23:11 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3794) Add Stream / Table prefix in print functions - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/06 17:47:11 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3101) Optimize Aggregation Outputs - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/06 17:59:11 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3183) Add metrics for persistent store caching layer - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/06 18:01:11 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3184) Add Checkpoint for In-memory State Store - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/06 18:01:11 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3185) Allow users to cleanup internal data - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/06 18:02:11 UTC, 2 replies.
- [jira] [Updated] (KAFKA-3262) Make KafkaStreams debugging friendly - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/06 18:06:11 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3452) Support session windows besides time interval windows - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/06 18:07:11 UTC, 0 replies.
- [GitHub] kafka pull request #1593: KAFKA-3857 Additional log cleaner metrics - posted by kiranptivo <gi...@git.apache.org> on 2016/07/06 18:35:41 UTC, 6 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #737 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/06 18:53:36 UTC, 0 replies.
- [jira] [Created] (KAFKA-3932) Consumer fails to consume in a round robin fashion - posted by "Elias Levy (JIRA)" <ji...@apache.org> on 2016/07/06 18:58:11 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3101) Optimize Aggregation Outputs - posted by "Bill Bejeck (JIRA)" <ji...@apache.org> on 2016/07/06 19:10:11 UTC, 11 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1406 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/06 19:28:32 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3836) KStreamReduce and KTableReduce should not pass nulls to Deserializers - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/06 19:29:10 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3836) RocksDBStore.get() should not pass nulls to Deserializers - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/06 19:29:11 UTC, 0 replies.
- [GitHub] kafka pull request #1590: KAFKA-3926: Transient test failures - confirm all ... - posted by asfgit <gi...@git.apache.org> on 2016/07/06 19:32:41 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3926) Transient failures in org.apache.kafka.streams.integration.RegexSourceIntegrationTest - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/06 19:33:11 UTC, 0 replies.
- [VOTE] KIP-67: Queryable state for Kafka Streams - posted by Damian Guy <da...@gmail.com> on 2016/07/06 19:44:58 UTC, 43 replies.
- [jira] [Updated] (KAFKA-3857) Additional log cleaner metrics - posted by "Kiran Pillarisetty (JIRA)" <ji...@apache.org> on 2016/07/06 20:28:11 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1407 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/06 20:33:42 UTC, 0 replies.
- Build failed in Jenkins: kafka-0.10.0-jdk7 #144 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/06 21:13:36 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #738 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/06 21:21:12 UTC, 0 replies.
- [GitHub] kafka pull request #1594: KAFKA-3931: WIP - posted by vahidhashemian <gi...@git.apache.org> on 2016/07/06 21:27:04 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3931) kafka.api.PlaintextConsumerTest.testPatternUnsubscription transient failure - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/06 21:27:11 UTC, 3 replies.
- [GitHub] kafka pull request #1595: MINOR: Typo fix in comments - posted by naferx <gi...@git.apache.org> on 2016/07/06 23:14:06 UTC, 1 replies.
- [GitHub] kafka pull request #1596: Change replication factor during partition map gen... - posted by llamahunter <gi...@git.apache.org> on 2016/07/06 23:46:52 UTC, 0 replies.
- [jira] [Commented] (KAFKA-1543) Changing replication factor - posted by "Richard Lee (JIRA)" <ji...@apache.org> on 2016/07/06 23:58:11 UTC, 0 replies.
- Error after restarting kafka broker - posted by Subhash Agrawal <ag...@opentext.com> on 2016/07/07 00:12:23 UTC, 1 replies.
- join in the dev group - posted by "caizhiqiang@kingsoft.com" <ca...@kingsoft.com> on 2016/07/07 04:04:23 UTC, 1 replies.
- [jira] [Commented] (KAFKA-1067) the default partitioner should be randomizing messages and a new partition for the meta refresh requirements created - posted by "Asaf Mesika (JIRA)" <ji...@apache.org> on 2016/07/07 07:20:11 UTC, 0 replies.
- Pros and cons of dockerizing kafka brokers? - posted by Krish <kr...@gmail.com> on 2016/07/07 07:47:04 UTC, 0 replies.
- __consumer_offsets leader is -1 - posted by Kafka <ka...@126.com> on 2016/07/07 08:45:59 UTC, 0 replies.
- [jira] [Created] (KAFKA-3933) Kafka OOM During Log Recovery Due to Leaked Native Memory - posted by "Tom Crayford (JIRA)" <ji...@apache.org> on 2016/07/07 13:32:11 UTC, 0 replies.
- [GitHub] kafka pull request #1421: KAFKA-3680: Enable Kafka clients to run in any cla... - posted by rajinisivaram <gi...@git.apache.org> on 2016/07/07 13:38:35 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3680) Make Java client classloading more flexible - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/07 13:39:11 UTC, 1 replies.
- [jira] [Updated] (KAFKA-3680) Make Java client classloading more flexible - posted by "Rajini Sivaram (JIRA)" <ji...@apache.org> on 2016/07/07 13:40:11 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3933) Kafka OOM During Log Recovery Due to Leaked Native Memory - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/07 14:17:10 UTC, 13 replies.
- [jira] [Updated] (KAFKA-3933) Kafka OOM During Log Recovery Due to Leaked Native Memory - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/07 14:19:11 UTC, 1 replies.
- [jira] [Commented] (KAFKA-2729) Cached zkVersion not equal to that in zookeeper, broker not recovering. - posted by "Chris Rodier (JIRA)" <ji...@apache.org> on 2016/07/07 14:59:11 UTC, 5 replies.
- [jira] [Created] (KAFKA-3934) kafka-server-start.sh enables GC by default with no way to disable - posted by "Grant Henke (JIRA)" <ji...@apache.org> on 2016/07/07 15:01:10 UTC, 0 replies.
- Using KIP Process in Apache Flink - posted by Aljoscha Krettek <al...@apache.org> on 2016/07/07 15:16:40 UTC, 3 replies.
- [jira] [Commented] (KAFKA-2985) Consumer group stuck in rebalancing state - posted by "Rajneesh Mitharwal (JIRA)" <ji...@apache.org> on 2016/07/07 16:46:11 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3932) Consumer fails to consume in a round robin fashion - posted by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2016/07/07 17:02:11 UTC, 0 replies.
- [jira] [Created] (KAFKA-3935) ConnectDistributedTest.test_restart_failed_task.connector_type=sink system test failing - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/07 17:41:11 UTC, 0 replies.
- consumer.subscribe(Pattern p , ..) method fails with Authorizer - posted by Manikumar Reddy <ma...@gmail.com> on 2016/07/07 18:23:28 UTC, 0 replies.
- [jira] [Commented] (KAFKA-1754) KOYA - Kafka on YARN - posted by "Thomas Weise (JIRA)" <ji...@apache.org> on 2016/07/07 18:49:11 UTC, 0 replies.
- [GitHub] kafka pull request #1597: KAFKA-3817 Follow-up: Avoid forwarding old value i... - posted by guozhangwang <gi...@git.apache.org> on 2016/07/07 18:51:45 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3817) KTableRepartitionMap should handle null inputs - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/07 18:52:11 UTC, 1 replies.
- [jira] [Assigned] (KAFKA-3933) Kafka OOM During Log Recovery Due to Leaked Native Memory - posted by "Tom Crayford (JIRA)" <ji...@apache.org> on 2016/07/07 20:37:11 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3689) Exception when attempting to decrease connection count for address with no connections - posted by "James Cheng (JIRA)" <ji...@apache.org> on 2016/07/07 20:52:11 UTC, 3 replies.
- SSL: Broker works but consumer/producer fail - posted by Vineet Kumar <vi...@gmail.com> on 2016/07/07 23:49:05 UTC, 2 replies.
- Kafka 0.10 Java Client TimeoutException: Batch containing 1 record(s) expired - posted by Armin Kadiyan <ar...@apmetrix.com> on 2016/07/08 05:59:42 UTC, 0 replies.
- [GitHub] kafka pull request #1598: KAFKA-3933: close deepIterator during log recovery - posted by tcrayford <gi...@git.apache.org> on 2016/07/08 12:47:33 UTC, 1 replies.
- [jira] [Created] (KAFKA-3936) Validate user parameters as early as possible - posted by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2016/07/08 13:19:11 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3936) Validate user parameters as early as possible - posted by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2016/07/08 13:20:11 UTC, 0 replies.
- [jira] [Created] (KAFKA-3937) Kafka Clients Leak Native Memory For Longer Than Needed With Compressed Messages - posted by "Tom Crayford (JIRA)" <ji...@apache.org> on 2016/07/08 14:19:10 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3887) StreamBounceTest.test_bounce and StreamSmokeTest.test_streams failing - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/08 15:37:11 UTC, 2 replies.
- [jira] [Created] (KAFKA-3938) Fix consumer session timeout issue in Kafka Streams - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/08 15:46:11 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3559) Task creation time taking too long in rebalance callback - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/08 15:47:10 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3752) Provide a way for KStreams to recover from unclean shutdown - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/08 15:48:11 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3708) Rethink exception handling in KafkaStreams - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/08 15:48:11 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3938) Fix consumer session timeout issue in Kafka Streams - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/08 15:48:11 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3758) KStream job fails to recover after Kafka broker stopped - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/08 15:49:11 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1408 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/08 16:20:42 UTC, 0 replies.
- [jira] [Created] (KAFKA-3939) add new consumer metrics in docs - posted by "Jun Rao (JIRA)" <ji...@apache.org> on 2016/07/08 16:29:11 UTC, 0 replies.
- Build failed in Jenkins: kafka-0.10.0-jdk7 #145 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/08 17:04:14 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #739 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/08 17:07:56 UTC, 0 replies.
- [GitHub] kafka pull request #1574: KAFKA-3920: Add Schema source connector to Kafka C... - posted by asfgit <gi...@git.apache.org> on 2016/07/08 17:57:33 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3920) Add Schema source connector to Kafka Connect - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/08 17:58:11 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3920) Add Schema source connector to Kafka Connect - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/08 17:58:11 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1409 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/08 19:29:43 UTC, 0 replies.
- [jira] [Created] (KAFKA-3940) Log should check the return value of dir.mkdirs() - posted by "Jun Rao (JIRA)" <ji...@apache.org> on 2016/07/08 19:48:12 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3940) Log should check the return value of dir.mkdirs() - posted by "Jun Rao (JIRA)" <ji...@apache.org> on 2016/07/08 19:51:11 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3940) Log should check the return value of dir.mkdirs() - posted by "Jun Rao (JIRA)" <ji...@apache.org> on 2016/07/08 19:51:11 UTC, 12 replies.
- [jira] [Assigned] (KAFKA-3940) Log should check the return value of dir.mkdirs() - posted by "Ishita Mandhan (JIRA)" <ji...@apache.org> on 2016/07/08 20:12:11 UTC, 0 replies.
- Jenkins build is back to normal : kafka-trunk-jdk8 #740 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/08 20:23:20 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3939) add new consumer metrics in docs - posted by "James Cheng (JIRA)" <ji...@apache.org> on 2016/07/08 20:30:11 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3163) KIP-33 - Add a time based log index to Kafka - posted by "Jun Rao (JIRA)" <ji...@apache.org> on 2016/07/08 21:28:11 UTC, 0 replies.
- [GitHub] kafka pull request #1599: KAFKA-2941: Clarify docs for key and value Convert... - posted by ewencp <gi...@git.apache.org> on 2016/07/08 22:05:14 UTC, 1 replies.
- [jira] [Commented] (KAFKA-2941) Docs for key/value converter in Kafka connect are unclear - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/08 22:06:11 UTC, 1 replies.
- [jira] [Updated] (KAFKA-2941) Docs for key/value converter in Kafka connect are unclear - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/08 22:07:11 UTC, 1 replies.
- [GitHub] kafka pull request #788: KAFKA-3111: Fix ConsumerPerformance reporting to us... - posted by asfgit <gi...@git.apache.org> on 2016/07/08 23:18:59 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3111) java.lang.ArithmeticException: / by zero in ConsumerPerformance - posted by "Jun Rao (JIRA)" <ji...@apache.org> on 2016/07/08 23:19:11 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3111) java.lang.ArithmeticException: / by zero in ConsumerPerformance - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/08 23:19:11 UTC, 0 replies.
- [jira] [Reopened] (KAFKA-3887) StreamBounceTest.test_bounce and StreamSmokeTest.test_streams failing - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/09 00:35:11 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3887) StreamBounceTest.test_bounce and StreamSmokeTest.test_streams failing - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/09 00:35:11 UTC, 5 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1410 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/09 00:40:42 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #741 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/09 00:47:04 UTC, 0 replies.
- [jira] [Created] (KAFKA-3941) Avoid applying eviction listener in InMemoryKeyValueLoggedStore - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/09 00:54:10 UTC, 0 replies.
- [GitHub] kafka pull request #1559: KAFKA-3844; Sort configuration items in log - posted by asfgit <gi...@git.apache.org> on 2016/07/09 01:05:28 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3844) Sort configuration items in log - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/09 01:06:11 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3844) Sort configuration items in log - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/09 01:06:11 UTC, 0 replies.
- [GitHub] kafka pull request #1515: KAFKA-3849: Add explanation on why polling every s... - posted by asfgit <gi...@git.apache.org> on 2016/07/09 01:51:46 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3849) Avoid polling every second in MirrorMaker if no data is available. - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/09 01:52:11 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3849) Avoid polling every second in MirrorMaker if no data is available. - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/09 01:52:11 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3849) Add explanation on why polling every second in MirrorMaker is required - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/09 01:53:11 UTC, 1 replies.
- Jenkins build is back to normal : kafka-trunk-jdk8 #742 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/09 03:06:41 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1412 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/09 03:18:48 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #743 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/09 04:47:02 UTC, 0 replies.
- [jira] [Created] (KAFKA-3942) Change IntegrationTestUtils.purgeLocalStreamsState to use java.io.tmpdir - posted by "Damian Guy (JIRA)" <ji...@apache.org> on 2016/07/09 08:53:10 UTC, 0 replies.
- [GitHub] kafka pull request #1600: KAFKA-3942: Change IntegrationTestUtils.purgeLocal... - posted by dguy <gi...@git.apache.org> on 2016/07/09 09:04:43 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3942) Change IntegrationTestUtils.purgeLocalStreamsState to use java.io.tmpdir - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/09 09:05:11 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3911) Enforce KTable materialization - posted by "Eno Thereska (JIRA)" <ji...@apache.org> on 2016/07/09 13:42:10 UTC, 2 replies.
- [GitHub] kafka pull request #1561: KAFKA-3905; Handle invalid collection of topics, p... - posted by rekhajoshm <gi...@git.apache.org> on 2016/07/09 17:19:26 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3905) remove null from subscribed topics in KafkaConsumer#subscribe - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/09 17:20:11 UTC, 2 replies.
- [GitHub] kafka pull request #1601: KAFKA-3905; Handle invalid collection of topics, p... - posted by rekhajoshm <gi...@git.apache.org> on 2016/07/09 17:21:17 UTC, 1 replies.
- [jira] [Comment Edited] (KAFKA-3101) Optimize Aggregation Outputs - posted by "Bill Bejeck (JIRA)" <ji...@apache.org> on 2016/07/09 19:27:11 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3882) Integration failures on low-end machines - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/09 21:58:10 UTC, 0 replies.
- [jira] [Created] (KAFKA-3943) ConfigDef should support a builder pattern. - posted by "Jeremy Custenborder (JIRA)" <ji...@apache.org> on 2016/07/09 22:55:10 UTC, 0 replies.
- [jira] [Created] (KAFKA-3944) After the broker restart, fetchers stopped due to a delayed controlled shutdown message - posted by "Maysam Yabandeh (JIRA)" <ji...@apache.org> on 2016/07/09 23:22:10 UTC, 0 replies.
- Re: Avoid recreating reassign partition path in zk if it is already deleted - posted by Maysam Yabandeh <my...@dropbox.com> on 2016/07/09 23:29:07 UTC, 0 replies.
- [GitHub] kafka pull request #1602: KAFKA-3943 - ConfigDef with Builder pattern - posted by jcustenborder <gi...@git.apache.org> on 2016/07/09 23:34:54 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3943) ConfigDef should support a builder pattern. - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/09 23:35:10 UTC, 0 replies.
- [GitHub] kafka pull request #1603: KAFKA-1429: Yet another deadlock in controller shu... - posted by pengwei-li <gi...@git.apache.org> on 2016/07/10 01:32:59 UTC, 0 replies.
- [jira] [Commented] (KAFKA-1429) Yet another deadlock in controller shutdown - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/10 01:33:11 UTC, 1 replies.
- [GitHub] kafka pull request #1604: KAFKA-3887 Follow-up: add unit test for null check... - posted by guozhangwang <gi...@git.apache.org> on 2016/07/10 05:07:47 UTC, 1 replies.
- [GitHub] kafka pull request #1605: KAFKA-3725: Update documentation with regards to X... - posted by toddpalino <gi...@git.apache.org> on 2016/07/11 00:28:13 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3725) Update documentation with regards to XFS - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/11 00:29:10 UTC, 1 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1413 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/11 06:28:52 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #744 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/11 06:54:01 UTC, 0 replies.
- [jira] [Created] (KAFKA-3945) kafka-console-producer.sh does not accept request-required-acks=all - posted by "James Cheng (JIRA)" <ji...@apache.org> on 2016/07/11 07:36:11 UTC, 0 replies.
- [jira] [Created] (KAFKA-3946) Protocol guide should say that Produce request acks can only be 0, 1, or -1 - posted by "James Cheng (JIRA)" <ji...@apache.org> on 2016/07/11 07:57:10 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3725) Update documentation with regards to XFS - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/11 08:03:11 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #745 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/11 08:22:42 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3942) Change IntegrationTestUtils.purgeLocalStreamsState to use java.io.tmpdir - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/11 08:51:11 UTC, 0 replies.
- Build failed in Jenkins: kafka-0.10.0-jdk7 #146 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/11 09:18:37 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1414 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/11 09:20:09 UTC, 0 replies.
- [jira] [Created] (KAFKA-3947) kafka-reassign-partitions.sh should support dumping current assignment - posted by "Yuto Kawamura (JIRA)" <ji...@apache.org> on 2016/07/11 10:03:11 UTC, 0 replies.
- [GitHub] kafka pull request #1606: KAFKA-3947: Add dumping current assignment capabil... - posted by kawamuray <gi...@git.apache.org> on 2016/07/11 10:14:35 UTC, 2 replies.
- [jira] [Updated] (KAFKA-3947) kafka-reassign-partitions.sh should support dumping current assignment - posted by "Yuto Kawamura (JIRA)" <ji...@apache.org> on 2016/07/11 10:15:11 UTC, 2 replies.
- [jira] [Work started] (KAFKA-3947) kafka-reassign-partitions.sh should support dumping current assignment - posted by "Yuto Kawamura (JIRA)" <ji...@apache.org> on 2016/07/11 10:15:11 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3947) kafka-reassign-partitions.sh should support dumping current assignment - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/11 10:15:11 UTC, 2 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #746 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/11 10:58:15 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3827) log.message.format.version should default to inter.broker.protocol.version - posted by "Edoardo Comar (JIRA)" <ji...@apache.org> on 2016/07/11 11:06:10 UTC, 3 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1415 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/11 11:24:52 UTC, 0 replies.
- [jira] [Commented] (KAFKA-1524) Implement transactional producer - posted by "Christophe Jolif (JIRA)" <ji...@apache.org> on 2016/07/11 12:52:11 UTC, 1 replies.
- [GitHub] kafka pull request #1607: MINOR: Doc of 'retires' config should mention abou... - posted by kawamuray <gi...@git.apache.org> on 2016/07/11 14:02:45 UTC, 0 replies.
- Re: Use Kafka 0.9.0.1 or 0.10.0.0 with Zookeeper 3.5 - posted by Luciano Afranllie <li...@gmail.com> on 2016/07/11 14:35:10 UTC, 0 replies.
- [GitHub] kafka pull request #1608: MINOR: Set additivity false for kafkaAppender - posted by 1ambda <gi...@git.apache.org> on 2016/07/11 14:55:21 UTC, 0 replies.
- [jira] [Created] (KAFKA-3948) Invalid broker port in Zookeeper when SSL is enabled - posted by "Gérald Quintana (JIRA)" <ji...@apache.org> on 2016/07/11 15:22:11 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3948) Invalid broker port in Zookeeper when SSL is enabled - posted by "Gérald Quintana (JIRA)" <ji...@apache.org> on 2016/07/11 15:24:11 UTC, 2 replies.
- [jira] [Updated] (KAFKA-3742) Can't run connect-distributed.sh with -daemon flag - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/11 16:14:11 UTC, 0 replies.
- Kafka Clients page updated - posted by Guozhang Wang <wa...@gmail.com> on 2016/07/11 16:31:05 UTC, 0 replies.
- [GitHub] kafka pull request #1478: KAFKA-3562: Handle topic deletion during a send - posted by asfgit <gi...@git.apache.org> on 2016/07/11 16:32:29 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3562) Null Pointer Exception Found when delete topic and Using New Producer - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/11 16:33:10 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3562) Null Pointer Exception Found when delete topic and Using New Producer - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/11 16:34:10 UTC, 1 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1416 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/11 17:41:52 UTC, 0 replies.
- [jira] [Commented] (KAFKA-1464) Add a throttling option to the Kafka replication tool - posted by "K Zakee (JIRA)" <ji...@apache.org> on 2016/07/11 18:55:11 UTC, 5 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #747 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/11 20:13:20 UTC, 0 replies.
- Re: [DISCUSS] Java 8 as a minimum requirement - posted by Pete Wright <pw...@rubiconproject.com> on 2016/07/11 20:26:24 UTC, 0 replies.
- [GitHub] kafka pull request #1609: Minor: Improve PartitionState logging and remove d... - posted by SinghAsDev <gi...@git.apache.org> on 2016/07/11 20:34:52 UTC, 1 replies.
- [DISCUSS] KIP-66 Kafka Connect Transformers for messages - posted by Nisarg Shah <sn...@gmail.com> on 2016/07/11 20:47:10 UTC, 15 replies.
- [jira] [Comment Edited] (KAFKA-1464) Add a throttling option to the Kafka replication tool - posted by "James Cheng (JIRA)" <ji...@apache.org> on 2016/07/11 20:48:11 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3209) Support single message transforms in Kafka Connect - posted by "Nisarg Shah (JIRA)" <ji...@apache.org> on 2016/07/11 21:00:12 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3888) Allow consumer to send heartbeats in background thread (KIP-62) - posted by "Chaitanya Puchakayala (JIRA)" <ji...@apache.org> on 2016/07/11 21:22:10 UTC, 1 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #748 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/11 22:08:50 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1417 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/11 22:24:48 UTC, 0 replies.
- [GitHub] kafka pull request #1610: KAFKA-3941: Delay eviction listener in InMemoryKey... - posted by guozhangwang <gi...@git.apache.org> on 2016/07/11 22:37:16 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3941) Avoid applying eviction listener in InMemoryKeyValueLoggedStore - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/11 22:38:11 UTC, 1 replies.
- [GitHub] kafka pull request #1611: MINOR: Check null in SmokeTestDriver to avoid NPE - posted by guozhangwang <gi...@git.apache.org> on 2016/07/11 22:43:29 UTC, 1 replies.
- [jira] [Created] (KAFKA-3949) Consumer topic subscription change may be ignored if a rebalance is in progress - posted by "Jason Gustafson (JIRA)" <ji...@apache.org> on 2016/07/11 22:49:10 UTC, 0 replies.
- [jira] [Created] (KAFKA-3950) kafka mirror maker tool is not respecting whitelist option - posted by "Raghav Kumar Gautam (JIRA)" <ji...@apache.org> on 2016/07/12 00:18:11 UTC, 0 replies.
- [GitHub] kafka pull request #1594: KAFKA-3931: Fix transient failures in pattern subs... - posted by vahidhashemian <gi...@git.apache.org> on 2016/07/12 00:48:13 UTC, 2 replies.
- [jira] [Created] (KAFKA-3951) kafka.common.KafkaStorageException: I/O exception in append to log - posted by "wanzi.zhao (JIRA)" <ji...@apache.org> on 2016/07/12 01:07:10 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3951) kafka.common.KafkaStorageException: I/O exception in append to log - posted by "wanzi.zhao (JIRA)" <ji...@apache.org> on 2016/07/12 01:22:10 UTC, 4 replies.
- [jira] [Created] (KAFKA-3952) VerifyConsumerRebalance cannot succeed when checking partition owner - posted by "Simon Wan Wenli (JIRA)" <ji...@apache.org> on 2016/07/12 03:12:10 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3952) VerifyConsumerRebalance cannot succeed when checking partition owner - posted by "Simon Wan Wenli (JIRA)" <ji...@apache.org> on 2016/07/12 03:17:11 UTC, 6 replies.
- [GitHub] kafka pull request #1612: KAFKA-3952: Consumer rebalance verifier never succ... - posted by swwl1992 <gi...@git.apache.org> on 2016/07/12 03:19:59 UTC, 3 replies.
- [jira] [Commented] (KAFKA-3952) VerifyConsumerRebalance cannot succeed when checking partition owner - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/12 03:20:11 UTC, 3 replies.
- [jira] [Commented] (KAFKA-3949) Consumer topic subscription change may be ignored if a rebalance is in progress - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/12 03:58:11 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3950) kafka mirror maker tool is not respecting whitelist option - posted by "Sriharsha Chintalapani (JIRA)" <ji...@apache.org> on 2016/07/12 05:20:11 UTC, 4 replies.
- [jira] [Commented] (KAFKA-3950) kafka mirror maker tool is not respecting whitelist option - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/12 08:20:20 UTC, 11 replies.
- [jira] [Created] (KAFKA-3953) start kafka fail - posted by "ffh (JIRA)" <ji...@apache.org> on 2016/07/12 08:30:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-3954) Consumer should use internal topics information returned by the broker - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/12 08:49:20 UTC, 0 replies.
- [GitHub] kafka pull request #1613: KAFKA-3954; Consumer should use internal topics in... - posted by ijuma <gi...@git.apache.org> on 2016/07/12 09:01:26 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3954) Consumer should use internal topics information returned by the broker - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/12 09:02:20 UTC, 0 replies.
- Re: [DISCUSS] KIP-62: Allow consumer to send heartbeats from a background thread - posted by Simon Souter <si...@cakesolutions.net> on 2016/07/12 09:57:24 UTC, 3 replies.
- [jira] [Comment Edited] (KAFKA-3950) kafka mirror maker tool is not respecting whitelist option - posted by "TAO XIAO (JIRA)" <ji...@apache.org> on 2016/07/12 11:18:20 UTC, 1 replies.
- [jira] [Commented] (KAFKA-1194) The kafka broker cannot delete the old log files after the configured time - posted by "Trevor Dodds (JIRA)" <ji...@apache.org> on 2016/07/12 12:56:21 UTC, 6 replies.
- [GitHub] kafka pull request #1614: KAFKA-3933: close deepIterator during log recovery - posted by tcrayford <gi...@git.apache.org> on 2016/07/12 13:33:49 UTC, 1 replies.
- [jira] [Created] (KAFKA-3955) Kafka log recovery doesn't truncate logs on non-monotonic offsets, leading to failed broker boot - posted by "Tom Crayford (JIRA)" <ji...@apache.org> on 2016/07/12 13:42:20 UTC, 0 replies.
- [GitHub] kafka pull request #1489: KAFKA-2945: CreateTopic - protocol and server side... - posted by asfgit <gi...@git.apache.org> on 2016/07/12 15:21:59 UTC, 0 replies.
- [jira] [Updated] (KAFKA-2945) CreateTopic - protocol and server side implementation - posted by "Jun Rao (JIRA)" <ji...@apache.org> on 2016/07/12 15:22:20 UTC, 0 replies.
- [jira] [Commented] (KAFKA-2945) CreateTopic - protocol and server side implementation - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/12 15:22:21 UTC, 0 replies.
- [jira] [Created] (KAFKA-3956) MockProducer.send() sends a message before completeNext() or errorNext() are called - posted by "Gavin Manning (JIRA)" <ji...@apache.org> on 2016/07/12 16:00:22 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3956) MockProducer.send() sends a message before completeNext() or errorNext() are called - posted by "Gavin Manning (JIRA)" <ji...@apache.org> on 2016/07/12 16:02:20 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1418 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/12 16:20:12 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #749 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/12 16:23:40 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3252) compression type for a topic should be used during log compaction - posted by "Ashish K Singh (JIRA)" <ji...@apache.org> on 2016/07/12 16:32:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-3957) consumer timeout not being respected when kafka broker is not available - posted by "Vincent Fumo (JIRA)" <ji...@apache.org> on 2016/07/12 16:38:20 UTC, 0 replies.
- [GitHub] kafka pull request #1615: KAFKA-3950: kafka mirror maker tool is not respect... - posted by omkreddy <gi...@git.apache.org> on 2016/07/12 17:35:41 UTC, 1 replies.
- [GitHub] kafka pull request #1616: KAFKA-2946: DeleteTopic - protocol and server side... - posted by granthenke <gi...@git.apache.org> on 2016/07/12 18:32:28 UTC, 0 replies.
- [jira] [Commented] (KAFKA-2946) DeleteTopic - protocol and server side implementation - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/12 18:33:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-2946) DeleteTopic - protocol and server side implementation - posted by "Grant Henke (JIRA)" <ji...@apache.org> on 2016/07/12 19:01:20 UTC, 0 replies.
- Jenkins build is back to normal : kafka-trunk-jdk7 #1419 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/12 19:56:50 UTC, 0 replies.
- [GitHub] kafka pull request #1617: syncing mine with upstream - posted by prabcs <gi...@git.apache.org> on 2016/07/12 20:27:24 UTC, 1 replies.
- Build failed in Jenkins: kafka-0.10.0-jdk7 #147 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/12 20:41:44 UTC, 0 replies.
- Jenkins build is back to normal : kafka-trunk-jdk8 #750 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/12 21:24:50 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3957) consumer timeout not being respected when kafka broker is not available - posted by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2016/07/12 22:28:20 UTC, 2 replies.
- [jira] [Comment Edited] (KAFKA-3957) consumer timeout not being respected when kafka broker is not available - posted by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2016/07/12 22:30:20 UTC, 0 replies.
- [jira] [Assigned] (KAFKA-3945) kafka-console-producer.sh does not accept request-required-acks=all - posted by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2016/07/12 22:53:20 UTC, 0 replies.
- [jira] [Commented] (KAFKA-1120) Controller could miss a broker state change - posted by "Maysam Yabandeh (JIRA)" <ji...@apache.org> on 2016/07/12 22:55:20 UTC, 0 replies.
- [GitHub] kafka pull request #1618: KAFKA-3945: Fix validation of 'acks' config in con... - posted by vahidhashemian <gi...@git.apache.org> on 2016/07/12 23:15:16 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3945) kafka-console-producer.sh does not accept request-required-acks=all - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/12 23:15:21 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3945) kafka-console-producer.sh does not accept request-required-acks=all - posted by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2016/07/12 23:26:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-3958) To set the maximum no of consumers which can consume from the particular topic. - posted by "Sharad Gupta (JIRA)" <ji...@apache.org> on 2016/07/13 04:03:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-3959) __consumer_offsets wrong number of replicas at startup - posted by "Alban Hurtaud (JIRA)" <ji...@apache.org> on 2016/07/13 09:13:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3959) __consumer_offsets wrong number of replicas at startup - posted by "Alban Hurtaud (JIRA)" <ji...@apache.org> on 2016/07/13 09:14:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-3960) Committed offset not set after first assign - posted by "Alexey Romanchuk (JIRA)" <ji...@apache.org> on 2016/07/13 10:22:20 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3960) Committed offset not set after first assign - posted by "Alexey Romanchuk (JIRA)" <ji...@apache.org> on 2016/07/13 10:38:20 UTC, 3 replies.
- [jira] [Commented] (KAFKA-2205) Generalize TopicConfigManager to handle multiple entity configs - posted by "Scott Kruger (JIRA)" <ji...@apache.org> on 2016/07/13 14:15:20 UTC, 1 replies.
- [GitHub] kafka pull request #1619: KAFKA-3858: Basic printing of everything - posted by enothereska <gi...@git.apache.org> on 2016/07/13 14:47:37 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3858) Add functions to print stream topologies - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/13 14:48:20 UTC, 1 replies.
- [jira] [Work started] (KAFKA-3858) Add functions to print stream topologies - posted by "Eno Thereska (JIRA)" <ji...@apache.org> on 2016/07/13 15:29:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-3961) broker sends malformed response when switching from no compression to snappy/gzip - posted by "Dieter Plaetinck (JIRA)" <ji...@apache.org> on 2016/07/13 15:32:20 UTC, 0 replies.
- [GitHub] kafka pull request #1620: KAFKA-3940: Log should check the return value of d... - posted by jimjag <gi...@git.apache.org> on 2016/07/13 15:41:05 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3961) broker sends malformed response when switching from no compression to snappy/gzip - posted by "Manikumar Reddy (JIRA)" <ji...@apache.org> on 2016/07/13 16:53:20 UTC, 1 replies.
- [jira] [Updated] (KAFKA-3941) Avoid applying eviction listener in InMemoryKeyValueLoggedStore - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/13 18:05:20 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3957) consumer timeout not being respected when kafka broker is not available - posted by "Vincent Fumo (JIRA)" <ji...@apache.org> on 2016/07/13 20:33:21 UTC, 0 replies.
- [jira] [Closed] (KAFKA-3957) consumer timeout not being respected when kafka broker is not available - posted by "Vincent Fumo (JIRA)" <ji...@apache.org> on 2016/07/13 20:34:20 UTC, 0 replies.
- Kafka Streams question - posted by Poul Costinsky <po...@adbrain.com> on 2016/07/13 21:59:44 UTC, 3 replies.
- [GitHub] kafka pull request #1621: MINOR: Added simple streams benchmark to system te... - posted by enothereska <gi...@git.apache.org> on 2016/07/13 22:34:17 UTC, 1 replies.
- [jira] [Assigned] (KAFKA-3859) Consumer group is stuck in rebalancing status - posted by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2016/07/13 22:43:20 UTC, 0 replies.
- [jira] [Work started] (KAFKA-3859) Consumer group is stuck in rebalancing status - posted by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2016/07/13 22:48:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-3962) ConfigDef support for resource-specific configuration - posted by "Shikhar Bhushan (JIRA)" <ji...@apache.org> on 2016/07/13 22:52:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3962) ConfigDef support for resource-specific configuration - posted by "Shikhar Bhushan (JIRA)" <ji...@apache.org> on 2016/07/13 23:03:20 UTC, 0 replies.
- [jira] [Assigned] (KAFKA-3948) Invalid broker port in Zookeeper when SSL is enabled - posted by "Bharat Viswanadham (JIRA)" <ji...@apache.org> on 2016/07/13 23:07:20 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3948) Invalid broker port in Zookeeper when SSL is enabled - posted by "Bharat Viswanadham (JIRA)" <ji...@apache.org> on 2016/07/13 23:08:20 UTC, 5 replies.
- [jira] [Created] (KAFKA-3963) Missing messages from the controller to brokers - posted by "Maysam Yabandeh (JIRA)" <ji...@apache.org> on 2016/07/13 23:34:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3963) Missing messages from the controller to brokers - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/13 23:55:20 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3963) Missing messages from the controller to brokers - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/13 23:59:20 UTC, 1 replies.
- [jira] [Created] (KAFKA-3964) Metadata update requests are sometimes received after LeaderAndIsrRequests - posted by "Maysam Yabandeh (JIRA)" <ji...@apache.org> on 2016/07/14 00:20:20 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3963) Missing messages from the controller to brokers - posted by "Maysam Yabandeh (JIRA)" <ji...@apache.org> on 2016/07/14 00:30:20 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3941) Avoid applying eviction listener in InMemoryKeyValueLoggedStore - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/14 01:13:20 UTC, 0 replies.
- Jenkins build is back to normal : kafka-0.10.0-jdk7 #148 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/14 02:24:40 UTC, 0 replies.
- [GitHub] kafka pull request #1622: KAFKA-3859: Fix describe group command to report v... - posted by vahidhashemian <gi...@git.apache.org> on 2016/07/14 05:01:06 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3859) Consumer group is stuck in rebalancing status - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/14 05:01:20 UTC, 0 replies.
- [GitHub] kafka pull request #1623: MINOR: Fix zk inconsistent security settings check - posted by ijuma <gi...@git.apache.org> on 2016/07/14 08:38:18 UTC, 0 replies.
- [jira] [Created] (KAFKA-3965) Mirror maker sync send fails will lose messages - posted by "NieWang (JIRA)" <ji...@apache.org> on 2016/07/14 09:28:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3905) Check for null in KafkaConsumer#{subscribe, assign} - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/14 09:57:20 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3905) Check for null in KafkaConsumer#{subscribe, assign} - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/14 09:57:20 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #752 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/14 10:57:22 UTC, 0 replies.
- [DISCUSS] KIP-4 ACL Admin Schema - posted by Grant Henke <gh...@cloudera.com> on 2016/07/14 16:09:00 UTC, 12 replies.
- [jira] [Updated] (KAFKA-3859) Consumer group is stuck in rebalancing status - posted by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2016/07/14 17:33:20 UTC, 0 replies.
- [jira] [Comment Edited] (KAFKA-3948) Invalid broker port in Zookeeper when SSL is enabled - posted by "Bharat Viswanadham (JIRA)" <ji...@apache.org> on 2016/07/14 18:17:21 UTC, 0 replies.
- [jira] [Created] (KAFKA-3966) Consumer briefly ignores partitions on backlogs - posted by "Kanak Biscuitwala (JIRA)" <ji...@apache.org> on 2016/07/14 19:26:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3966) Consumer briefly ignores partitions on backlogs - posted by "Kanak Biscuitwala (JIRA)" <ji...@apache.org> on 2016/07/14 19:26:20 UTC, 2 replies.
- [jira] [Updated] (KAFKA-3966) KafkaConsumer briefly ignores partitions on backlogs - posted by "Kanak Biscuitwala (JIRA)" <ji...@apache.org> on 2016/07/14 19:28:20 UTC, 0 replies.
- [GitHub] kafka pull request #1624: KAFKA-1194: New config to specific memory mapped f... - posted by rperi <gi...@git.apache.org> on 2016/07/14 19:48:05 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3173) Error while moving some partitions to OnlinePartition state - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/14 20:28:21 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3948) Invalid broker port in Zookeeper when SSL is enabled - posted by "Bharat Viswanadham (JIRA)" <ji...@apache.org> on 2016/07/14 23:35:20 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3729) Auto-configure non-default SerDes passed alongside the topology builder - posted by "Bharat Viswanadham (JIRA)" <ji...@apache.org> on 2016/07/14 23:46:20 UTC, 1 replies.
- [jira] [Commented] (KAFKA-2431) Test SSL/TLS impact on performance - posted by "Jiangjie Qin (JIRA)" <ji...@apache.org> on 2016/07/15 02:19:20 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3102) Kafka server unable to connect to zookeeper - posted by "Sam Liu (JIRA)" <ji...@apache.org> on 2016/07/15 07:16:20 UTC, 5 replies.
- [jira] [Resolved] (KAFKA-3102) Kafka server unable to connect to zookeeper - posted by "Manikumar Reddy (JIRA)" <ji...@apache.org> on 2016/07/15 07:35:20 UTC, 0 replies.
- [GitHub] kafka pull request #1607: MINOR: Doc of 'retries' config should mention abou... - posted by kawamuray <gi...@git.apache.org> on 2016/07/15 07:39:26 UTC, 2 replies.
- [jira] [Commented] (KAFKA-3090) Zookeeper disconnects with "can't find default realm" message - posted by "Sam Liu (JIRA)" <ji...@apache.org> on 2016/07/15 08:58:20 UTC, 1 replies.
- [jira] [Issue Comment Deleted] (KAFKA-3090) Zookeeper disconnects with "can't find default realm" message - posted by "Sam Liu (JIRA)" <ji...@apache.org> on 2016/07/15 09:58:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-2213) Log cleaner should write compacted messages using configured compression type - posted by "Manikumar Reddy (JIRA)" <ji...@apache.org> on 2016/07/15 09:58:20 UTC, 0 replies.
- [jira] [Comment Edited] (KAFKA-3090) Zookeeper disconnects with "can't find default realm" message - posted by "Sam Liu (JIRA)" <ji...@apache.org> on 2016/07/15 10:10:20 UTC, 0 replies.
- [jira] [Assigned] (KAFKA-3915) LogCleaner IO buffers do not account for potential size difference due to message format change - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/15 10:15:20 UTC, 0 replies.
- [GitHub] kafka pull request #1625: MINOR: fix extra broker setup - posted by mweirauch <gi...@git.apache.org> on 2016/07/15 11:43:51 UTC, 0 replies.
- [jira] [Created] (KAFKA-3967) Excessive Network IO between Kafka brokers - posted by "Krishna (JIRA)" <ji...@apache.org> on 2016/07/15 12:27:20 UTC, 0 replies.
- [jira] [Comment Edited] (KAFKA-1194) The kafka broker cannot delete the old log files after the configured time - posted by "Harald Kirsch (JIRA)" <ji...@apache.org> on 2016/07/15 13:42:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-3968) fsync() is not called on parent directory when new FileMessageSet is flushed to disk - posted by "Andrey Neporada (JIRA)" <ji...@apache.org> on 2016/07/15 15:34:20 UTC, 0 replies.
- [GitHub] kafka pull request #1626: [KAFKA-3968] Call fsync for parent directory first... - posted by nepal <gi...@git.apache.org> on 2016/07/15 15:39:36 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3968) fsync() is not called on parent directory when new FileMessageSet is flushed to disk - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/15 15:40:20 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3739) Add no-arg constructor for library provided serdes - posted by "Philipe Alves de Oliveira e Silva (JIRA)" <ji...@apache.org> on 2016/07/15 16:29:20 UTC, 0 replies.
- Jenkins build is back to normal : kafka_0.9.0_jdk7 #136 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/15 18:28:31 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #753 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/15 18:45:40 UTC, 0 replies.
- [GitHub] kafka pull request #1627: KAFKA-3888: send consumer heartbeats from a backgr... - posted by hachikuji <gi...@git.apache.org> on 2016/07/15 22:54:51 UTC, 0 replies.
- [jira] [Work started] (KAFKA-3915) LogCleaner IO buffers do not account for potential size difference due to message format change - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/16 10:44:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-3969) kafka.admin.ConsumerGroupCommand doesn't show consumer groups - posted by "Dieter Plaetinck (JIRA)" <ji...@apache.org> on 2016/07/16 20:27:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3960) Committed offset not set after first assign - posted by "Alexey Romanchuk (JIRA)" <ji...@apache.org> on 2016/07/17 02:05:20 UTC, 1 replies.
- [jira] [Assigned] (KAFKA-3812) State store locking is incorrect - posted by "Damian Guy (JIRA)" <ji...@apache.org> on 2016/07/17 16:30:20 UTC, 0 replies.
- [GitHub] kafka pull request #1628: KAFKA-3812 State store locking is incorrect - posted by dguy <gi...@git.apache.org> on 2016/07/17 16:31:57 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3812) State store locking is incorrect - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/17 16:32:20 UTC, 3 replies.
- [jira] [Commented] (KAFKA-3693) Race condition between highwatermark-checkpoint thread and handleLeaderAndIsrRequest at broker start-up - posted by "Alexey Ozeritskiy (JIRA)" <ji...@apache.org> on 2016/07/17 18:34:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3693) Lost highwatermark at broker start-up - posted by "Maysam Yabandeh (JIRA)" <ji...@apache.org> on 2016/07/17 18:40:20 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3693) Lost highwatermark at broker start-up - posted by "Maysam Yabandeh (JIRA)" <ji...@apache.org> on 2016/07/17 18:47:20 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3969) kafka.admin.ConsumerGroupCommand doesn't show consumer groups - posted by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2016/07/17 20:10:20 UTC, 3 replies.
- [jira] [Comment Edited] (KAFKA-3969) kafka.admin.ConsumerGroupCommand doesn't show consumer groups - posted by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2016/07/17 20:10:20 UTC, 0 replies.
- [GitHub] kafka pull request #1629: KAFKA-3960 - Committed offset not set after first ... - posted by 13h3r <gi...@git.apache.org> on 2016/07/18 08:28:28 UTC, 1 replies.
- Helping Spread the Word about Apachecon EU 2016 - posted by Sharan Foga <sh...@apache.org> on 2016/07/18 08:30:15 UTC, 0 replies.
- Re: [DISCUSS] KIP-48 Support for delegation tokens as an authentication mechanism - posted by Grant Henke <gh...@cloudera.com> on 2016/07/18 13:50:43 UTC, 1 replies.
- [GitHub] kafka pull request #1630: MINOR: Fix typo in Operations section - posted by ssaamm <gi...@git.apache.org> on 2016/07/18 14:46:50 UTC, 1 replies.
- [GitHub] kafka pull request #1631: KAFKA-3934: kafka-server-start.sh enables GC by de... - posted by granthenke <gi...@git.apache.org> on 2016/07/18 15:51:23 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3934) kafka-server-start.sh enables GC by default with no way to disable - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/18 15:52:20 UTC, 0 replies.
- Compacted topic cannot accept message without key - posted by Kafka <ka...@126.com> on 2016/07/18 16:03:11 UTC, 2 replies.
- [jira] [Updated] (KAFKA-3934) kafka-server-start.sh enables GC by default with no way to disable - posted by "Grant Henke (JIRA)" <ji...@apache.org> on 2016/07/18 16:13:20 UTC, 0 replies.
- [jira] [Assigned] (KAFKA-3855) Guard race conditions in TopologyBuilder - posted by "Damian Guy (JIRA)" <ji...@apache.org> on 2016/07/18 16:55:20 UTC, 0 replies.
- [jira] [Work started] (KAFKA-3855) Guard race conditions in TopologyBuilder - posted by "Damian Guy (JIRA)" <ji...@apache.org> on 2016/07/18 16:55:20 UTC, 0 replies.
- [GitHub] kafka pull request #1632: MINOR: MetadataCache brokerId is not set on first ... - posted by granthenke <gi...@git.apache.org> on 2016/07/18 17:00:10 UTC, 1 replies.
- [jira] [Created] (KAFKA-3970) Message Listener(that can hit callback registered) - posted by "rajan verma (JIRA)" <ji...@apache.org> on 2016/07/18 17:47:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3970) Message Listener(that can hit callback registered) - posted by "rajan verma (JIRA)" <ji...@apache.org> on 2016/07/18 17:48:20 UTC, 1 replies.
- [GitHub] kafka pull request #1633: KAFKA-3855: Guard race conditions in TopologyBuild... - posted by dguy <gi...@git.apache.org> on 2016/07/18 18:09:58 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3855) Guard race conditions in TopologyBuilder - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/18 18:10:20 UTC, 1 replies.
- [jira] [Created] (KAFKA-3971) Consumers drop from coordinator and cannot reconnet - posted by "Lei Wang (JIRA)" <ji...@apache.org> on 2016/07/18 18:45:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3924) Data loss due to halting when LEO is larger than leader's LEO - posted by "Maysam Yabandeh (JIRA)" <ji...@apache.org> on 2016/07/18 18:46:20 UTC, 2 replies.
- [jira] [Assigned] (KAFKA-3782) Transient failure with kafkatest.tests.connect.connect_distributed_test.ConnectDistributedTest.test_bounce.clean=True - posted by "Jason Gustafson (JIRA)" <ji...@apache.org> on 2016/07/18 18:46:21 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3971) Consumers drop from coordinator and cannot reconnet - posted by "Lei Wang (JIRA)" <ji...@apache.org> on 2016/07/18 18:50:20 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3971) Consumers drop from coordinator and cannot reconnet - posted by "Lei Wang (JIRA)" <ji...@apache.org> on 2016/07/18 18:56:20 UTC, 1 replies.
- [jira] [Resolved] (KAFKA-3870) Expose state store names to DSL - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/18 19:13:20 UTC, 0 replies.
- [GitHub] kafka pull request #1526: KAFKA-3870: Expose state store names in DSL - posted by asfgit <gi...@git.apache.org> on 2016/07/18 19:13:31 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3870) Expose state store names to DSL - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/18 19:14:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-3972) kafka java consumer poll returns 0 records after seekToBeginning - posted by "don caldwell (JIRA)" <ji...@apache.org> on 2016/07/18 20:33:20 UTC, 0 replies.
- [GitHub] kafka pull request #1634: KAFKA-3924: Replacing halt with exit upon LEO mism... - posted by maysamyabandeh <gi...@git.apache.org> on 2016/07/18 20:52:16 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3924) Data loss due to halting when LEO is larger than leader's LEO - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/18 20:52:20 UTC, 2 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #754 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/18 21:12:23 UTC, 0 replies.
- [jira] [Updated] (KAFKA-2507) Replace ControlledShutdown{Request,Response} with org.apache.kafka.common.requests equivalent - posted by "Grant Henke (JIRA)" <ji...@apache.org> on 2016/07/18 21:48:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3777) Extract the LRU cache out of RocksDBStore - posted by "Eno Thereska (JIRA)" <ji...@apache.org> on 2016/07/18 22:40:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-3973) Investigate feasibility of caching bytes vs. records - posted by "Eno Thereska (JIRA)" <ji...@apache.org> on 2016/07/18 22:57:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3778) Avoiding using range queries of RocksDBWindowStore on KStream windowed aggregations - posted by "Eno Thereska (JIRA)" <ji...@apache.org> on 2016/07/18 22:57:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3777) Extract the existing LRU cache out of RocksDBStore - posted by "Eno Thereska (JIRA)" <ji...@apache.org> on 2016/07/18 22:58:20 UTC, 1 replies.
- [jira] [Created] (KAFKA-3974) LRU cache should store bytes/object and not records - posted by "Eno Thereska (JIRA)" <ji...@apache.org> on 2016/07/18 23:00:24 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3101) Optimize Aggregation Outputs - posted by "Eno Thereska (JIRA)" <ji...@apache.org> on 2016/07/18 23:05:20 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3915) LogCleaner IO buffers do not account for potential size difference due to message format change - posted by "James Cheng (JIRA)" <ji...@apache.org> on 2016/07/19 05:53:20 UTC, 4 replies.
- [GitHub] kafka pull request #1635: MINOR: Remove unused parameter in `checkIfPartitio... - posted by ijuma <gi...@git.apache.org> on 2016/07/19 09:03:03 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3972) kafka java consumer poll returns 0 records after seekToBeginning - posted by "Rajini Sivaram (JIRA)" <ji...@apache.org> on 2016/07/19 09:05:20 UTC, 1 replies.
- [jira] [Commented] (KAFKA-2894) WorkerSinkTask doesn't handle rewinding offsets on rebalance - posted by "Lucas Ariel Martinez (JIRA)" <ji...@apache.org> on 2016/07/19 09:36:20 UTC, 0 replies.
- [jira] [Comment Edited] (KAFKA-3689) Exception when attempting to decrease connection count for address with no connections - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/19 10:51:20 UTC, 1 replies.
- Jenkins build is back to normal : kafka-trunk-jdk8 #755 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/19 11:04:08 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #756 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/19 11:51:23 UTC, 0 replies.
- [GitHub] kafka pull request #1636: KAFKA-3185: Allow users to cleanup internal Kafka ... - posted by mjsax <gi...@git.apache.org> on 2016/07/19 12:14:15 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3185) Allow users to cleanup internal data - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/19 12:14:20 UTC, 3 replies.
- [GitHub] kafka pull request #1517: [Kafka Streams] Clean-up script [WIP] - posted by mjsax <gi...@git.apache.org> on 2016/07/19 12:46:15 UTC, 0 replies.
- [jira] [Assigned] (KAFKA-3975) Error if zookeeper.set.acl is true and ZK security is not enabled - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/19 13:35:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-3975) Error if zookeeper.set.acl is true and ZK security is not enabled - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/19 13:35:20 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3855) Guard race conditions in TopologyBuilder - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/19 15:53:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-3976) Kafka Controller gets stuck, potentially due to zookeeper session id reuse - posted by "Tom Crayford (JIRA)" <ji...@apache.org> on 2016/07/19 16:02:20 UTC, 0 replies.
- [jira] [Commented] (KAFKA-2311) Consumer's ensureNotClosed method not thread safe - posted by "Tim Brooks (JIRA)" <ji...@apache.org> on 2016/07/19 16:47:20 UTC, 1 replies.
- [GitHub] kafka pull request #1637: KAFKA-2311: Consumer's ensureNotClosed method not ... - posted by tbrooks8 <gi...@git.apache.org> on 2016/07/19 17:15:23 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3922) Add a copy-constructor to AbstractStream - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/19 17:57:20 UTC, 0 replies.
- [GitHub] kafka pull request #1638: KAFKA-3911: Initial source materialization (WiP) - posted by enothereska <gi...@git.apache.org> on 2016/07/19 19:41:57 UTC, 0 replies.
- Jenkins build is back to normal : kafka-trunk-jdk8 #757 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/19 19:52:26 UTC, 0 replies.
- [GitHub] kafka pull request #1565: KAFKA-3912: Query local state stores - posted by asfgit <gi...@git.apache.org> on 2016/07/19 21:02:57 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3912) Query local state stores - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/19 21:03:20 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3912) Query local state stores - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/19 21:03:20 UTC, 0 replies.
- [jira] [Assigned] (KAFKA-3740) Add configs for RocksDBStores - posted by "Damian Guy (JIRA)" <ji...@apache.org> on 2016/07/19 21:26:20 UTC, 0 replies.
- [GitHub] kafka pull request #1639: MINOR: Remove slf4j-log4j from kafka-streams compi... - posted by mfenniak <gi...@git.apache.org> on 2016/07/19 22:13:00 UTC, 1 replies.
- [jira] [Resolved] (KAFKA-3812) State store locking is incorrect - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/19 23:01:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3740) Enable configuration of RocksDBStores - posted by "Damian Guy (JIRA)" <ji...@apache.org> on 2016/07/19 23:28:20 UTC, 0 replies.
- [GitHub] kafka pull request #1640: KAFKA-3740: Enable configuration of RocksDBStores - posted by dguy <gi...@git.apache.org> on 2016/07/19 23:28:27 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3740) Enable configuration of RocksDBStores - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/19 23:29:20 UTC, 1 replies.
- [GitHub] kafka pull request #1641: HOTFIX: fix compilation error due to merge of KAFK... - posted by dguy <gi...@git.apache.org> on 2016/07/19 23:50:18 UTC, 1 replies.
- [DISCUSS] KIP-70: Revise Partition Assignment Semantics on New Consumer's Subscription Change - posted by Vahid S Hashemian <va...@us.ibm.com> on 2016/07/20 00:55:31 UTC, 9 replies.
- [jira] [Commented] (KAFKA-3375) Suppress and fix compiler warnings where reasonable and tweak compiler settings - posted by "Sriharsha Chintalapani (JIRA)" <ji...@apache.org> on 2016/07/20 01:22:20 UTC, 2 replies.
- [jira] [Comment Edited] (KAFKA-3375) Suppress and fix compiler warnings where reasonable and tweak compiler settings - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/20 01:36:20 UTC, 1 replies.
- [jira] [Created] (KAFKA-3977) KafkaConsumer swallows exceptions raised from message deserializers - posted by "Jason Gustafson (JIRA)" <ji...@apache.org> on 2016/07/20 04:18:20 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #759 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/20 05:37:45 UTC, 0 replies.
- Kafka Streaming Question : reset offset - posted by Pariksheet Barapatre <pa...@gmail.com> on 2016/07/20 11:57:16 UTC, 0 replies.
- [jira] [Created] (KAFKA-3978) Cannot truncate to a negative offset (-1) exception at broker startup - posted by "Juho Mäkinen (JIRA)" <ji...@apache.org> on 2016/07/20 13:03:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3978) Cannot truncate to a negative offset (-1) exception at broker startup - posted by "Juho Mäkinen (JIRA)" <ji...@apache.org> on 2016/07/20 13:04:20 UTC, 1 replies.
- [jira] [Created] (KAFKA-3979) Optimize memory used by replication process by using adaptive fetch message size - posted by "Andrey Neporada (JIRA)" <ji...@apache.org> on 2016/07/20 13:35:20 UTC, 0 replies.
- [GitHub] kafka pull request #1642: [KAFKA-3979] Optimize memory used by replication p... - posted by nepal <gi...@git.apache.org> on 2016/07/20 13:38:02 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3979) Optimize memory used by replication process by using adaptive fetch message size - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/20 13:38:20 UTC, 1 replies.
- [GitHub] kafka pull request #1643: KAFKA-3915; Don't convert messages from v0 to v1 d... - posted by ijuma <gi...@git.apache.org> on 2016/07/20 13:39:00 UTC, 1 replies.
- [jira] [Updated] (KAFKA-3915) LogCleaner IO buffers do not account for potential size difference due to message format change - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/20 13:52:20 UTC, 1 replies.
- [jira] [Created] (KAFKA-3980) JMXReport using excessive memory - posted by "Andrew Jorgensen (JIRA)" <ji...@apache.org> on 2016/07/20 20:10:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3977) KafkaConsumer swallows exceptions raised from message deserializers - posted by "Jason Gustafson (JIRA)" <ji...@apache.org> on 2016/07/20 20:11:20 UTC, 3 replies.
- [jira] [Updated] (KAFKA-3980) JmxReporter using excessive memory causing OutOfMemoryException - posted by "Andrew Jorgensen (JIRA)" <ji...@apache.org> on 2016/07/20 20:11:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3980) JmxReporter uses an excessive memory causing OutOfMemoryException - posted by "Andrew Jorgensen (JIRA)" <ji...@apache.org> on 2016/07/20 20:12:20 UTC, 2 replies.
- [jira] [Updated] (KAFKA-3980) JmxReporter uses excessive memory causing OutOfMemoryException - posted by "Andrew Jorgensen (JIRA)" <ji...@apache.org> on 2016/07/20 20:24:20 UTC, 1 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #760 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/20 22:01:24 UTC, 0 replies.
- [jira] [Created] (KAFKA-3981) Possible race condition between controller cache and ZK on topic delete - posted by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2016/07/20 23:19:20 UTC, 0 replies.
- [GitHub] kafka pull request #1644: MINOR: Update to Gradle 2.14.1 - posted by ijuma <gi...@git.apache.org> on 2016/07/20 23:42:48 UTC, 1 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #761 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/21 00:14:48 UTC, 0 replies.
- Can you add me to the contributors? - posted by Buchi Reddy Busireddy <ma...@gmail.com> on 2016/07/21 01:11:22 UTC, 2 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #762 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/21 02:17:01 UTC, 0 replies.
- [GitHub] kafka pull request #1645: HOTFIX: Adding init file so streams benchmark is a... - posted by enothereska <gi...@git.apache.org> on 2016/07/21 02:35:06 UTC, 1 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #763 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/21 03:26:04 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3980) JmxReporter uses excessive memory causing OutOfMemoryException - posted by "Manikumar Reddy (JIRA)" <ji...@apache.org> on 2016/07/21 05:07:20 UTC, 5 replies.
- [jira] [Comment Edited] (KAFKA-3980) JmxReporter uses excessive memory causing OutOfMemoryException - posted by "Andrew Jorgensen (JIRA)" <ji...@apache.org> on 2016/07/21 05:23:20 UTC, 5 replies.
- [GitHub] kafka pull request #1646: add an annotation - posted by wangzzu <gi...@git.apache.org> on 2016/07/21 08:10:31 UTC, 0 replies.
- [DISCUSS] Optimise memory used by replication process by using adaptive fetch message size - posted by "Andrey L. Neporada" <an...@yandex-team.ru> on 2016/07/21 09:49:21 UTC, 4 replies.
- [jira] [Resolved] (KAFKA-3740) Enable configuration of RocksDBStores - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/21 18:05:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-3982) Issue with processing order of consumer properties in console consumer - posted by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2016/07/21 18:28:20 UTC, 0 replies.
- Proposal for an End-to-End encryption in Kafka - posted by Hendrik Dev <he...@gmail.com> on 2016/07/21 18:46:16 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3982) Issue with processing order of consumer properties in console consumer - posted by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2016/07/21 18:51:20 UTC, 3 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #764 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/21 19:22:25 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3858) Add functions to print stream topologies - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/21 20:12:20 UTC, 0 replies.
- [GitHub] kafka pull request #1619: KAFKA-3858: Add functions to print stream topologi... - posted by asfgit <gi...@git.apache.org> on 2016/07/21 20:12:32 UTC, 0 replies.
- [jira] [Commented] (KAFKA-1044) change log4j to slf4j - posted by "Shannon Carey (JIRA)" <ji...@apache.org> on 2016/07/21 20:45:21 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1431 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/21 20:53:19 UTC, 0 replies.
- [jira] [Commented] (KAFKA-2561) Optionally support OpenSSL for SSL/TLS - posted by "Hendrik Saly (JIRA)" <ji...@apache.org> on 2016/07/21 21:11:20 UTC, 0 replies.
- [GitHub] kafka pull request #1647: MINOR: Upgrade RocksDB to 4.8.0 - posted by ijuma <gi...@git.apache.org> on 2016/07/21 21:17:22 UTC, 1 replies.
- [jira] [Resolved] (KAFKA-3911) Enforce KTable materialization - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/21 21:45:20 UTC, 0 replies.
- [GitHub] kafka pull request #1638: KAFKA-3911: KTable source materialization - posted by asfgit <gi...@git.apache.org> on 2016/07/21 21:45:35 UTC, 0 replies.
- [jira] [Created] (KAFKA-3983) It would be helpful if SocketServer's Acceptors logged both the SocketChannel port and the processor ID upon registra - posted by "Ryan P (JIRA)" <ji...@apache.org> on 2016/07/21 22:03:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3983) It would be helpful if SocketServer's Acceptors logged both the SocketChannel port and the processor ID upon registra - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/21 22:04:20 UTC, 1 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #766 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/21 22:11:43 UTC, 0 replies.
- [GitHub] kafka pull request #1648: KAFKA-3983 - Add additional information to debug - posted by rnpridgeon <gi...@git.apache.org> on 2016/07/21 22:12:44 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3983) It would be helpful if SocketServer's Acceptors logged both the SocketChannel port and the processor ID upon registra - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/21 22:13:20 UTC, 1 replies.
- Jenkins build is back to normal : kafka-trunk-jdk7 #1433 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/21 22:54:14 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #767 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/21 22:59:24 UTC, 0 replies.
- [GitHub] kafka pull request #1649: KAFKA-3929: Add prefix for underlying clients conf... - posted by dguy <gi...@git.apache.org> on 2016/07/21 23:15:33 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #768 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/21 23:45:43 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3782) Transient failure with kafkatest.tests.connect.connect_distributed_test.ConnectDistributedTest.test_bounce.clean=True - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/22 00:55:20 UTC, 1 replies.
- [GitHub] kafka pull request #1650: KAFKA-3782: Fix transient failure in connect distr... - posted by hachikuji <gi...@git.apache.org> on 2016/07/22 00:55:23 UTC, 1 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1434 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/22 01:39:27 UTC, 0 replies.
- Jenkins build is back to normal : kafka-trunk-jdk8 #769 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/22 01:45:04 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3782) Transient failure with kafkatest.tests.connect.connect_distributed_test.ConnectDistributedTest.test_bounce.clean=True - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/22 03:10:20 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1435 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/22 05:38:17 UTC, 0 replies.
- [jira] [Created] (KAFKA-3984) Broker doesn't retry reconnecting to an expired Zookeeper connection - posted by "Braedon Vickers (JIRA)" <ji...@apache.org> on 2016/07/22 05:41:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3984) Broker doesn't retry reconnecting to an expired Zookeeper connection - posted by "Braedon Vickers (JIRA)" <ji...@apache.org> on 2016/07/22 05:46:20 UTC, 0 replies.
- Jenkins build is back to normal : kafka-trunk-jdk7 #1436 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/22 06:48:47 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3167) Use local to the workspace Gradle cache and recreate it on every build - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/22 08:50:20 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3916) Connection from controller to broker disconnects - posted by "Andrey Konyaev (JIRA)" <ji...@apache.org> on 2016/07/22 09:09:20 UTC, 0 replies.
- [GitHub] kafka pull request #1651: MINOR: Fix typos in security section - posted by ssaamm <gi...@git.apache.org> on 2016/07/22 13:13:50 UTC, 0 replies.
- [GitHub] kafka pull request #1434: KAFKA-2394: move to RollingFileAppender by default... - posted by cotedm <gi...@git.apache.org> on 2016/07/22 13:43:27 UTC, 0 replies.
- [jira] [Commented] (KAFKA-2394) Use RollingFileAppender by default in log4j.properties - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/22 13:44:20 UTC, 2 replies.
- [GitHub] kafka pull request #1652: KAFKA-2394: move to RollingFileAppender by default... - posted by cotedm <gi...@git.apache.org> on 2016/07/22 14:39:26 UTC, 0 replies.
- [jira] [Commented] (KAFKA-2932) Adjust importance level of Kafka Connect configs - posted by "Dustin Cote (JIRA)" <ji...@apache.org> on 2016/07/22 15:48:21 UTC, 2 replies.
- [jira] [Created] (KAFKA-3985) Transient system test failure ZooKeeperSecurityUpgradeTest.test_zk_security_upgrade.security_protocol - posted by "Jason Gustafson (JIRA)" <ji...@apache.org> on 2016/07/22 16:36:20 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3983) It would be helpful if SocketServer's Acceptors logged both the SocketChannel port and the processor ID upon registra - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/22 17:11:20 UTC, 0 replies.
- [jira] [Assigned] (KAFKA-2932) Adjust importance level of Kafka Connect configs - posted by "Dustin Cote (JIRA)" <ji...@apache.org> on 2016/07/22 17:37:21 UTC, 0 replies.
- [GitHub] kafka pull request #1653: KAFKA-2932: Adjust importance level of Kafka Conne... - posted by cotedm <gi...@git.apache.org> on 2016/07/22 18:11:17 UTC, 0 replies.
- Jenkins build is back to normal : kafka-trunk-jdk8 #772 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/22 18:24:43 UTC, 0 replies.
- [GitHub] kafka pull request #1654: MINOR: Update MirrorMaker docs to remove multiple ... - posted by ottomata <gi...@git.apache.org> on 2016/07/22 19:07:46 UTC, 0 replies.
- [jira] [Commented] (KAFKA-1650) Mirror Maker could lose data on unclean shutdown. - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/22 19:08:20 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1437 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/22 19:35:09 UTC, 0 replies.
- [jira] [Work started] (KAFKA-3777) Extract the existing LRU cache out of RocksDBStore - posted by "Anna Povzner (JIRA)" <ji...@apache.org> on 2016/07/22 20:37:20 UTC, 0 replies.
- [GitHub] kafka pull request #1655: KAFKA-3982: Fix processing order of some of the co... - posted by vahidhashemian <gi...@git.apache.org> on 2016/07/22 20:56:11 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3982) Issue with processing order of consumer properties in console consumer - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/22 20:56:20 UTC, 0 replies.
- Changing hash algorithm to LogCleaner offset map - posted by Luciano Afranllie <li...@gmail.com> on 2016/07/22 20:58:45 UTC, 5 replies.
- [jira] [Work started] (KAFKA-3973) Investigate feasibility of caching bytes vs. records - posted by "Bill Bejeck (JIRA)" <ji...@apache.org> on 2016/07/22 21:17:21 UTC, 0 replies.
- [GitHub] kafka pull request #1656: KAFKA-3977: Defer fetch parsing for space efficien... - posted by hachikuji <gi...@git.apache.org> on 2016/07/22 21:27:27 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3977) KafkaConsumer swallows exceptions raised from message deserializers - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/22 21:28:20 UTC, 1 replies.
- [jira] [Resolved] (KAFKA-3960) Committed offset not set after first assign - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/23 08:54:20 UTC, 0 replies.
- Build failed in Jenkins: kafka-0.10.0-jdk7 #159 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/23 09:22:29 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1438 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/23 11:38:31 UTC, 0 replies.
- Jenkins build is back to normal : kafka-0.10.0-jdk7 #160 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/23 12:15:22 UTC, 0 replies.
- [jira] [Created] (KAFKA-3986) completedReceives can contain closed channels - posted by "Ryan P (JIRA)" <ji...@apache.org> on 2016/07/23 12:53:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3986) completedReceives can contain closed channels - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/23 13:02:20 UTC, 1 replies.
- [GitHub] kafka pull request #1657: Kafka 3986 - posted by rnpridgeon <gi...@git.apache.org> on 2016/07/23 13:18:00 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3575) Use console consumer access topic that does not exist, can not use "Control + C" to exit process - posted by "Taiyuan Zhang (JIRA)" <ji...@apache.org> on 2016/07/23 18:55:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3585) Shutdown slow when there is only one broker which is controller - posted by "Taiyuan Zhang (JIRA)" <ji...@apache.org> on 2016/07/23 18:55:20 UTC, 1 replies.
- I had a problem of kerberos,I try to solve for a long time can not be resolved。Please help me! - posted by 無名 <lo...@qq.com> on 2016/07/23 19:06:26 UTC, 1 replies.
- [GitHub] kafka pull request #1558: org.apache.kafka.streams.errors.StreamsException: ... - posted by gmcdonald <gi...@git.apache.org> on 2016/07/23 22:13:20 UTC, 0 replies.
- [GitHub] kafka pull request #1658: Kafka 3689 - process only distinct connectionIds w... - posted by rnpridgeon <gi...@git.apache.org> on 2016/07/24 13:06:37 UTC, 0 replies.
- [GitHub] kafka pull request #1659: MINOR: cleanup apache license in python files - posted by granders <gi...@git.apache.org> on 2016/07/25 00:47:00 UTC, 1 replies.
- [jira] [Created] (KAFKA-3987) Allow configuration of the hash algorithm used by the LogCleaner's offset map - posted by "Luciano Afranllie (JIRA)" <ji...@apache.org> on 2016/07/25 01:03:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3973) Investigate feasibility of caching bytes vs. records - posted by "Bill Bejeck (JIRA)" <ji...@apache.org> on 2016/07/25 01:13:20 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3973) Investigate feasibility of caching bytes vs. records - posted by "Bill Bejeck (JIRA)" <ji...@apache.org> on 2016/07/25 01:17:20 UTC, 7 replies.
- [jira] [Comment Edited] (KAFKA-3973) Investigate feasibility of caching bytes vs. records - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/25 08:01:20 UTC, 0 replies.
- [GitHub] kafka pull request #1660: KAFKA-3933: always fully read deepIterator - posted by tcrayford <gi...@git.apache.org> on 2016/07/25 13:36:16 UTC, 3 replies.
- [GitHub] kafka pull request #1661: KAFKA-3987: Allow config of the hash algorithm use... - posted by luafran <gi...@git.apache.org> on 2016/07/25 14:49:57 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3987) Allow configuration of the hash algorithm used by the LogCleaner's offset map - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/25 14:50:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-3988) KafkaConfigBackingStore assumes configs will be stored as schemaless maps - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/25 16:48:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3500) KafkaOffsetBackingStore set method needs to handle null - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/25 18:00:22 UTC, 3 replies.
- [GitHub] kafka pull request #1503: MINOR: Small enhancement to Deserializer Javadoc - posted by asfgit <gi...@git.apache.org> on 2016/07/25 18:04:32 UTC, 0 replies.
- Jenkins build is back to normal : kafka-trunk-jdk7 #1439 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/25 19:46:49 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3500) KafkaOffsetBackingStore set method needs to handle null - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/25 20:04:20 UTC, 2 replies.
- [jira] [Assigned] (KAFKA-3500) KafkaOffsetBackingStore set method needs to handle null - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/25 20:05:20 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #774 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/25 21:12:29 UTC, 0 replies.
- [GitHub] kafka pull request #1662: KAFKA-3500: Handle null keys and values in KafkaOf... - posted by ewencp <gi...@git.apache.org> on 2016/07/25 21:25:54 UTC, 1 replies.
- [jira] [Assigned] (KAFKA-3935) ConnectDistributedTest.test_restart_failed_task.connector_type=sink system test failing - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/25 23:14:20 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3981) Possible race condition between controller cache and ZK on topic delete - posted by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2016/07/25 23:22:20 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3935) ConnectDistributedTest.test_restart_failed_task.connector_type=sink system test failing - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/25 23:35:20 UTC, 2 replies.
- [jira] [Commented] (KAFKA-1911) Log deletion on stopping replicas should be async - posted by "Sumant Tambe (JIRA)" <ji...@apache.org> on 2016/07/25 23:55:20 UTC, 1 replies.
- [GitHub] kafka pull request #1663: KAFKA-3935: Fix test_restart_failed_task system te... - posted by ewencp <gi...@git.apache.org> on 2016/07/26 00:02:39 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3981) Possible race condition between controller cache and ZK on topic delete - posted by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/07/26 00:05:21 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3935) ConnectDistributedTest.test_restart_failed_task.connector_type=sink system test failing - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/26 00:08:20 UTC, 1 replies.
- [GitHub] kafka pull request #1664: KAFKA-1911: Async delete topic - posted by sutambe <gi...@git.apache.org> on 2016/07/26 00:23:08 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3933) Kafka OOM During Log Recovery Due to Leaked Native Memory - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/26 02:00:26 UTC, 0 replies.
- [jira] [Created] (KAFKA-3989) Add JMH module for Benchmarks - posted by "Bill Bejeck (JIRA)" <ji...@apache.org> on 2016/07/26 02:38:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3989) Add JMH module for Benchmarks - posted by "Bill Bejeck (JIRA)" <ji...@apache.org> on 2016/07/26 02:40:20 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #775 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/26 03:38:55 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1440 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/26 03:58:32 UTC, 0 replies.
- Build failed in Jenkins: kafka-0.10.0-jdk7 #162 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/26 05:02:21 UTC, 0 replies.
- [GitHub] kafka pull request #1665: MINOR: Increase default timeout for other `wait` m... - posted by ijuma <gi...@git.apache.org> on 2016/07/26 07:50:57 UTC, 1 replies.
- [jira] [Created] (KAFKA-3990) Kafka New Producer may raise an OutOfMemoryError - posted by "Brice Dutheil (JIRA)" <ji...@apache.org> on 2016/07/26 10:41:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3990) Kafka New Producer may raise an OutOfMemoryError - posted by "Brice Dutheil (JIRA)" <ji...@apache.org> on 2016/07/26 10:42:20 UTC, 2 replies.
- [jira] [Commented] (KAFKA-3990) Kafka New Producer may raise an OutOfMemoryError - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/26 10:57:20 UTC, 5 replies.
- [jira] [Created] (KAFKA-3991) MirrorMaker: allow custom publisher - posted by "Hang Sun (JIRA)" <ji...@apache.org> on 2016/07/26 14:18:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-3992) InstanceAlreadyExistsException Error for Consumers Starting in Parallel - posted by "Alexander Cook (JIRA)" <ji...@apache.org> on 2016/07/26 14:35:20 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3374) Failure in security rolling upgrade phase 2 system test - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/26 15:00:22 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3374) Failure in security rolling upgrade phase 2 system test - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/26 15:00:23 UTC, 2 replies.
- [jira] [Commented] (KAFKA-3992) InstanceAlreadyExistsException Error for Consumers Starting in Parallel - posted by "Manikumar Reddy (JIRA)" <ji...@apache.org> on 2016/07/26 15:40:20 UTC, 0 replies.
- [GitHub] kafka pull request #1666: [KAFKA-3991]: allow MirrorMaker to have custom pro... - posted by hsun-cnnxty <gi...@git.apache.org> on 2016/07/26 16:55:05 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3991) MirrorMaker: allow custom publisher - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/26 16:55:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-3993) Console producer drops data - posted by "Roger Hoover (JIRA)" <ji...@apache.org> on 2016/07/26 18:08:21 UTC, 0 replies.
- [GitHub] kafka pull request #1667: KAFKA-3993 Console Producer Drops Data - posted by theduderog <gi...@git.apache.org> on 2016/07/26 18:13:23 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3993) Console producer drops data - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/26 18:14:20 UTC, 0 replies.
- [jira] [Assigned] (KAFKA-2806) Allow Kafka System Tests under different JDK versions - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/26 18:21:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-3994) Deadlock between consumer heartbeat expiration and offset commit. - posted by "Jiangjie Qin (JIRA)" <ji...@apache.org> on 2016/07/26 19:33:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-3995) Add a new configuration "enable.comrpession.ratio.estimation" to the producer config - posted by "Jiangjie Qin (JIRA)" <ji...@apache.org> on 2016/07/26 21:43:20 UTC, 0 replies.
- [jira] [Assigned] (KAFKA-3995) Add a new configuration "enable.comrpession.ratio.estimation" to the producer config - posted by "Mayuresh Gharat (JIRA)" <ji...@apache.org> on 2016/07/26 21:53:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-3996) ByteBufferMessageSet.writeTo() should be non-blocking - posted by "Jun Rao (JIRA)" <ji...@apache.org> on 2016/07/26 23:13:20 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3996) ByteBufferMessageSet.writeTo() should be non-blocking - posted by "Jun Rao (JIRA)" <ji...@apache.org> on 2016/07/26 23:20:20 UTC, 2 replies.
- [GitHub] kafka pull request #1668: Kafka 3973 feasibility caching bytes vs records - posted by bbejeck <gi...@git.apache.org> on 2016/07/26 23:25:37 UTC, 0 replies.
- [jira] [Assigned] (KAFKA-3996) ByteBufferMessageSet.writeTo() should be non-blocking - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/26 23:34:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3996) ByteBufferMessageSet.writeTo() should be non-blocking - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/26 23:35:20 UTC, 3 replies.
- [jira] [Updated] (KAFKA-3190) KafkaProducer should not invoke callback in send() - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/27 00:24:20 UTC, 1 replies.
- [jira] [Updated] (KAFKA-3135) Unexpected delay before fetch response transmission - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/27 00:24:21 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3866) KerberosLogin refresh time bug and other improvements - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/27 00:25:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3824) Docs indicate auto.commit breaks at least once delivery but that is incorrect - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/27 00:25:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3123) Follower Broker cannot start if offsets are already out of range - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/27 00:25:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3493) Replica fetcher load is not balanced over fetcher threads - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/27 00:26:21 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3665) Default ssl.endpoint.identification.algorithm should be https - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/27 00:26:21 UTC, 1 replies.
- [jira] [Updated] (KAFKA-3438) Rack Aware Replica Reassignment should warn of overloaded brokers - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/27 00:26:21 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3428) Remove metadata sync bottleneck from mirrormaker's producer - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/27 00:27:21 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3284) Consider removing beta label in security documentation - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/27 00:27:21 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3396) Unauthorized topics are returned to the user - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/27 00:27:21 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3234) Minor documentation edits: clarify minISR; some topic-level configs are missing - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/27 00:27:21 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3733) Avoid long command lines by setting CLASSPATH in environment - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/27 00:28:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3437) We don't need sitedocs package for every scala version - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/27 00:28:21 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3994) Deadlock between consumer heartbeat expiration and offset commit. - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/27 00:31:20 UTC, 4 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #776 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/27 00:47:23 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3986) completedReceives can contain closed channels - posted by "Sriram Subramanian (JIRA)" <ji...@apache.org> on 2016/07/27 01:23:20 UTC, 1 replies.
- [jira] [Updated] (KAFKA-3994) Deadlock between consumer heartbeat expiration and offset commit. - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/27 01:46:20 UTC, 0 replies.
- [jira] [Comment Edited] (KAFKA-3986) completedReceives can contain closed channels - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/27 01:50:20 UTC, 0 replies.
- Jenkins build is back to normal : kafka-trunk-jdk7 #1441 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/27 02:09:30 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3995) Add a new configuration "enable.comrpession.ratio.estimation" to the producer config - posted by "Jiangjie Qin (JIRA)" <ji...@apache.org> on 2016/07/27 02:29:20 UTC, 0 replies.
- [jira] [Work started] (KAFKA-3996) ByteBufferMessageSet.writeTo() should be non-blocking - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/27 02:33:20 UTC, 0 replies.
- Kafka 0.10.0.1 plan - posted by Ismael Juma <is...@juma.me.uk> on 2016/07/27 02:55:41 UTC, 2 replies.
- [jira] [Assigned] (KAFKA-3852) Clarify how to handle message format upgrade without killing performance - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/27 02:59:20 UTC, 0 replies.
- [jira] [Assigned] (KAFKA-3851) Add references to important installation/upgrade notes to release notes - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/27 02:59:20 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3852) Clarify how to handle message format upgrade without killing performance - posted by "Gwen Shapira (JIRA)" <ji...@apache.org> on 2016/07/27 03:17:20 UTC, 4 replies.
- Jenkins build is back to normal : kafka-0.10.0-jdk7 #163 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/27 04:53:57 UTC, 0 replies.
- Jenkins build is back to normal : kafka-trunk-jdk8 #777 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/27 05:14:55 UTC, 0 replies.
- [GitHub] kafka pull request #1669: KAFKA-3996: ByteBufferMessageSet.writeTo() should ... - posted by ijuma <gi...@git.apache.org> on 2016/07/27 05:17:00 UTC, 1 replies.
- [GitHub] kafka pull request #1670: KAFKA-3851: Automate release notes and include lin... - posted by ewencp <gi...@git.apache.org> on 2016/07/27 05:36:17 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3851) Add references to important installation/upgrade notes to release notes - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/27 05:36:20 UTC, 1 replies.
- [jira] [Updated] (KAFKA-3851) Add references to important installation/upgrade notes to release notes - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/27 09:19:20 UTC, 1 replies.
- Synchronized block in StreamTask - posted by Pierre Coquentin <pi...@gmail.com> on 2016/07/27 09:48:07 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3789) Upgrade Snappy to fix snappy decompression errors - posted by "Benoit Sigoure (JIRA)" <ji...@apache.org> on 2016/07/27 09:52:21 UTC, 2 replies.
- [jira] [Created] (KAFKA-3997) Halting because log truncation is not allowed and suspicious logging - posted by "Alexey Ozeritskiy (JIRA)" <ji...@apache.org> on 2016/07/27 11:59:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3997) Halting because log truncation is not allowed and suspicious logging - posted by "Alexey Ozeritskiy (JIRA)" <ji...@apache.org> on 2016/07/27 12:01:20 UTC, 6 replies.
- Kafka Streams for Remote Server - posted by mishadoff <mi...@gmail.com> on 2016/07/27 12:45:34 UTC, 2 replies.
- [jira] [Created] (KAFKA-3998) reuse connection to join group lead to not aware other members - posted by "Jerome Xue (JIRA)" <ji...@apache.org> on 2016/07/27 16:02:21 UTC, 0 replies.
- Build failed in Jenkins: kafka-0.10.0-jdk7 #164 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/27 16:11:19 UTC, 0 replies.
- [jira] [Commented] (KAFKA-2630) Add Namespaces to Kafka - posted by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2016/07/27 16:28:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-3999) Consumer bytes-fetched metric uses decompressed message size - posted by "Jason Gustafson (JIRA)" <ji...@apache.org> on 2016/07/27 16:56:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-4000) Consumer per-topic metrics do not aggregate partitions from the same topic - posted by "Jason Gustafson (JIRA)" <ji...@apache.org> on 2016/07/27 17:04:20 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1443 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/27 17:20:30 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #778 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/27 18:12:55 UTC, 0 replies.
- Jenkins build is back to normal : kafka-0.10.0-jdk7 #165 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/27 18:18:46 UTC, 0 replies.
- [jira] [Created] (KAFKA-4001) Improving join semantics in Kafka Stremas - posted by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2016/07/27 18:56:20 UTC, 0 replies.
- [jira] [Assigned] (KAFKA-3590) KafkaConsumer fails with "Messages are rejected since there are fewer in-sync replicas than required." when polling - posted by "Dustin Cote (JIRA)" <ji...@apache.org> on 2016/07/27 19:32:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3590) KafkaConsumer fails with "Messages are rejected since there are fewer in-sync replicas than required." when polling - posted by "Dustin Cote (JIRA)" <ji...@apache.org> on 2016/07/27 19:32:20 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3590) KafkaConsumer fails with "Messages are rejected since there are fewer in-sync replicas than required." when polling - posted by "Dustin Cote (JIRA)" <ji...@apache.org> on 2016/07/27 19:32:20 UTC, 3 replies.
- Jenkins build is back to normal : kafka-trunk-jdk8 #779 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/27 20:10:41 UTC, 0 replies.
- [jira] [Assigned] (KAFKA-3290) WorkerSourceTask testCommit transient failure - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/27 21:17:20 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3290) WorkerSourceTask testCommit transient failure - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/27 21:25:20 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3290) WorkerSourceTask testCommit transient failure - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/27 21:26:20 UTC, 0 replies.
- [jira] [Assigned] (KAFKA-3994) Deadlock between consumer heartbeat expiration and offset commit. - posted by "Jason Gustafson (JIRA)" <ji...@apache.org> on 2016/07/27 22:09:20 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #780 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/27 22:18:07 UTC, 0 replies.
- [GitHub] kafka pull request #1671: KAFKA-3185: [Streams] Added Kafka Streams Applicat... - posted by mjsax <gi...@git.apache.org> on 2016/07/27 22:35:23 UTC, 1 replies.
- [jira] [Created] (KAFKA-4002) task.open() should be invoked in case that 0 partitions is assigned to task. - posted by "Liquan Pei (JIRA)" <ji...@apache.org> on 2016/07/27 23:13:20 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1444 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/27 23:38:21 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1445 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/28 02:00:46 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3987) Allow configuration of the hash algorithm used by the LogCleaner's offset map - posted by "Luciano Afranllie (JIRA)" <ji...@apache.org> on 2016/07/28 02:25:20 UTC, 0 replies.
- Build failed in Jenkins: kafka-0.10.0-jdk7 #166 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/28 02:59:41 UTC, 0 replies.
- Jenkins build is back to normal : kafka-trunk-jdk7 #1446 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/28 11:48:05 UTC, 0 replies.
- [GitHub] kafka pull request #1672: MINOR: More graceful handling of buffers that are ... - posted by ijuma <gi...@git.apache.org> on 2016/07/28 11:51:53 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #782 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/28 11:56:14 UTC, 0 replies.
- Build failed in Jenkins: kafka-0.10.0-jdk7 #167 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/28 13:19:25 UTC, 0 replies.
- [jira] [Updated] (KAFKA-3929) Add prefix for underlying clients configs in StreamConfig - posted by "Damian Guy (JIRA)" <ji...@apache.org> on 2016/07/28 13:49:20 UTC, 0 replies.
- [jira] [Work started] (KAFKA-3929) Add prefix for underlying clients configs in StreamConfig - posted by "Damian Guy (JIRA)" <ji...@apache.org> on 2016/07/28 13:49:20 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #783 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/28 13:58:41 UTC, 0 replies.
- Build failed in Jenkins: kafka-0.10.0-jdk7 #168 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/28 15:17:34 UTC, 0 replies.
- LEADER_NOT_AVAILABLE error - posted by Benny Ho <bl...@yahoo.com.INVALID> on 2016/07/28 15:47:52 UTC, 0 replies.
- [GitHub] kafka pull request #1673: Hotfix: fixed instable Streams application reset i... - posted by mjsax <gi...@git.apache.org> on 2016/07/28 16:22:44 UTC, 1 replies.
- [GitHub] kafka pull request #1674: HOTFIX: Fixes to javadoc and to state store name f... - posted by enothereska <gi...@git.apache.org> on 2016/07/28 16:51:27 UTC, 0 replies.
- [GitHub] kafka pull request #1675: MINOR: Fixed a few warnings in clients - posted by mimaison <gi...@git.apache.org> on 2016/07/28 16:59:19 UTC, 1 replies.
- [jira] [Created] (KAFKA-4003) Followers are dropped for being too far behind, yet are less than 30 messages / 10k bytes behind. - posted by "Eric Abbott (JIRA)" <ji...@apache.org> on 2016/07/28 17:55:20 UTC, 0 replies.
- [GitHub] kafka pull request #1676: MINOR: Consumer should throw KafkaException on inv... - posted by hachikuji <gi...@git.apache.org> on 2016/07/28 18:02:52 UTC, 1 replies.
- [jira] [Created] (KAFKA-4004) NetworkReceive.complete() should not throw NullPointerException after partially reading the size - posted by "Onur Karaman (JIRA)" <ji...@apache.org> on 2016/07/28 18:17:20 UTC, 0 replies.
- [GitHub] kafka pull request #1677: KAFKA-4004: NetworkReceive.complete() should not t... - posted by onurkaraman <gi...@git.apache.org> on 2016/07/28 18:20:25 UTC, 1 replies.
- [jira] [Commented] (KAFKA-4004) NetworkReceive.complete() should not throw NullPointerException after partially reading the size - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/28 18:21:20 UTC, 1 replies.
- [GitHub] kafka pull request #1678: KAFKA-3852: Clarify how to handle message format u... - posted by gwenshap <gi...@git.apache.org> on 2016/07/28 18:52:42 UTC, 1 replies.
- [jira] [Resolved] (KAFKA-4004) NetworkReceive.complete() should not throw NullPointerException after partially reading the size - posted by "Onur Karaman (JIRA)" <ji...@apache.org> on 2016/07/28 18:53:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-4005) Add per topic compression ratio in broker and consumer. - posted by "Jiangjie Qin (JIRA)" <ji...@apache.org> on 2016/07/28 20:41:20 UTC, 0 replies.
- [jira] [Assigned] (KAFKA-4005) Add per topic compression ratio in broker and consumer. - posted by "Jiangjie Qin (JIRA)" <ji...@apache.org> on 2016/07/28 20:42:20 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3852) Clarify how to handle message format upgrade without killing performance - posted by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/07/28 20:49:20 UTC, 0 replies.
- [jira] [Commented] (KAFKA-4000) Consumer per-topic metrics do not aggregate partitions from the same topic - posted by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2016/07/28 21:46:20 UTC, 3 replies.
- [jira] [Comment Edited] (KAFKA-3990) Kafka New Producer may raise an OutOfMemoryError - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/28 22:02:20 UTC, 2 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1448 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/28 22:38:36 UTC, 0 replies.
- [jira] [Assigned] (KAFKA-4000) Consumer per-topic metrics do not aggregate partitions from the same topic - posted by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2016/07/28 22:55:20 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #784 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/28 22:58:56 UTC, 0 replies.
- Build failed in Jenkins: kafka-0.10.0-jdk7 #169 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/28 23:11:21 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1449 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/28 23:41:55 UTC, 0 replies.
- Jenkins build is back to normal : kafka-0.10.0-jdk7 #170 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/29 00:52:45 UTC, 0 replies.
- Jenkins build is back to normal : kafka-trunk-jdk7 #1450 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/29 01:31:20 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #785 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/29 03:12:50 UTC, 0 replies.
- Jars in Kafka 0.10 - posted by Bhuvaneswaran Gopalasami <bh...@gmail.com> on 2016/07/29 07:44:22 UTC, 1 replies.
- [GitHub] kafka pull request #1679: MINOR: replace reference to HoppingWindows in stre... - posted by dguy <gi...@git.apache.org> on 2016/07/29 09:50:23 UTC, 1 replies.
- [jira] [Assigned] (KAFKA-3946) Protocol guide should say that Produce request acks can only be 0, 1, or -1 - posted by "Mickael Maison (JIRA)" <ji...@apache.org> on 2016/07/29 10:14:20 UTC, 0 replies.
- [GitHub] kafka pull request #1680: KAFKA-3946: Protocol guide should say that Produce... - posted by mimaison <gi...@git.apache.org> on 2016/07/29 13:54:07 UTC, 1 replies.
- [jira] [Commented] (KAFKA-3946) Protocol guide should say that Produce request acks can only be 0, 1, or -1 - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/29 13:54:20 UTC, 1 replies.
- [VOTE] 0.10.0.1 RC0 - posted by Ismael Juma <is...@juma.me.uk> on 2016/07/29 14:46:08 UTC, 4 replies.
- [GitHub] kafka pull request #1681: KAFKA-3590: KafkaConsumer fails with "Messages are... - posted by cotedm <gi...@git.apache.org> on 2016/07/29 15:03:14 UTC, 0 replies.
- [jira] [Comment Edited] (KAFKA-3590) KafkaConsumer fails with "Messages are rejected since there are fewer in-sync replicas than required." when polling - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/29 15:08:20 UTC, 0 replies.
- [jira] [Commented] (KAFKA-3766) Unhandled "not enough replicas" errors in SyncGroup - posted by "Dustin Cote (JIRA)" <ji...@apache.org> on 2016/07/29 15:34:20 UTC, 0 replies.
- [GitHub] kafka pull request #1682: HOTFIX: non-unique state.dirs in integration tests... - posted by dguy <gi...@git.apache.org> on 2016/07/29 15:49:19 UTC, 1 replies.
- Re: [kafka-clients] [VOTE] 0.10.0.1 RC0 - posted by Dana Powers <da...@gmail.com> on 2016/07/29 16:02:08 UTC, 1 replies.
- [GitHub] kafka pull request #1683: KAFKA-2063: Add possibility to bound fetch respons... - posted by nepal <gi...@git.apache.org> on 2016/07/29 16:11:48 UTC, 0 replies.
- [jira] [Commented] (KAFKA-2063) Bound fetch response size - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/29 16:12:20 UTC, 7 replies.
- [DISCUSS] KAFKA-2063 Add possibility to bound fetch response size (was Re: [DISCUSS] Optimise memory used by replication process by using adaptive fetch message size) - posted by "Andrey L. Neporada" <an...@yandex-team.ru> on 2016/07/29 16:17:37 UTC, 2 replies.
- [jira] [Resolved] (KAFKA-3766) Unhandled "not enough replicas" errors in SyncGroup - posted by "Jason Gustafson (JIRA)" <ji...@apache.org> on 2016/07/29 18:36:20 UTC, 0 replies.
- Build failed in Jenkins: kafka-0.10.0-jdk7 #171 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/29 19:03:09 UTC, 0 replies.
- [jira] [Created] (KAFKA-4006) Kafka connect fails sometime with InvalidTopicException in distributed mode - posted by "Sumit Arrawatia (JIRA)" <ji...@apache.org> on 2016/07/29 21:01:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-4006) Kafka connect fails sometime with InvalidTopicException in distributed mode - posted by "Sumit Arrawatia (JIRA)" <ji...@apache.org> on 2016/07/29 21:02:20 UTC, 0 replies.
- [jira] [Created] (KAFKA-4007) Improve fetch pipelining for low values of max.poll.records - posted by "Jason Gustafson (JIRA)" <ji...@apache.org> on 2016/07/29 22:17:20 UTC, 0 replies.
- Jenkins build is back to normal : kafka-0.10.0-jdk7 #172 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/29 22:24:44 UTC, 0 replies.
- [GitHub] kafka pull request #1684: KAFKA-4000: Aggregate partitions of each topic for... - posted by vahidhashemian <gi...@git.apache.org> on 2016/07/29 22:27:05 UTC, 0 replies.
- [GitHub] kafka pull request #1685: hotfix: move streams application reset tool from t... - posted by mjsax <gi...@git.apache.org> on 2016/07/29 22:40:25 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3946) Protocol guide should say that Produce request acks can only be 0, 1, or -1 - posted by "Gwen Shapira (JIRA)" <ji...@apache.org> on 2016/07/29 22:55:20 UTC, 0 replies.
- [GitHub] kafka pull request #1686: KAFKA-4002: task.open() should be invoked in case ... - posted by Ishiihara <gi...@git.apache.org> on 2016/07/29 23:16:01 UTC, 0 replies.
- [jira] [Commented] (KAFKA-4002) task.open() should be invoked in case that 0 partitions is assigned to task. - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/29 23:16:20 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk8 #786 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/30 00:13:51 UTC, 0 replies.
- Build failed in Jenkins: kafka-trunk-jdk7 #1451 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/30 00:20:02 UTC, 0 replies.
- [GitHub] kafka pull request #1687: KAFKA-3950: kafka mirror maker tool is not respect... - posted by omkreddy <gi...@git.apache.org> on 2016/07/30 03:54:58 UTC, 1 replies.
- [jira] [Created] (KAFKA-4008) Module "tools" should ne be dependent on "core" - posted by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2016/07/30 03:58:20 UTC, 0 replies.
- [GitHub] kafka pull request #1688: MINOR: Remove unnecessary synchronized block in or... - posted by PierreCoquentin <gi...@git.apache.org> on 2016/07/30 09:16:49 UTC, 0 replies.
- [GitHub] kafka pull request #1689: HOTFIX: Fix punctuation timestamp in PunctuationQu... - posted by antonnazaruk <gi...@git.apache.org> on 2016/07/30 21:35:40 UTC, 0 replies.
- [jira] [Updated] (KAFKA-4008) Module "tools" should ne be dependent on "core" - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/31 02:35:20 UTC, 0 replies.
- [jira] [Commented] (KAFKA-4008) Module "tools" should ne be dependent on "core" - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/31 02:35:20 UTC, 0 replies.
- [jira] [Comment Edited] (KAFKA-4008) Module "tools" should ne be dependent on "core" - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/31 02:38:20 UTC, 0 replies.
- [jira] [Resolved] (KAFKA-3950) kafka mirror maker tool is not respecting whitelist option - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/31 09:06:20 UTC, 0 replies.
- [jira] [Updated] (KAFKA-4008) Module "tools" should not be dependent on "core" - posted by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/07/31 20:36:20 UTC, 0 replies.
- [GitHub] kafka pull request #1690: MINOR: Use `close()` instead of `dispose()` in var... - posted by ijuma <gi...@git.apache.org> on 2016/07/31 22:16:18 UTC, 0 replies.
- Jenkins build is back to normal : kafka-trunk-jdk8 #788 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/31 23:57:07 UTC, 0 replies.