From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 50103e63 for ; Sat, 23 Nov 2019 22:26:26 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 12F7194BC0; Sun, 24 Nov 2019 08:26:25 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 9307E9B624; Sun, 24 Nov 2019 08:26:01 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=pass (1024-bit key; unprotected) header.d=kilonet.net header.i=@kilonet.net header.b="UFfo8v8n"; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id F133893D9F; Sun, 24 Nov 2019 08:25:58 +1000 (AEST) Received: from p3plsmtpa09-02.prod.phx3.secureserver.net (p3plsmtpa09-02.prod.phx3.secureserver.net [173.201.193.231]) by minnie.tuhs.org (Postfix) with ESMTPS id 978DA93D74 for ; Sun, 24 Nov 2019 08:25:58 +1000 (AEST) Received: from medusa.kilonet.net ([72.69.223.115]) by :SMTPAUTH: with ESMTPA id Ydqniz7llPKeXYdqniThlb; Sat, 23 Nov 2019 15:25:58 -0700 Received: from [199.89.231.101] (ender.kilonet.net [199.89.231.101]) by medusa.kilonet.net (8.14.8/8.15.1) with ESMTP id xANMPuaD007792; Sat, 23 Nov 2019 17:25:57 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kilonet.net; s=default; t=1574547957; bh=6cMXLU0o0wn+HYtP20SIz1vDdKCrmLbIMW2bfHlpSyk=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=UFfo8v8nkvXzkuvDKr0o6nEzN528AfUulk6nWRwbz3NSBsn/EJUbw5EHslO631MZ8 D1YYc6s3Rx8S+B3qE/QiRObyy8ra2GAdLtPE+lFOJ/ZwzmFm0ARUj8H3RvPs/EyL00 CP3q17n3ErtJcn/EF0EmpkfkoKBbNKyYZb4M5lWs= To: "Justin R. Andrusk" References: <201911211323.xALDNP0u000778@freefriends.org> <87sgmh43xy.fsf@vuxu.org> <20191122201801.GA5637@hal9k> <20191123013213.GA30784@hal9k> From: Arthur Krewat Message-ID: Date: Sat, 23 Nov 2019 17:25:45 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 In-Reply-To: <20191123013213.GA30784@hal9k> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-CMAE-Envelope: MS4wfFGPQgg3T586LiwaKCLfN5GMbxp1zxRPwERU+3d4MqC1CxYNyDqO/oD7Ma7jYLCtxFCXvxOvi2FTxPzKxz0uIBgiuLP/LfjbKBJmfphIivkUxgkMZo1I Sp4xzS5M/8S5otzSwBCe9Gh4ynijxrZU35x1vZV4eLqZ7duXdCoeocZWvLxy0M0kZVBTPlPFeIN7aL1qxqzY+nkUw/qNrqOpDLQ= Subject: Re: [TUHS] Steve Bellovin recounts the history of USENET X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tuhs@minnie.tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On 11/22/2019 8:32 PM, Justin R. Andrusk wrote: > > Yes, that's how the clustering works with Elasticsearch. You setup > multiple nodes that are part of a cluster and data is replicated across > all of them. If one goes down, you don't lose any data as the others > will reconstitute the data. > Yes, I know, I was legitimately asking ;) art .k