[GitHub] bookkeeper issue #200: Issue 209: Introduce Speculative Read/Read LAC policy

2017-06-28 Thread sijie
Github user sijie commented on the issue: https://github.com/apache/bookkeeper/pull/200 - in the upcoming changes of long poll requests, we need same speculative policy for long poll requests. abstract the logic as a policy will make things easier and we don't have to duplicate the co

[GitHub] bookkeeper issue #200: Issue 209: Introduce Speculative Read/Read LAC policy

2017-06-28 Thread jvrao
Github user jvrao commented on the issue: https://github.com/apache/bookkeeper/pull/200 @sijie what is the major drive of this change? Current method of trying speculative reads has any major flaw? I understand this is better organized as speculative reads has its own policy, but tryi