From notifications-return-6482-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Mon Aug 26 13:06:08 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id A3FF6180645 for ; Mon, 26 Aug 2019 15:06:08 +0200 (CEST) Received: (qmail 50133 invoked by uid 500); 26 Aug 2019 13:06:08 -0000 Mailing-List: contact notifications-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list notifications@ignite.apache.org Received: (qmail 50124 invoked by uid 99); 26 Aug 2019 13:06:08 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Aug 2019 13:06:08 +0000 From: GitBox To: notifications@ignite.apache.org Subject: [GitHub] [ignite] sk0x50 commented on a change in pull request #6689: IGNITE-11978 javadoc enhancement for the ReadRepair feature Message-ID: <156682476792.14448.14755257650220096047.gitbox@gitbox.apache.org> Date: Mon, 26 Aug 2019 13:06:07 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit sk0x50 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_r317593294 ########## 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. + *

+ * 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: + *

    + *
  • + * {@link org.apache.ignite.IgniteEvents#remoteQuery(org.apache.ignite.lang.IgnitePredicate, long, int...)} - Review comment: > Lets solve this at separate issue What simplification are you waiting for? ---------------------------------------------------------------- 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