linkedin / databus

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

fix relay pull thread fake dead error #108

Open buptyzc opened 7 years ago

buptyzc commented 7 years ago

Sometimes The relay puller thread unexpectedly quits. We found that the netty connection may be break before the stream request, so when the relay puller request stream , the request return without any handler.We fix the bug in this branch.