saintstack commented on issue #1012: HBASE-21065 Try ROW_INDEX_V1 encoding on meta table (fix bloomfilters… URL: https://github.com/apache/hbase/pull/1012#issuecomment-575003035 Tests fail because RowIndexEncoderV1 is using the wrong Comparator for hbase:meta table; it needs to use the meta comparator. TestGetClosestAtOrBefore doesn't actually use getClosestAtOrBefore since its been removed but it does do interesting test against a meta table which fails with the encoding enabled (for above reason). Getting the right Comparator down into the encoding is a task (FileContext, FileInfo, encoding context, reader context....and so on).
---------------------------------------------------------------- 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
