expirationd doesn't process tasks with zero length box.cfg.replication
#95
Labels
bug
Something isn't working
box.cfg.replication
#95
Documentation says "by default expirationd should process tasks only on the writeable instance, it means that expirationd will not start task processing on a replica. Here the word 'replica' means an instance with at least one configured upstream".
But if to create an instance like:
Expirationd doesn't process tasks. But it has no configured upstream in real.
If it's really a bug, it seems to be because of this line (
box.cfg.replication
actually not nil):expirationd/expirationd.lua
Line 151 in 176e713
Of course option
force
ofexpirationd.start()
can help at this case, but In my opinion the wordforce
you should use only where it is really needed :)The text was updated successfully, but these errors were encountered: