Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
3.0.0
-
None
-
1
Description
For some performance tests, the python sdk twisted api is used. When upgrading the twisted api to 3.0.0 python sdk in perfrunner, I am seeing lots of timeouts from LCB. If you scroll down you can see the errors: http://perf.jenkins.couchbase.com/job/ares-tmp/42/console
It seems only twisted api tests see this issue and im not sure if its LCB or python sdk problem.
08:12:15 [2020-05-06 08:12:15,257: WARNING/Process-3:95] Connection problem with worker-93 thread-7: [Failure instance: Traceback: <class 'couchbase.exceptions.ClientTemporaryFailException'>: <RC=0x3F8[LCB_ERR_NO_CONFIGURATION (1016)], There was a problem scheduling your request, or determining the appropriate server or vBucket for the key(s) requested. This may also be a bug in the SDK if there are no network issues, C Source=(src/store.c,250)> |
|
08:12:18 [2020-05-06 08:12:18,911: WARNING/Process-3:99] Request problem with worker-97 thread-2: <Key='5d53b9-000000041779', RC=0xC9[LCB_ERR_TIMEOUT (201)], Operational Error, Results=1, C Source=(src/multiresult.c,316), Context={'ref': '', 'scope': 'scope-1', 'bucket': 'bucket-1', 'endpoint': '172.23.133.13:11210\x00', 'cas': 0, 'key': '5d53b9-000000041779', 'collection': 'collection-560', 'context': '', 'type': 'KVErrorContext', 'opaque': 3083, 'status_code': 4}, Tracing Output={"5d53b9-000000041779": {"b": "bucket-1", "t": 2500000, "i": 8158122728661777930, "debug_info": |
{"FILE": "src/callbacks.c", "FUNC": "dur_chain2", "LINE": 747} |
, "l": "172.23.133.10:38416", "s": "kv:Unknown", "c": "1ec2595593a9ac0a/50a88b5dc5aac5b9", "r": "172.23.133.13:11210"}}> |
In several cases these errors happen immediately and some they happen after about 5 minutes.