Lars Hofhansl created HBASE-14364:
-------------------------------------
Summary: hlog_roll and compact_rs broken in shell
Key: HBASE-14364
URL: https://issues.apache.org/jira/browse/HBASE-14364
Project: HBase
Issue Type: Bug
Affects Versions: 0.98.14
Reporter: Lars Hofhansl
Assignee: Lars Hofhansl
Just noticed that both hlog_roll and compact_rs are broken in shell (at least
in 0.98).
The hlog_roll broken 3 times: (1) calls admin.rollWALWriter, which no longer
exists, and (2) tries to pass a ServerName, but method takes a string, and (3)
uses unqualified ServerName to get a server name, which leads to an
uninitialized constant error.
compact_rs only has the latter problem.
Patch upcoming.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)