Closed
Description
A library user occasionally sees the "Space 'X' does not exist" exception, and this only happens under load. The configuration they use:
Client::fromOptions([
'uri' => "tcp://{$host}:{$settings['tarantool']['port']}",
'username' => $settings['tarantool']['username'],
'password' => $settings['tarantool']['password'],
'tcp_nodelay' => true,
'persistent' => true,
'connect_timeout' => 20,
'socket_timeout' => 20,
])->withMiddleware(
RetryMiddleware::linear()
);
Metadata
Metadata
Assignees
Labels
No labels