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

ensure there is a floor to tuneables such that they can't be set so a client misbehaves

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Won't Do
    • Major
    • None
    • 1.0.3, 1.1.0, 1.1.1, 1.1.2
    • Core
    • Security Level: Public
    • None

    Description

      There have been a few situations where people have either inavertently or not knowing what they're doing set various internal timings to incorrect values. We should create a floor or a ceiling for these and change them with a warning if the user attempts to misuse it.

      From a recent code example:
      private static String serverList = "";
      private static long opTimeout = -1;
      private static long opQueueMaxBlockTime = -1;
      private static long obsPollInterval = -1;
      private static int obsPollMax = -1;
      private static long msReconnectThresholdTime = -1;
      private static long maxReconnectDelay = -1;
      private static boolean shouldOptimize = false;
      private static int timeoutExceptionThreshold = -1;
      private static boolean useNagleAlgorithm = false;
      private static FailureMode failureMode = FailureMode.Cancel;
      private static int ttl = 86400;
      private static int threads = 1;
      private static long msBeforeGet = 5000l;
      private static long repeat = -1;

      Attachments

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

        Activity

          People

            daschl Michael Nitschinger
            ingenthr Matt Ingenthron
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty