HBASE-20772 Controlled shutdown fills Master log with the disturbing message 'No...
commite705cf1447dd7e44f0cc0297746a0f14135e2f2f
authorMichael Stack <stack@apache.org>
Mon, 13 Aug 2018 19:01:54 +0000 (13 12:01 -0700)
committerMichael Stack <stack@apache.org>
Mon, 13 Aug 2018 22:59:54 +0000 (13 15:59 -0700)
tree49eaa9d820f0bfcd7a7dddea6b5c956b8b793bcc
parenta2d3f161fef26ccc579f5d3ce77e837353f21ab8
HBASE-20772 Controlled shutdown fills Master log with the disturbing message 'No matching procedure found for rit=OPEN, location=ZZZZ, table=YYYYY, region=XXXX transition to CLOSED'

Look for the particular case where RS does the close of region w/o
involving Master and log special message in this case. Dodgy. But
until we have Master run shutdown of all regions, better than
the message we currently show.
hbase-server/src/main/java/org/apache/hadoop/hbase/master/ServerManager.java
hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/AssignmentManager.java