From pr-return-338-archive-asf-public=cust-asf.ponee.io@cassandra.apache.org Thu Feb 8 19:14:52 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 2C2AB18067C for ; Thu, 8 Feb 2018 19:14:52 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1CA09160C5D; Thu, 8 Feb 2018 18:14:52 +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 5F744160C34 for ; Thu, 8 Feb 2018 19:14:51 +0100 (CET) Received: (qmail 71035 invoked by uid 500); 8 Feb 2018 18:14:50 -0000 Mailing-List: contact pr-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pr@cassandra.apache.org Delivered-To: mailing list pr@cassandra.apache.org Received: (qmail 70867 invoked by uid 99); 8 Feb 2018 18:14:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2018 18:14:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 89567DFC32; Thu, 8 Feb 2018 18:14:47 +0000 (UTC) From: aweisberg To: pr@cassandra.apache.org Reply-To: pr@cassandra.apache.org References: In-Reply-To: Subject: [GitHub] cassandra pull request #191: 13993 Content-Type: text/plain Message-Id: <20180208181448.89567DFC32@git1-us-west.apache.org> Date: Thu, 8 Feb 2018 18:14:47 +0000 (UTC) Github user aweisberg commented on a diff in the pull request: https://github.com/apache/cassandra/pull/191#discussion_r167017281 --- Diff: src/java/org/apache/cassandra/net/MessagingService.java --- @@ -1664,4 +1676,113 @@ public static boolean isEncryptedConnection(InetAddressAndPort address) } return true; } + + public void blockForPeers() + { + // TODO make these yaml props? --- End diff -- So, should these be yaml props? --- --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org For additional commands, e-mail: pr-help@cassandra.apache.org