Ashok shetty created HBASE-28426:
------------------------------------
Summary: WALPrettyPrinter fails with "java.io.EOFException: EOF
while reading message size"
Key: HBASE-28426
URL: https://issues.apache.org/jira/browse/HBASE-28426
Project: HBase
Issue Type: Bug
Components: tooling, wal
Affects Versions: 2.6.0
Reporter: Ashok shetty
While testing WALPrettyPrinter fails with "java.io.EOFException: EOF while
reading message size"
{code:java}
hbase wal -p
/apps/hbase/data/WALs/HOSTNAME,16020,1709296677041/HOSTNAME%2C16020%2C1709296677041.1709815102928{code}
{code:java}
Writer Classes: ProtobufLogWriter AsyncProtobufLogWriter
SecureProtobufLogWriter SecureAsyncProtobufLogWriter
Cell Codec Class: org.apache.hadoop.hbase.regionserver.wal.IndexedWALEditCodec
Exception in thread "main" java.io.EOFException: EOF while reading message size
at
org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil.parseDelimitedFrom(ProtobufUtil.java:3727)
at
org.apache.hadoop.hbase.regionserver.wal.ProtobufWALStreamReader.next(ProtobufWALStreamReader.java:56)
at org.apache.hadoop.hbase.wal.WALStreamReader.next(WALStreamReader.java:42)
at
org.apache.hadoop.hbase.wal.WALPrettyPrinter.processFile(WALPrettyPrinter.java:297)
at
org.apache.hadoop.hbase.wal.WALPrettyPrinter.run(WALPrettyPrinter.java:516)
at
org.apache.hadoop.hbase.wal.WALPrettyPrinter.main(WALPrettyPrinter.java:429){code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)