Closed LorewalkerZhou closed 1 year ago
Each time zlog rotates the logs, lock file will be opened. However, when the lock file already exists, this O_EXCL flag will cause the open command to return an error.
Each time zlog rotates the logs, lock file will be opened. However, when the lock file already exists, this O_EXCL flag will cause the open command to return an error.