threefoldtecharchive / jumpscaleX_core

Apache License 2.0
1 stars 6 forks source link

[BCDB] write/delete shouldn't return ok until the data processor greenlet is done #325

Closed xmonader closed 4 years ago

xmonader commented 4 years ago

write/delete shouldn't return ok until the data processor greenlet is done

despiegk commented 4 years ago

it could be this is ok already, we need to check behaviour

xmonader commented 4 years ago

should be ok now

Pishoy commented 4 years ago

Hi @xmonader , how can i verify this ? is it merged to development or verify in development_bcdb2 ?

xmonader commented 4 years ago

@Pishoy try to write to a model (create couple objects) and then try to delete random one.

john-kheir commented 4 years ago

Verified 1- from a kosmos shell, Wrote multiple random objects, then deleted a random well 2- checked from another shell that the deleted object is not there any more