linkedin / databus

Source-agnostic distributed change data capture system
Apache License 2.0
3.64k stars 735 forks source link

Fix transaction writer thread exit bug #102

Closed buptyzc closed 7 years ago

buptyzc commented 7 years ago

when the or thread exit, we found the writer transaction thread can't exit normally.so we add the some code to make thransaction writer thread can exit with the orlistener thread.