boonproject / boon

Simple opinionated Java for the novice to expert level Java Programmer. Low Ceremony. High Productivity.
http://richardhightower.github.io/site/Boon/Welcome.html
Apache License 2.0
522 stars 102 forks source link

etcd client : Watch channel closed #333

Open chandrapersonal opened 9 years ago

chandrapersonal commented 9 years ago

The channel (that watches etcd update) gets closed by the client library in an unpredictable way, making my server unable to communicate with etcd service. This normally happens after about 5min after the server starts, I have no clue how it was caused.