ctubbsii opened a new pull request, #4085:
URL: https://github.com/apache/accumulo/pull/4085

   * Track the actual column qualifier read from the metadata table, so when it 
is deleted, it can delete the actual entry, rather than try to delete the 
existing entry with the new format (requires no longer strictly requiring that 
log entries start with a `-/`). This fixes #4061 for the main branch for 3.1; a 
similar issue may still exist for 2.1, but will require a different fix.
   * Remove use of `Collection<Collection<String>>` and use 
`Collection<LogEntry>` where possible, since the former was for a previous WAL 
storage format that we do not support, and the latter preserves the 
strongly-typed LogEntry in more places


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to