GitHub user ZoneMayor reopened 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 <[email protected]>
Date: 2015-12-18T07:22:20Z
Merge pull request #12 from apache/trunk
2015-12-18
commit 52d02f333e86d06cfa8fff5facd18999b3db6d83
Author: ZoneMayor <[email protected]>
Date: 2015-12-30T03:08:08Z
Merge pull request #13 from apache/trunk
2015-12-30
commit 82150dccc59ac0e436acc5186d2b8fb66c9df671
Author: jinxing <[email protected]>
Date: 2016-01-01T15:21:41Z
KAFKA-2944: fix NullPointerException in KafkaConfigStorage
commit 320386d2c484dac7eed9b7fe1584ca376e4ad897
Author: jinxing <[email protected]>
Date: 2016-01-03T06:09:00Z
fix
commit 67d1b21661886b204bbb86bc472a2ecce57613dc
Author: jinxing <[email protected]>
Date: 2016-01-03T07:45:53Z
small fix
commit c31562642eaf2fa9bd35366246430fa6de8be6d8
Author: jinxing <[email protected]>
Date: 2016-01-09T10:46:43Z
Revert "small fix"
This reverts commit 67d1b21661886b204bbb86bc472a2ecce57613dc.
commit ef1d9a8921d2e5060824878d7212b1d50454e0f9
Author: jinxing <[email protected]>
Date: 2016-01-09T10:48:44Z
Revert "fix"
This reverts commit 320386d2c484dac7eed9b7fe1584ca376e4ad897.
commit 5c09181de11a5cdae78acf690513f0166a1d5c21
Author: jinxing <[email protected]>
Date: 2016-01-09T10:48:58Z
Revert "KAFKA-2944: fix NullPointerException in KafkaConfigStorage"
This reverts commit 82150dccc59ac0e436acc5186d2b8fb66c9df671.
commit eba2a0737ae93f3d8e0137c5901277f53c62daac
Author: jinxing <[email protected]>
Date: 2016-01-10T08:25:36Z
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 [email protected] or file a JIRA ticket
with INFRA.
---