vldpyatkov commented on code in PR #1493: URL: https://github.com/apache/ignite-3/pull/1493#discussion_r1064600522
########## modules/metastorage/README.md: ########## @@ -0,0 +1,40 @@ +# Metastorage + +The module for store and access to metadata. + +The storage is distributed to prevent losing data and based of RAFT. In typical case, the group consists of only several nodes of the +cluster (amount of nodes have to be odd 3 or 5). The rest of nodes listens metadata update but does not participant in voting (RAFT +listeners). Review Comment: Done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
