Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: library
-
Security Level: Public
-
Labels:None
Description
From the customer:
TapClient client = new TapClient(baseURIs, "default", "default", "");
Operation op = client.tapDump("test tap client");
while (client.hasMoreMessages()) {
ResponseMessage message = client.getNextMessage();
if (message != null) {
System.out.println(message.getKey());
}
}
I made the client point to a cluster that has 60 M records . The client printed out about 8M and stopped without error, when I tried again it stopped at 10M.
TapClient client = new TapClient(baseURIs, "default", "default", "");
Operation op = client.tapDump("test tap client");
while (client.hasMoreMessages()) {
ResponseMessage message = client.getNextMessage();
if (message != null) {
System.out.println(message.getKey());
}
}
I made the client point to a cluster that has 60 M records . The client printed out about 8M and stopped without error, when I tried again it stopped at 10M.
Activity
- All
- Comments
- Work Log
- History
- Activity
- Gerrit Reviews
Mike Wiederhold
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 2.9 [ 10280 ] |
Matt Ingenthron
made changes -
| Assignee | Raghavan Srinivas [ rags ] | Michael Nitschinger [ daschl ] |
Perry Krug
made changes -
| Project | Spymemcached Java Client [ 10047 ] | Couchbase Java Client [ 10080 ] |
| Key | SPY-71 |
|
| Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
| Affects Version/s | 2.7.2 [ 10216 ] | |
| Fix Version/s | 2.9 [ 10280 ] | |
| Component/s | library [ 10140 ] | |
| Component/s | library [ 10120 ] |
Perry Krug
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Won't Fix [ 2 ] |