cloud-software-foundation / c5

c5
Apache License 2.0
12 stars 8 forks source link

ReplicatorInstance#consumeQueue accesses the log even if there are no pending requests #253

Closed joshua-g closed 10 years ago

joshua-g commented 10 years ago

consumeQueue should just return if reqs is empty.

joshua-g commented 10 years ago

Forgot that consumeQueue handles heartbeats too.