You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jason Gustafson (Jira)" <ji...@apache.org> on 2020/10/22 23:09:00 UTC

[jira] [Created] (KAFKA-10636) Bypass log validation for writes to raft log

Jason Gustafson created KAFKA-10636:
---------------------------------------

             Summary: Bypass log validation for writes to raft log
                 Key: KAFKA-10636
                 URL: https://issues.apache.org/jira/browse/KAFKA-10636
             Project: Kafka
          Issue Type: Sub-task
            Reporter: Jason Gustafson


The raft leader is responsible for creating the records written to the log (including assigning offsets and the epoch), so we can consider bypassing the validation done in `LogValidator`. This lets us skip potentially expensive decompression and the unnecessary recomputation of the CRC.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)