-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Here is a step by step sequence to reproduce the issue and what we have seen:
- Start Aerospike container
- Wait for Aerospike to be ready (check with docker ps)
- Run an example rust app
cargo run --example test_put_hang
- Inside the Rust code above, we first connect to the Aerospike server and verify it is connected successfully.
- Then we pause the Aerospike container (either run the
docker pausecommand inside the app or manually pause it in another terminal while the app is waiting for a stdin input) - Waiting at least 3 seconds for pause to take effect
- Inside the app, run a testing PUT operation against paused container (at this step, you will observe that
client.put().awaithangs indefinitely).
Metadata
Metadata
Assignees
Labels
No labels