expirationd doesn't process tasks with zero length box.cfg.replication
8000
bdi>
#95
Labels
bug
Something isn't working
8000
box.cfg.replication
8000
bdi>
#95
Uh oh!
There was an error while loading. Please reload this page.
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: