vldpyatkov commented on code in PR #1493: URL: https://github.com/apache/ignite-3/pull/1493#discussion_r1064605627
########## 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 Review Comment: Failure tolerance has the same stance in case of one node leaves the cluster and data should be still available. In my mind, the prevention of losing data is a general characteristic for all requirements that an any distributed system has. -- 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]
