infraio commented on issue #1254: HBASE-23741 Data loss when WAL split to HFile enabled URL: https://github.com/apache/hbase/pull/1254#issuecomment-596930879 > Mind explaining what is the problem here? > > Thanks. The problem is that the new OutputSink didn't write seqid to cells of the recoved hfiles. So when read cell with same timestamp, the recovered hfile's cell's seqid is 0. Then the ut failed when write with same timestamp data.
---------------------------------------------------------------- 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] With regards, Apache Git Services
