[2024-03-10 21:25:35,643] [root] [INFO] Server started, listening on 8060 [2024-03-10 21:27:29,292] [root] [INFO] disconnectConnections called [2024-03-10 21:27:29,309] [grpc._server] [ERROR] Exception calling application: Method not implemented! Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/grpc/_server.py", line 555, in _call_behavior response_or_iterator = behavior(argument, context) File "/app/performers/python/protocol/performer_pb2_grpc.py", line 215, in closeTransactions raise NotImplementedError('Method not implemented!') NotImplementedError: Method not implemented! [2024-03-10 21:27:29,321] [root] [INFO] performerCapsFetch called [2024-03-10 21:27:29,426] [root] [INFO] clusterConnectionCreate called [2024-03-10 21:27:29,426] [root] [INFO] Using connection string `couchbases://svc-dqisea-node-002.wuz7siuxoi8uxjen.nonprod-project-avengers.com` [2024-03-10 21:27:39,452] [grpc._server] [ERROR] Exception calling application: UnAmbiguousTimeoutException() Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/grpc/_server.py", line 555, in _call_behavior response_or_iterator = behavior(argument, context) File "/app/performers/python/python_performer.py", line 150, in clusterConnectionCreate connection = Cluster(hostname, options) File "/root/.local/lib/python3.9/site-packages/couchbase/cluster.py", line 101, in __init__ self._connect() File "/root/.local/lib/python3.9/site-packages/couchbase/logic/wrappers.py", line 98, in wrapped_fn raise e File "/root/.local/lib/python3.9/site-packages/couchbase/logic/wrappers.py", line 82, in wrapped_fn ret = fn(self, *args, **kwargs) File "/root/.local/lib/python3.9/site-packages/couchbase/cluster.py", line 107, in _connect raise ErrorMapper.build_exception(ret) couchbase.exceptions.UnAmbiguousTimeoutException: UnAmbiguousTimeoutException() [2024-03-10 21:27:39,464] [grpc._server] [ERROR] Exception calling application: Method not implemented! Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/grpc/_server.py", line 555, in _call_behavior response_or_iterator = behavior(argument, context) File "/app/performers/python/protocol/performer_pb2_grpc.py", line 350, in createConnection raise NotImplementedError('Method not implemented!') NotImplementedError: Method not implemented!