[ https://issues.apache.org/jira/browse/KAFKA-3844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15351494#comment-15351494 ]
ASF GitHub Bot commented on KAFKA-3844: --------------------------------------- GitHub user rekhajoshm opened a pull request: https://github.com/apache/kafka/pull/1559 KAFKA-3844; Sort configuration items in log KAFKA-3844; Sort configuration items in log You can merge this pull request into a Git repository by running: $ git pull https://github.com/rekhajoshm/kafka KAFKA-3844 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1559.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 #1559 ---- commit c9a66992b1095616f87c5748f210b973ebc7eb01 Author: Rekha Joshi <rekhajo...@gmail.com> Date: 2016-05-26T17:48:37Z Merge pull request #2 from apache/trunk Apache Kafka trunk pull commit 8d7fb005cb132440e7768a5b74257d2598642e0f Author: Rekha Joshi <rekhajo...@gmail.com> Date: 2016-05-30T21:37:43Z Merge pull request #3 from apache/trunk Apache Kafka trunk pull commit fbef9a8fb1411282fbadec46955691c3e7ba2578 Author: Rekha Joshi <rekhajo...@gmail.com> Date: 2016-06-04T23:58:02Z Merge pull request #4 from apache/trunk Apache Kafka trunk pull commit 172db701bf9affda1304b684921260d1cd36ae9e Author: Rekha Joshi <rekhajo...@gmail.com> Date: 2016-06-06T22:10:31Z Merge pull request #6 from apache/trunk Apache Kafka trunk pull commit 9d18d93745cf2bc9b0ab4bb9b25d9a31196ef918 Author: Rekha Joshi <rekhajo...@gmail.com> Date: 2016-06-07T19:36:45Z Merge pull request #7 from apache/trunk Apache trunk pull commit 882faea01f28aef1977f4ced6567833bcf736840 Author: Rekha Joshi <rekhajo...@gmail.com> Date: 2016-06-13T20:01:43Z Merge pull request #8 from confluentinc/trunk Apache kafka trunk pull commit 851315d39c0c308d79b9575546822aa932c46a09 Author: Rekha Joshi <rekhajo...@gmail.com> Date: 2016-06-27T17:34:54Z Merge pull request #9 from apache/trunk Merge Apache kafka trunk commit d36bbfc8723d2e072ff1ac8b9bb551befa2b1c1a Author: Joshi <rekhajo...@gmail.com> Date: 2016-06-27T17:59:41Z KAFKA-3844; Sort configuration items in log ---- > Sort configuration items in log > ------------------------------- > > Key: KAFKA-3844 > URL: https://issues.apache.org/jira/browse/KAFKA-3844 > Project: Kafka > Issue Type: Improvement > Components: clients > Affects Versions: 0.10.0.0 > Reporter: Xing Huang > Priority: Trivial > > Currently, the output of > org.apache.kafka.common.config.AbstractConfig#logAll() is unsorted, so it's > not convenient to check related configurations. The configuration items in > log could be sorted, so that related items be adjacent. For example, all > "log.*" configuration items would be adjacent. -- This message was sent by Atlassian JIRA (v6.3.4#6332)