From dev-return-84127-archive-asf-public=cust-asf.ponee.io@hbase.apache.org Thu Aug 5 19:42:04 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 1D20A18062B for ; Thu, 5 Aug 2021 21:42:04 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 4195E443CB for ; Thu, 5 Aug 2021 19:42:03 +0000 (UTC) Received: (qmail 69722 invoked by uid 500); 5 Aug 2021 19:42:02 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 69696 invoked by uid 99); 5 Aug 2021 19:42:02 -0000 Received: from mailrelay1-he-de.apache.org (HELO mailrelay1-he-de.apache.org) (116.203.21.61) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Aug 2021 19:42:02 +0000 Received: from jira2-he-de.apache.org (jira2-he-de.apache.org [168.119.33.54]) by mailrelay1-he-de.apache.org (ASF Mail Server at mailrelay1-he-de.apache.org) with ESMTPS id 931EB3F6E3 for ; Thu, 5 Aug 2021 19:42:00 +0000 (UTC) Received: from jira2-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira2-he-de.apache.org (ASF Mail Server at jira2-he-de.apache.org) with ESMTP id 585B1C80781 for ; Thu, 5 Aug 2021 19:42:00 +0000 (UTC) Date: Thu, 5 Aug 2021 19:42:00 +0000 (UTC) From: "Clara Xiong (Jira)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-26177) Add support to run balancer overriding current config MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Clara Xiong created HBASE-26177: ----------------------------------- Summary: Add support to run balancer overriding current config Key: HBASE-26177 URL: https://issues.apache.org/jira/browse/HBASE-26177 Project: HBase Issue Type: Bug Components: Balancer Reporter: Clara Xiong At times we want a one-time run for balancer with specific aggressive configs such as recovering from a failure or half cluster. Currently some config are loaded dynamically but some don't. And it could be error prone when we try to restore the configs. With a dry run feature coming, we want to let user run a dry run with the overriding config to choose the config and then run it. The implementation becomes more straightforward if we allow overidding configs for both config and actual runs. -- This message was sent by Atlassian Jira (v8.3.4#803005)