I am not 100% sure how an active namenode write to Jounral nodes. Considering the folloiwng example:
2 namenodes(active+standby)
3 journal nodes
When the active namenode updates edit file, does it write 1/3 copies of the updated edits to each jn? or it write a complete copy to each jn?
When standby nn read the edites from jn, does it read 1/3 copy from each jn or the entire copy from each jn? If it's later, what if the edit md5 doesn't match across the jn nodes?
Thanks!