ctubbsii opened a new issue, #4061:
URL: https://github.com/apache/accumulo/issues/4061

   #3997 added stricter validation when reading log entries in the metadata. It 
now verifies that it sees the `-` as a placeholder for a field that used to be 
present, but now is no longer used. However, if a system is upgraded to 2.1, 
then subsequently upgraded to 3.1 while it still contains log entries in the 
metadata tables, then this validation will fail.
   
   One of the following tasks should be done prior to release:
   
   1. Remove strict validation (not care if the unused first field is a `-` or 
not), or
   2. Add upgrade code to rewrite all log entries in the metadata table to 
replace the field with a `-` (and can also remove the Value, which is no longer 
used as well)
   


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