Details
Description
Ozone, in replicated mode writes the data twice, once to the raft log and then to the statemachine.
This results in the data being written twice during a particular chunk write, this is subobtimal. With RATIS-122 the statemachine in Ozone can be optimized by writing the data to the statemachine only once.
Attachments
Attachments
Issue Links
- breaks
-
HDFS-13012 TestOzoneConfigurationFields fails due to missing configs in ozone-default.xml
- Resolved