[NCBC-213] .NET docs include "Java Troubleshooting" section Created: 28/Jan/13 Updated: 29/Jan/13 Resolved: 29/Jan/13 |
|
| Status: | Closed |
| Project: | Couchbase .NET client library |
| Component/s: | docs |
| Affects Version/s: | 1.2.0 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Tim Smith | Assignee: | Karen Zeller |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: | https://www.couchbase.com/docs/couchbase-sdk-net-1.2/api-reference-troubleshooting.html | ||
| Description |
|
The .NET docs include Java-specific information:
https://www.couchbase.com/docs/couchbase-sdk-net-1.2/api-reference-troubleshooting.html Chapter 9. Java Troubleshooting Table of Contents 9.1. Configuring Logging 9.2. Handling Timeouts 9.3. Timing-out and Blocking 9.4. Bulk Load and Exponential Backoff 9.5. Retrying After Receiving a Temporary Failure All of that info is Java-specific. Quite confusing when reading the .NET SDK docs. |
| Comments |
| Comment by John Zablocki [ 28/Jan/13 ] |
| Not sure how this could be... Doesn't seem to be in the index. |
| Comment by Karen Zeller [ 28/Jan/13 ] |
| This is really annoying. I had added your backoff example from the wiki to the .net chapter and somehow only an earlier addition has been committed (using Java chapter as template, but not the .net changes I added) Will fix. |
| Comment by Karen Zeller [ 28/Jan/13 ] |
| Fixed in this commit: https://github.com/couchbase/docs/commit/397d8bc8e3793f2c6226560921b60a8db9555ecd |
| Comment by Karen Zeller [ 28/Jan/13 ] |
| Fixed in this commit: https://github.com/couchbase/docs/commit/397d8bc8e3793f2c6226560921b60a8db9555ecd |
| Comment by Perry Krug [ 29/Jan/13 ] |
| While we're on it, the Java docs contain .NET troubleshooting: http://www.couchbase.com/docs/couchbase-sdk-java-1.1/api-reference-troubleshooting.html |
| Comment by Karen Zeller [ 29/Jan/13 ] |
| Oh nuts. The files got inverted. Next time I'm going to have the individual SDK owner (in this case, JohnZ) update their own guide with the code sample they have created. Too many directories and files across the guides..... |
| Comment by Karen Zeller [ 29/Jan/13 ] |
| Oh nuts. The files got inverted. Next time I'm going to have the individual SDK owner (in this case, JohnZ) update their own guide with the code sample they have created. Too many directories and files across the guides..... |