HBASE-16739 Timed out exception message should include encoded region name - Revert due to misspelled word in subject

This commit is contained in:
tedyu 2016-10-03 06:45:44 -07:00
parent 7d0a6a82ab
commit 1c083d9794
1 changed files with 1 additions and 2 deletions

View File

@ -5267,8 +5267,7 @@ public class HRegion implements HeapSize, PropagatingConfigurationObserver, Regi
result = null;
// Clean up the counts just in case this was the thing keeping the context alive.
rowLockContext.cleanUp();
throw new IOException("Timed out waiting for lock for row: " + rowKey + " in region "
+ getRegionInfo().getEncodedName());
throw new IOException("Timed out waiting for lock for row: " + rowKey);
}
rowLockContext.setThreadName(Thread.currentThread().getName());
return result;