[JCBC-88] if timeout is lowered, client can fail to resubscribe for cluster reconfiguration updates in a failure scenario Created: 29/Jul/12 Updated: 30/Jul/12 Resolved: 30/Jul/12 |
|
| Status: | Resolved |
| Project: | Couchbase Java Client |
| Component/s: | None |
| Affects Version/s: | 1.0.2 |
| Fix Version/s: | 1.0.3 |
| Security Level: | Public |
| Type: | Bug | Priority: | Major |
| Reporter: | Matt Ingenthron | Assignee: | Matt Ingenthron |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
The resubscription logic depends on performing the resubscribe from a thread from the application calling us. The problem is that it can take upward of 700ms for this to occur meaning the timeout may yank us away before finishing the resubscribe.
|
| Comments |
| Comment by Matt Ingenthron [ 29/Jul/12 ] |
| http://review.couchbase.org/#change,19008 |