HDFS-12963. Error log level in ShortCircuitRegistry#removeShm. Contributed by hu xiaodong.
This commit is contained in:
parent
e307edcb47
commit
d95c13774e
@ -114,7 +114,7 @@ String getClientName() {
|
|||||||
|
|
||||||
public synchronized void removeShm(ShortCircuitShm shm) {
|
public synchronized void removeShm(ShortCircuitShm shm) {
|
||||||
if (LOG.isTraceEnabled()) {
|
if (LOG.isTraceEnabled()) {
|
||||||
LOG.debug("removing shm " + shm);
|
LOG.trace("removing shm " + shm);
|
||||||
}
|
}
|
||||||
// Stop tracking the shmId.
|
// Stop tracking the shmId.
|
||||||
RegisteredShm removedShm = segments.remove(shm.getShmId());
|
RegisteredShm removedShm = segments.remove(shm.getShmId());
|
||||||
|
Loading…
Reference in New Issue
Block a user