zk1931 / jzab

ZooKeeper Atomic Broadcast in Java
http://zk1931.github.io/jzab/master/
Apache License 2.0
54 stars 23 forks source link

Fix the bug of SendingReqTask on shutdown method. #152

Closed EasonLiao closed 10 years ago

EasonLiao commented 10 years ago

Found while playing with zabbenchmark. Before we enqueue a special message to make thread exit. But since the queue has limited size so the enqueue might be blocked. Which cause the thread who calls SendReqTask.shutdown blocked forever.