TestHLog.testSplit failing in trunk
-----------------------------------
Key: HBASE-2667
URL: https://issues.apache.org/jira/browse/HBASE-2667
Project: HBase
Issue Type: Bug
Reporter: stack
Assignee: stack
Build is broke because this test won't pass.
Seems to be two issues at least:
1. we need to change the test so it keeps logs in one subdir, archives in
another and split products in yet another as per regionserver. New split code
does cleanup of old logs dir if successful. In this test it was removing the
created splits so when verify went to run, the log no longer existed
2. The verify of splits tests that sequence numbers are in order. They don't
seem to be (the assertion failure was masked by a close reader exception).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.