You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ch...@apache.org on 2021/04/19 13:42:18 UTC

[kafka] branch trunk updated (03b953c -> 937054b)

This is an automated email from the ASF dual-hosted git repository.

chia7712 pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from 03b953c  MINOR: Fix the negative time difference value from Log (#10553)
     add 937054b  MINOR: remove `checksumOrNull` and `isValid` from Record (#10498)

No new revisions were added by this update.

Summary of changes:
 .../kafka/common/record/AbstractLegacyRecordBatch.java   |  5 -----
 .../org/apache/kafka/common/record/DefaultRecord.java    | 12 ------------
 .../main/java/org/apache/kafka/common/record/Record.java | 13 -------------
 .../kafka/common/record/DefaultRecordBatchTest.java      | 16 ++++++----------
 .../apache/kafka/common/record/MemoryRecordsTest.java    |  6 +++---
 core/src/main/scala/kafka/tools/DumpLogSegments.scala    |  8 +++++---
 .../src/test/scala/unit/kafka/log/LogValidatorTest.scala |  8 ++++----
 7 files changed, 18 insertions(+), 50 deletions(-)