You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/03/16 10:50:40 UTC

[GitHub] [ignite-3] denis-chudov commented on a change in pull request #724: IGNITE-16686 Create readme about causality tokens

denis-chudov commented on a change in pull request #724:
URL: https://github.com/apache/ignite-3/pull/724#discussion_r827872066



##########
File path: modules/core/src/main/java/org/apache/ignite/internal/causality/README.md
##########
@@ -0,0 +1,27 @@
+This package contains classes that are used for implementation of functionality based on causality tokens.
+
+### The purpose
+
+Every component registers configuration update listeners while starting. These listeners receive notifications during the further lifetime of the node, and also during the recovery process while retrieving notifications from Metastorage. While handling the notifications, listeners should rely on the fact that the components that they depend on, won’t return stale or inconsistent data, regardless of order in which these listeners will be called. It should be guaranteed by causality tokens mechanism.

Review comment:
       I suggest to add a link to recovery readme later, as it is going to be merged to feature branch first.




-- 
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org