saintstack opened a new pull request #2504:
URL: https://github.com/apache/hbase/pull/2504


   Make it so WALPlayer can replay recovered.edits files.
   
   
hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/WALInputFormat.java
    Allow for WAL files that do NOT have a startime in their name.
    Use the 'generic' WAL-filename parser instead of the one that
    used be local here. Implement support for 'startTime' filter.
    Previous was just not implemented.
   
   
hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/WALPlayer.java
    Checkstyle.
   
   
hbase-server/src/main/java/org/apache/hadoop/hbase/wal/AbstractFSWALProvider.java
    Use the new general WAL name timestamp parser.
   
   hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WAL.java
    Utility for parsing timestamp from WAL filename.
   
   
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRecoveredEdits.java
    Export attributes about the local recovered.edits test file
    so other tests can play with it.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to