Skip to content
Snippets Groups Projects
Commit 198766db authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Vladimir Davydov
Browse files

applier: remove useless state check from writer

Applier writer fiber is started after JOIN so the only possible states
are READY, SYNC, and error states. It's fine to try to write on error -
the operation will be silently ignored (due to EPIPE check below).

This is a step towards moving the applier fiber from the main to the
applier thread, which is required to properly handle SSL connections.

NO_DOC=refactoring
NO_CHANGELOG=refactoring
parent 5cf27023
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment