Karthik Palanisamy created HBASE-23144:
------------------------------------------
Summary: Compact_rs throw wrong number of arguments
Key: HBASE-23144
URL: https://issues.apache.org/jira/browse/HBASE-23144
Project: HBase
Issue Type: Bug
Components: shell
Affects Versions: 3.0.0
Reporter: Karthik Palanisamy
Assignee: Karthik Palanisamy
Compact_rs command will call *Admin#compactRegionServer(ServerName, boolean)*
but this is deprecated method and removed as part of
[HBASE-22002|[https://issues.apache.org/jira/browse/HBASE-22002]]. **
{code:java}
hbase(main):001:0> compact_rs 'apache303.openstacklocal,16020,1570582044449'
ERROR: wrong number of arguments (2 for 1)
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)