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 E5D41200CA9 for ; Fri, 16 Jun 2017 11:23:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E4A0D160BD2; Fri, 16 Jun 2017 09:23:07 +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 382FC160BEB for ; Fri, 16 Jun 2017 11:23:07 +0200 (CEST) Received: (qmail 18689 invoked by uid 500); 16 Jun 2017 09:23:06 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 18676 invoked by uid 99); 16 Jun 2017 09:23:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jun 2017 09:23:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id DFD59188A79 for ; Fri, 16 Jun 2017 09:23:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.201 X-Spam-Level: X-Spam-Status: No, score=-99.201 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Ybjtdyha8EOG for ; Fri, 16 Jun 2017 09:23:05 +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 65A545FC12 for ; Fri, 16 Jun 2017 09:23:04 +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 A8AB2E0D6A for ; Fri, 16 Jun 2017 09:23:02 +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 7799024012 for ; Fri, 16 Jun 2017 09:23:00 +0000 (UTC) Date: Fri, 16 Jun 2017 09:23:00 +0000 (UTC) From: =?utf-8?Q?Andr=C3=A9s_de_la_Pe=C3=B1a_=28JIRA=29?= To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-13614) Batchlog replay throttle should be dynamically configurable with jmx and possibly nodetool MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 16 Jun 2017 09:23:08 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-13614?page=3Dcom.atla= ssian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId= =3D16051651#comment-16051651 ]=20 Andr=C3=A9s de la Pe=C3=B1a commented on CASSANDRA-13614: ----------------------------------------------- Here is a patch making {{batchlog_replay_throttle_in_kb}} dynamically confi= gurable through JMX, and adding a new {{nodetool setbatchlogreplaythrottlek= b}} command: ||[trunk|https://github.com/apache/cassandra/compare/trunk...adelapena:1361= 4-trunk]|[utests|http://cassci.datastax.com/view/Dev/view/adelapena/job/ade= lapena-13614-trunk-testall/]|[dtests|http://cassci.datastax.com/view/Dev/vi= ew/adelapena/job/adelapena-13614-trunk-dtest/]| [Here|https://github.com/riptano/cassandra-dtest/compare/master...adelapena= :CASSANDRA-13614] is a simple dtest. > Batchlog replay throttle should be dynamically configurable with jmx and = possibly nodetool > -------------------------------------------------------------------------= ----------------- > > Key: CASSANDRA-13614 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1361= 4 > Project: Cassandra > Issue Type: Improvement > Components: Configuration, Materialized Views > Reporter: Andr=C3=A9s de la Pe=C3=B1a > Assignee: Andr=C3=A9s de la Pe=C3=B1a > > As it is said in [CASSANDRA-13162|https://issues.apache.org/jira/browse/C= ASSANDRA-13162], batchlog replay can be excessively throttled with material= ized views. The throttle is controlled by the property {{batchlog_replay_th= rottle_in_kb}}, which is set by default to (only) 1024KB, and it can't be c= onfigured dynamically. It would be useful to be able of modifying it dynami= cally with JMX and possibly nodetool. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org For additional commands, e-mail: commits-help@cassandra.apache.org