Which of the following statements about the read/write process of the leader node of Zookeeper after receiving the data change request is correct?
Simultaneous writes to disk and memory
Write to disk first, then write to memory
write to memory only
Write to memory first, then write to disk
Submit