Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Hello,
  2.  
  3. So after messing with the data that you sent us, I was not able to reproduce any keys coming back to life, even after the GC period expires.
  4.  
  5. What I did step by step was:
  6. Checked the sstable2json output which showed key with the value [].
  7. Then I waited GCseconds.
  8. I ran a repair.
  9. Then waited another GCseconds.
  10. Now sstable2json shows another key, unrelated to the original key. We've logger that error and it is now up on our issue tracker, but I still saw no zombies.
  11.  
  12. By running these steps alone, do the zombies keys still come back?
  13.  
  14. We think there might be a logical error when a delete is called. Could you add asserts to make sure the values you are getting around your calls are correct? Do let us know if any of those asserts fail.
  15.  
  16. Thanks,
  17. Joaquin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement