Skip to content

"Space 'X' does not exist" exception occurs under load #69

Closed
@rybakit

Description

@rybakit

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions