Return-Path: X-Original-To: apmail-kafka-dev-archive@www.apache.org Delivered-To: apmail-kafka-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 501161862B for ; Fri, 1 Jan 2016 15:29:41 +0000 (UTC) Received: (qmail 95466 invoked by uid 500); 1 Jan 2016 15:29:40 -0000 Delivered-To: apmail-kafka-dev-archive@kafka.apache.org Received: (qmail 95367 invoked by uid 500); 1 Jan 2016 15:29:40 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 95356 invoked by uid 99); 1 Jan 2016 15:29:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jan 2016 15:29:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7F062DFBD5; Fri, 1 Jan 2016 15:29:40 +0000 (UTC) From: ZoneMayor To: dev@kafka.apache.org Reply-To: dev@kafka.apache.org Message-ID: Subject: [GitHub] kafka pull request: KAFKA-2944: fix NullPointerException in KafkaC... Content-Type: text/plain Date: Fri, 1 Jan 2016 15:29:40 +0000 (UTC) GitHub user ZoneMayor opened a pull request: https://github.com/apache/kafka/pull/723 KAFKA-2944: fix NullPointerException in KafkaConfigStorage Lost of "config messages" can affect the logic of KafkaConfigStorage; Call readToEnd after sending each message to KafkaBasedLog to ensure that all config messages are flushed to Kafka; Since "config messages" sending to KafkaBasedLog are metadata, it will not affect performance too much; You can merge this pull request into a Git repository by running: $ git pull https://github.com/ZoneMayor/kafka trunk-KAFKA-2944 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/723.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #723 ---- commit 34240b52e1b70aa172b65155f6042243d838b420 Author: ZoneMayor Date: 2015-12-18T07:22:20Z Merge pull request #12 from apache/trunk 2015-12-18 commit 52d02f333e86d06cfa8fff5facd18999b3db6d83 Author: ZoneMayor Date: 2015-12-30T03:08:08Z Merge pull request #13 from apache/trunk 2015-12-30 commit 82150dccc59ac0e436acc5186d2b8fb66c9df671 Author: jinxing Date: 2016-01-01T15:21:41Z KAFKA-2944: fix NullPointerException in KafkaConfigStorage ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---