HBASE-24470 : Add store file info when log meessages in HStore. (#1804)
Signed-off-by: binlijin <binlijin@gmail.com> Signed-off-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
parent
136414dd72
commit
61fa21e657
|
@ -606,7 +606,7 @@ public class HStore implements Store {
|
|||
try {
|
||||
if (file != null) file.closeReader(evictOnClose);
|
||||
} catch (IOException e) {
|
||||
LOG.warn(e.getMessage());
|
||||
LOG.warn("Could not close store file " + file, e);
|
||||
}
|
||||
}
|
||||
throw ioe;
|
||||
|
|
Loading…
Reference in New Issue