Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Later
-
None
-
None
-
None
Description
We need a tool for looking at wals. A tail -f would be sweet though it might be ugly having to open each time it wants to dump next lot of edits out wal log.
From Kannan:
20:45 <kannan> WALEdit already has a toString(). 20:46 <kannan> And append/sync support allows you to read concurrently a file that is being written too... (like JDs replication). 20:46 <kannan> So it would be good if I could do a bin/hbase hlogprint -f hdfs://...../.logs/<filename> -v -p 20:46 <kannan> much like the HFile pretty printer... except the HLog one is effectively a tail -f.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-2643 Figure how to deal with eof splitting logs
- Closed
-
HBASE-2055 Serialize WAL as Avro records
- Closed
- relates to
-
HBASE-2961 Close zookeeper when done with it (HCM, Master, and RS)
- Closed