openvstorage / alba

Open vStorage ALBA (alternate backend) creates a replicated or flexible network raid’ed object storage backend out of Seagate Kinetic drives and local disk supporting compression, encryption.
Other
28 stars 10 forks source link

global backend leaks objects when creating and deleting a namespace #774

Closed domsj closed 7 years ago

domsj commented 7 years ago

more precisely in the 'global_kvs' namespace (with name = 'prefix') that is created on each local backend the following keys are leaked:

  "p\000\000\000\000n\000\000\000\024";
  "p\000\000\000\000n\000\000\000\024n";
domsj commented 7 years ago

the leaking has stopped since #776, but a cleanup script for affected backends remains to be written

wimpers commented 7 years ago

@ops can you guys a script for the cleanup of affected namespaces?

domsj commented 7 years ago

fwiw I actually already started working on a cli addition for this