Github user keith-turner commented on the issue:

    https://github.com/apache/accumulo/pull/180
  
    I have been thinking about the case of a buggy summarizer and the 
possibility of adding an explicit version numbers to serializers.  I decided 
that it adds a lot of complications and there is an easier way for users to 
handle it.  Assume I discover that `ExampleSummarizer` is generating data for 
`deletes` incorrectly.  A simple way to handle this is to push out a new 
version of the code that generates a new key like `deletes.v2` and merge 
`deletes` and `deletes.v2` separately.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to