Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
0.98.13, 1.0.2, 1.2.0, 1.1.1, 2.0.0
-
Reviewed
-
Description
The KeyValueCodec's Decoder makes NoTagsKeyValue. The WalCellCodec also makes this Decoder and so while reading Cells after RS crash, we will loose all tags in Cells. (While writing to WAL using WALCellCodec, we are preserving Cell tags.)
In case of SecureWALCellCodec, we are not even writing Cell tags to WAL.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-13579 Avoid isCellTTLExpired() for NO-TAG cases
- Closed