Nicolas Liochon created HBASE-8255:
--------------------------------------
Summary: Merge issue in HBASE-7807 on 0.95 (not trunk): postOpen
coprocessor is now called twice
Key: HBASE-8255
URL: https://issues.apache.org/jira/browse/HBASE-8255
Project: HBase
Issue Type: Bug
Affects Versions: 0.95.0
Reporter: Nicolas Liochon
For HRegion.java
On trunk:
svn diff -r 1451024:1451025 . | grep detritus
+ * Clean up any temp detritus that may have been left around from previous
operation attempts.
+ * Clean up any split detritus that may have been left around from previous
split attempts.
+ * Clean up any merge detritus that may have been left around from previous
merge attempts.
+ status.setStatus("Cleaning up detritus from prior splits");
- status.setStatus("Cleaning up detritus from prior splits");
On 0.95:
svn diff -r 1460610:1460611 . | grep "detritus"
+ * Clean up any temp detritus that may have been left around from previous
operation attempts.
+ * Clean up any split detritus that may have been left around from previous
split attempts.
+ * Clean up any merge detritus that may have been left around from previous
merge attempts.
+ status.setStatus("Cleaning up detritus from prior splits");
status.setStatus("Cleaning up detritus from prior splits");
For whatever reason, some code was not deleted on the 0.95 branch.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira