Uploaded image for project: 'Spymemcached Java Client'
  1. Spymemcached Java Client
  2. SPY-73

TAP client within spy does not appear cluster-aware

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • None
    • 2.8.0
    • library
    • Security Level: Public
    • None

    Description

      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

            rags Raghavan Srinivas (Inactive)
            rags Raghavan Srinivas (Inactive)
            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