Description
The retry loop is missing the condition where the key does not exist and thus keeps looping until the timeout is raised. The method should fail immediately if the key doesn't exist.
The retry loop is missing the condition where the key does not exist and thus keeps looping until the timeout is raised. The method should fail immediately if the key doesn't exist.
I cannot replicate - pushing passing integration and unit tests to gerrit for review - perhaps i am missing something or this is tied to a specific CB version.