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 2019/07/16 07:03:30 UTC

[GitHub] [ignite] anton-vinogradov commented on a change in pull request #6689: IGNITE-11978 javadoc enhancement for the ReadRepair feature

anton-vinogradov commented on a change in pull request #6689: IGNITE-11978 javadoc enhancement for the ReadRepair feature
URL: https://github.com/apache/ignite/pull/6689#discussion_r303751044
 
 

 ##########
 File path: modules/core/src/main/java/org/apache/ignite/events/CacheConsistencyViolationEvent.java
 ##########
 @@ -24,46 +24,81 @@
 import static org.apache.ignite.events.EventType.EVT_CONSISTENCY_VIOLATION;
 
 /**
- * Event indicates consistency violation detection.
+ * Event indicates a consistency violation.
+ * <p>
+ * Grid events are used for notification about what happens within the grid. Note that by
+ * design Ignite keeps all events generated on the local node locally and it provides
+ * APIs for performing a distributed queries across multiple nodes:
+ * <ul>
+ *      <li>
+ *          {@link org.apache.ignite.IgniteEvents#remoteQuery(org.apache.ignite.lang.IgnitePredicate, long, int...)} -
 
 Review comment:
   Better case is to provide link to some shared text.
   Not a good Idea to duplicate massive texts.
   Event javadoc should contain only it's description.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services