[NCBC-126] Implement keep-alive logic for data connections Created: 27/Sep/12 Updated: 28/Nov/12 |
|
| Status: | Open |
| Project: | Couchbase .NET client library |
| Component/s: | library |
| Affects Version/s: | 1.1.6 |
| Fix Version/s: | 1.3 |
| Type: | Improvement | Priority: | Major |
| Reporter: | Perry Krug | Assignee: | John Zablocki |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
A customer has been experiencing connection resets due to a firewall in place between the application servers and Couchbase closing idle connections.
While we have a heartbeat on 8091, we do not for 11210. This is necessary to prevent the firewall from seeing these connections as idle. |
| Comments |
| Comment by Alejandro [ 28/Nov/12 ] |
| Will this fix be also implemented for Java libraries? |