Return-Path: X-Original-To: apmail-asterixdb-dev-archive@minotaur.apache.org Delivered-To: apmail-asterixdb-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F275317D2B for ; Tue, 3 Nov 2015 08:24:41 +0000 (UTC) Received: (qmail 15671 invoked by uid 500); 3 Nov 2015 08:24:41 -0000 Delivered-To: apmail-asterixdb-dev-archive@asterixdb.apache.org Received: (qmail 15616 invoked by uid 500); 3 Nov 2015 08:24:41 -0000 Mailing-List: contact dev-help@asterixdb.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.incubator.apache.org Delivered-To: mailing list dev@asterixdb.incubator.apache.org Received: (qmail 15603 invoked by uid 99); 3 Nov 2015 08:24:41 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Nov 2015 08:24:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 214C1C094C for ; Tue, 3 Nov 2015 08:24:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.88 X-Spam-Level: ** X-Spam-Status: No, score=2.88 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 9tkkEh-VKsP7 for ; Tue, 3 Nov 2015 08:24:37 +0000 (UTC) Received: from mail-ob0-f174.google.com (mail-ob0-f174.google.com [209.85.214.174]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 1B8BB42B35 for ; Tue, 3 Nov 2015 08:24:37 +0000 (UTC) Received: by obbwb3 with SMTP id wb3so6936368obb.0 for ; Tue, 03 Nov 2015 00:24:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type; bh=SOeBCd96LawcKoGNRSPnto+rL4X1ItNUS1lJcdPYVz4=; b=glYnhA1DbrD/olnKRAz77QrNqOn9RN0OrNd7k/23utqHOx1fG3jUaf4hrUAuPH12lb gGTRVjhd3KZZytK5tcImrXgngli0K3UJcK0fnFcumj3/MUQy+tO4If2rY2S7xgDjkmrE 49wN0PGEEFJosE26NJWJiT/NphLA+nm7oIZwyFC4Dgc1ksjd92gAuiKNE9PT6/YUMkZ2 tHNeqZkThKKQBnQ9+91TOUy6OxhDnXMVxzgcSz0TPLtt3oe9z2OrfDykjCCYhrzJ7SPv NuK5arR6QCBH6CsDr5ID6U0qGkYziAjxholkfAxsr/pQIddQRxddLwwQJ2bHN7O2oSmg KqUw== X-Received: by 10.60.134.133 with SMTP id pk5mr16998006oeb.67.1446539076660; Tue, 03 Nov 2015 00:24:36 -0800 (PST) Received: from mikejcarey.local (ip72-219-184-46.oc.oc.cox.net. [72.219.184.46]) by smtp.googlemail.com with ESMTPSA id g143sm413398oib.8.2015.11.03.00.24.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Nov 2015 00:24:35 -0800 (PST) Subject: Re: Replication on Asterix To: dev@asterixdb.incubator.apache.org References: From: Mike Carey Message-ID: <56386F43.6010706@gmail.com> Date: Tue, 3 Nov 2015 00:24:35 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/alternative; boundary="------------000008080607040209050005" --------------000008080607040209050005 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Currently not in plan - just looking to provide the ability for other nodes to take over if one node drops dead (and to do so by first crash-recovering the in-memory component of that node - so we don't plan have multiple queryable replicas - just one - we'll load balance by partitioning and not by replicating). On 11/2/15 9:46 AM, Wail Alkowaileet wrote: > Dears, > > I know Murtadha is working on introducing replication on Asterix. I want to > ask if that feature will also affect the Result Distribution Framework ? in > other words, are we going to have a replicated result-set ? > > --------------000008080607040209050005--