Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9C7754CC8 for ; Mon, 11 Jul 2011 16:37:03 +0000 (UTC) Received: (qmail 54976 invoked by uid 500); 11 Jul 2011 16:37:01 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 54805 invoked by uid 500); 11 Jul 2011 16:37:00 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 54791 invoked by uid 99); 11 Jul 2011 16:37:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2011 16:37:00 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HK_RANDOM_ENVFROM,HK_RANDOM_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of teddyyyy123@gmail.com designates 209.85.160.172 as permitted sender) Received: from [209.85.160.172] (HELO mail-gy0-f172.google.com) (209.85.160.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2011 16:36:54 +0000 Received: by gyd5 with SMTP id 5so1889616gyd.31 for ; Mon, 11 Jul 2011 09:36:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=nmyTghNXHqa8W9A1uQ9ttmlqQOeytFKsARzDsY0ulSQ=; b=LTDlWYU8KveC3bAzksqYzh9zf24bYjOBAhQnEwBTzJ7ZnmLiPnMXh/sLou35M9BvgT LsuVSyqEmS07nLay+hL3NfI0Da7Gi34K5sru7tYcj13addy9EpJy3EJGyqlDNQEO9BjV 9etT9n5EavBci8bqMz1y9EI7g/eYxloEf6seA= MIME-Version: 1.0 Received: by 10.236.190.69 with SMTP id d45mr6056078yhn.208.1310402193425; Mon, 11 Jul 2011 09:36:33 -0700 (PDT) Received: by 10.236.202.166 with HTTP; Mon, 11 Jul 2011 09:36:33 -0700 (PDT) Date: Mon, 11 Jul 2011 09:36:33 -0700 Message-ID: Subject: AntiEntropy? From: Yang To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 I looked around in the code, it seems that AntiEntropy operations are not automatically run in the server daemon, but only manually invoked through nodetool, am I correct? if this is the case, I guess the reason to disable it is just the load impact it brings to servers? Thanks Yang