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 70DA02004C8 for ; Mon, 9 May 2016 18:05:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6FAE4160A0F; Mon, 9 May 2016 16:05:14 +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 DA1841609A8 for ; Mon, 9 May 2016 18:05:13 +0200 (CEST) Received: (qmail 92803 invoked by uid 500); 9 May 2016 16:05:13 -0000 Mailing-List: contact commits-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 commits@cassandra.apache.org Received: (qmail 92776 invoked by uid 99); 9 May 2016 16:05:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2016 16:05:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DA6622C14F8 for ; Mon, 9 May 2016 16:05:12 +0000 (UTC) Date: Mon, 9 May 2016 16:05:12 +0000 (UTC) From: "Jeremiah Jordan (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-11737) Add a way to disable severity in DynamicEndpointSnitch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 09 May 2016 16:05:14 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-11737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15276554#comment-15276554 ] Jeremiah Jordan commented on CASSANDRA-11737: --------------------------------------------- https://github.com/JeremiahDJordan/cassandra/commit/47768377afe9aff93a7e3de8190bc3124c5cefe6 > Add a way to disable severity in DynamicEndpointSnitch > ------------------------------------------------------ > > Key: CASSANDRA-11737 > URL: https://issues.apache.org/jira/browse/CASSANDRA-11737 > Project: Cassandra > Issue Type: Bug > Reporter: Jeremiah Jordan > Assignee: Jeremiah Jordan > > I have seen in a few clusters now where severity can out weigh latency in DynamicEndpointSnitch causing issues (a node that is completely overloaded CPU wise and has super high latency will get selected for queries, even though nodes with much lower latency exist, but they have a higher severity score). There should be a way to disable the use of severity. -- This message was sent by Atlassian JIRA (v6.3.4#6332)