[
https://issues.apache.org/jira/browse/HBASE-21136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16598598#comment-16598598
]
Guanghao Zhang commented on HBASE-21136:
----------------------------------------
Got a NPE in MetricsTableSourceImpl.
{code:java}
@Override
public void updateFlushMemstoreSize(long bytes) {
flushMemstoreSizeHisto.add(bytes);
flushedMemstoreBytes.incr(bytes);
}
{code}
> Fix failed ut TestMultiTableSnapshotInputFormat
> -----------------------------------------------
>
> Key: HBASE-21136
> URL: https://issues.apache.org/jira/browse/HBASE-21136
> Project: HBase
> Issue Type: Bug
> Reporter: Guanghao Zhang
> Priority: Major
>
> See https://builds.apache.org/job/PreCommit-HBASE-Build/14260/testReport/
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)