Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9C3AB200B6F for ; Wed, 24 Aug 2016 13:45:53 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9AC00160AB1; Wed, 24 Aug 2016 11:45:53 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 12FDC160AA4 for ; Wed, 24 Aug 2016 13:45:52 +0200 (CEST) Received: (qmail 79709 invoked by uid 500); 24 Aug 2016 11:45:51 -0000 Mailing-List: contact dev-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list dev@cassandra.apache.org Received: (qmail 79698 invoked by uid 99); 24 Aug 2016 11:45:51 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2016 11:45:51 +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 35161C0C5C for ; Wed, 24 Aug 2016 11:45:51 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.721 X-Spam-Level: X-Spam-Status: No, score=-0.721 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 1xfOJP4FJGWS for ; Wed, 24 Aug 2016 11:45:47 +0000 (UTC) Received: from forward19o.cmail.yandex.net (forward19o.cmail.yandex.net [37.9.109.217]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id A75845F4E9 for ; Wed, 24 Aug 2016 11:45:47 +0000 (UTC) Received: from mxback14h.mail.yandex.net (mxback14h.mail.yandex.net [84.201.187.48]) by forward19o.cmail.yandex.net (Yandex) with ESMTP id 85EB621792 for ; Wed, 24 Aug 2016 14:45:39 +0300 (MSK) Received: from web21h.yandex.ru (web21h.yandex.ru [84.201.187.155]) by mxback14h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id bSdBKAPgFk-jdY48NoQ; Wed, 24 Aug 2016 14:45:39 +0300 Received: by web21h.yandex.ru with HTTP; Wed, 24 Aug 2016 14:45:39 +0300 From: Salih Gedik To: dev Subject: Distributed masterless architecture MIME-Version: 1.0 Message-Id: <926021472039139@web21h.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Wed, 24 Aug 2016 14:45:39 +0300 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8 archived-at: Wed, 24 Aug 2016 11:45:53 -0000 Hi everyone, I am an undergrad student and working on a simple distributed database for learning purposes. I was wondering if you guys can give me tips about designing and coding distributed no master nodes. For instance what classes should I be looking for in source code? I am so sorry if this is not the right place. Thank you so much! Best regards --  Salih Gedik