From pr-return-2260-apmail-cassandra-pr-archive=cassandra.apache.org@cassandra.apache.org Wed Jan 8 07:11:40 2020 Return-Path: X-Original-To: apmail-cassandra-pr-archive@minotaur.apache.org Delivered-To: apmail-cassandra-pr-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id ED6A319898 for ; Wed, 8 Jan 2020 07:11:39 +0000 (UTC) Received: (qmail 69223 invoked by uid 500); 8 Jan 2020 07:11:39 -0000 Delivered-To: apmail-cassandra-pr-archive@cassandra.apache.org Received: (qmail 69198 invoked by uid 500); 8 Jan 2020 07:11:39 -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 69186 invoked by uid 99); 8 Jan 2020 07:11:39 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jan 2020 07:11:39 +0000 From: GitBox To: pr@cassandra.apache.org Subject: [GitHub] [cassandra] Icysandwich opened a new pull request #421: [CASSANDRA-15437] Decommission fails with "Unable to stream hints since no live endpoints seen" even if no hints need to be sent. Message-ID: Date: Wed, 08 Jan 2020 07:11:39 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Icysandwich opened a new pull request #421: [CASSANDRA-15437] Decommission fails with "Unable to stream hints since no live endpoints seen" even if no hints need to be sent. URL: https://github.com/apache/cassandra/pull/421 I add a check step in unbootstrap: If there is no hints in hintsservice, just skip streaming hints and continue the decommission process. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org For additional commands, e-mail: pr-help@cassandra.apache.org