You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by deorenikhil <gi...@git.apache.org> on 2017/11/19 07:13:29 UTC

[GitHub] kafka pull request #4233: KAFKA-6181 Examining log messages with {{--deep-it...

GitHub user deorenikhil opened a pull request:

    https://github.com/apache/kafka/pull/4233

    KAFKA-6181 Examining log messages with {{--deep-iteration}} should show superset of fields

    Printing log data on Kafka brokers using kafka.tools.DumpLogSegments --deep-iteration option doesn't print all the fields.
    Adding missing fields in the log data on kafka brokers
    Adding following fields in the deep-interation option:
    
    baseOffset
    lastOffset
    baseSequence
    lastSequence
    producerEpoch
    partitionLeaderEpoch
    size
    crc
    
    thanks,
    Nikhil
    
    ### Committer Checklist (excluded from commit message)
    - [ ] Verify design and implementation 
    - [ ] Verify test coverage and CI build status
    - [ ] Verify documentation (including upgrade notes)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/deorenikhil/kafka trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/4233.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 #4233
    
----
commit 4c2ae5974077d4bd6e5a756b280f3b6c382eb8bc
Author: deorenikhil <de...@gmail.com>
Date:   2017-11-19T06:49:19Z

    Adding missing fields in the log data on kafka brokers

----


---