Uploaded image for project: 'Couchbase Java Client'
  1. Couchbase Java Client
  2. JCBC-194

TAP client within spymemcached does not get all items from cluster

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Won't Fix
    • Major
    • None
    • None
    • Core
    • Security Level: Public
    • 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.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            daschl Michael Nitschinger
            perry Perry Krug
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty