Regarding object expirer service co-ordination
Hi All,
I have installed openstack on two nodes, and created few containers and uploaded few objects.
I have applied 'X-Delete-After: 900' header to all objects. Object expirer service is running
on all nodes.
If object-expirer is running on both nodes, how does co-ordination happens between
object-expirer services for deletion of objects?. Will there be a conflict for deletion of these objects?
Regards,
Mohammed Allauddin
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Samuel Merritt
- Solved:
- 2013-09-06
- Last query:
- 2013-09-06
- Last reply:
- 2013-08-29
|
#1 |
Object deletion is idempotent, so no, there won't be conflicts.
clayg (clay-gerrard) said : | #2 |
There won't be conflicts, but there might be duplicated effort if you don't set your concurrency settings correctly - it's basically a manual modulo system:
http://
Thanks Samuel Merritt, that solved my question.