stack created HBASE-21327:
-----------------------------
Summary: Fix minor logging issue where we don't report servername
if no associated SCP
Key: HBASE-21327
URL: https://issues.apache.org/jira/browse/HBASE-21327
Project: HBase
Issue Type: Bug
Components: amv2
Reporter: stack
Assignee: stack
When reporting on whether an associated SCP, this is what we log:
{code}
2018-10-16 14:05:57,607 ERROR
org.apache.hadoop.hbase.master.RegionServerTracker: false has no matching
ServerCrashProcedure
2018-10-16 14:05:57,607 ERROR
org.apache.hadoop.hbase.master.RegionServerTracker: false has no matching
ServerCrashProcedure
2018-10-16 14:05:57,607 ERROR
org.apache.hadoop.hbase.master.RegionServerTracker: false has no matching
ServerCrashProcedure
2018-10-16 14:05:57,607 ERROR
org.apache.hadoop.hbase.master.RegionServerTracker: false has no matching
ServerCrashProcedure
2018-10-16 14:05:57,608 ERROR
org.apache.hadoop.hbase.master.RegionServerTracker: false has no matching
ServerCrashProcedure
2018-10-16 14:05:57,608 ERROR
org.apache.hadoop.hbase.master.RegionServerTracker: true has no matching
ServerCrashProcedure
2018-10-16 14:05:57,608 ERROR
org.apache.hadoop.hbase.master.RegionServerTracker: false has no matching
ServerCrashProcedure
2018-10-16 14:05:57,608 ERROR
org.apache.hadoop.hbase.master.RegionServerTracker: false has no matching
ServerCrashProcedure
2018-10-16 14:05:57,608 ERROR
org.apache.hadoop.hbase.master.RegionServerTracker: false has no matching
ServerCrashProcedure
2018-10-16 14:05:57,608 ERROR
org.apache.hadoop.hbase.master.RegionServerTracker: false has no matching
ServerCrashProcedure
2018-10-16 14:05:57,608 ERROR
org.apache.hadoop.hbase.master.RegionServerTracker: false has no matching
ServerCrashProcedure
2018-10-16 14:05:57,608 ERROR
org.apache.hadoop.hbase.master.RegionServerTracker: false has no matching
ServerCrashProcedure
2018-10-16 14:05:57,608 ERROR
org.apache.hadoop.hbase.master.RegionServerTracker: false has no matching
ServerCrashProcedure
2018-10-16 14:05:57,608 ERROR
org.apache.hadoop.hbase.master.RegionServerTracker: false has no matching
ServerCrashProcedure
2018-10-16 14:05:57,608 ERROR
org.apache.hadoop.hbase.master.RegionServerTracker: false has no matching
ServerCrashProcedure
{code}
i.e. we are supposed to log servername but we don't. Minor issue.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)