[issue16449] RotatingFileHandler rollover doesn't work on QNX shmem filesystems

R. David Murray report at bugs.python.org
Sat Nov 10 16:47:43 CET 2012


R. David Murray added the comment:

I agree with Antoine.  It seems to me that it is very important to the semantics of rollover that the rename be atomic, even if we ignore the issue of existing other readers.  If it were not atomic, you might end up with lost log messages.  So I don't think there is anything to do here: you just can't use rollover on a filesystem that doesn't support atomic rename.

I'll leave it Vinay to close the issue if he agrees with us.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16449>
_______________________________________


More information about the Python-bugs-list mailing list