[
https://issues.apache.org/jira/browse/HBASE-22751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Somogyi resolved HBASE-22751.
-----------------------------------
Resolution: Fixed
Reverted the offending commits from branch-2.0, branch-2.1 and branch-2.2 and
reapplied a squshed commit of 8b1952a42a and d23236a452.
> table.jsp fails if ugly regions in table
> ----------------------------------------
>
> Key: HBASE-22751
> URL: https://issues.apache.org/jira/browse/HBASE-22751
> Project: HBase
> Issue Type: Bug
> Components: UI
> Reporter: stack
> Assignee: stack
> Priority: Major
> Fix For: 3.0.0, 2.3.0, 2.0.6, 2.2.1, 2.1.6
>
> Attachments: HBASE-22751.master.001.patch,
> HBASE-22751.master.001.patch
>
>
> I'm playing w/ messing up hbase:meta as part of hbck2 messings. Noticed that
> a bad server or an unknown region makes it so the table.jsp fails.
> I noticed that Admin trying to get the compaction stats for the table will
> get stuck trying to contact an unknown region and that when it does complete
> eventually (tens of minutes...), it will spew an exception in the compaction
> state location.
> The listing of servers has an issue where if unknown server, then we'll try
> to use a null address which does another spew of jsp complaint instead of
> just logging an unknown....
> I tried messing around with Admin trying to set its Operation Timeout... but
> Operation Timeout is not really settable unless you get a new Configuration
> for a new Connection -- which is madness -- so instead just used the new
> AsyncAdminBuilder where I can set operation timeout....
> It times out too quick but thats another issue.... the UI at least draws with
> a messy hbase;meta.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)