You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/09/18 20:02:23 UTC

[GitHub] [accumulo] hkeebler opened a new issue #1365: Develop upgrade/transition for #1043 updates

hkeebler opened a new issue #1365: Develop upgrade/transition for #1043 updates
URL: https://github.com/apache/accumulo/issues/1365
 
 
   Update Upgrader9to10.upgradeMetadata() to convert any existing ~del entries to the new ~del entries.  Something like the following could be done:
   
   for each key with ~del prefix and value.isEmpty(){
     create new del key with value("Converted on initialization")
     delete old delete entry
   }
   
   Needs to be done for both USER and METADATA metadata.
   
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services