From commits-return-206254-archive-asf-public=cust-asf.ponee.io@cassandra.apache.org Mon Feb 12 01:26:18 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 3509C18064E for ; Mon, 12 Feb 2018 01:26:18 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 24E3D160C61; Mon, 12 Feb 2018 00:26:18 +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 6C4F8160C4E for ; Mon, 12 Feb 2018 01:26:17 +0100 (CET) Received: (qmail 4142 invoked by uid 500); 12 Feb 2018 00:26:16 -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 4131 invoked by uid 99); 12 Feb 2018 00:26:16 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2018 00:26:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 223BE1A0AB8 for ; Mon, 12 Feb 2018 00:26:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -101.511 X-Spam-Level: X-Spam-Status: No, score=-101.511 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id WWHTyzZNuHQr for ; Mon, 12 Feb 2018 00:26:15 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id BDED55F522 for ; Mon, 12 Feb 2018 00:26:14 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8EAFFE00B5 for ; Mon, 12 Feb 2018 00:26:13 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 8C63D21E83 for ; Mon, 12 Feb 2018 00:26:03 +0000 (UTC) Date: Mon, 12 Feb 2018 00:26:00 +0000 (UTC) From: "Kurt Greaves (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-14095) New configuration settings using duration types MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-14095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16360185#comment-16360185 ] Kurt Greaves commented on CASSANDRA-14095: ------------------------------------------ trawling through Jira and apparently we already had a ticket for this. CASSANDRA-9691. [~rustyrazorblade] I'll leave it to you to decide which one to close as duplicate. > New configuration settings using duration types > ----------------------------------------------- > > Key: CASSANDRA-14095 > URL: https://issues.apache.org/jira/browse/CASSANDRA-14095 > Project: Cassandra > Issue Type: Improvement > Reporter: Jon Haddad > Assignee: Jon Haddad > Priority: Major > > All the _ms configuration params are difficult to work with. We can allow users to provide a duration type, like 3h, for settings instead of requiring _ms based settings. > This first jira is to allow for cassandra.yaml to take duration types instead of ms based settings. > Given a setting, blah_ms, the new setting should be {{blah}} and require a duration like {{3h}}. The old _ms settings should continue to work and error if both are used. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org For additional commands, e-mail: commits-help@cassandra.apache.org