Igor Pstyga

Results 4 issues of Igor Pstyga

**Describe the bug** Having `on_booted` event in puma configuration file fails to start puma server using `pumactl -F config/puma.rb start`. It raises error here since `@config.options[:events]` is `nil` https://github.com/puma/puma/blob/5fc43d73b6ff193325e657a24ed76dec79133e93/lib/puma/dsl.rb#L706-L708 while...

bug
contrib-wanted

Originally reported here https://bugs.ruby-lang.org/issues/8285, but the patch has never been finalized. ### We stumbled on the same issue under the following conditions: - Multiple nameservers are configured for Resolv::DNS -...

We have a list of improvements, that have been implemented in our fork for the ruby client since we started using Aerospike. We've been running them in production for several...

### What That PR fixes an issue of missing records when the `client.batch_operate` is used with multiple `BatchRead` on a **multi-node** setup. ### Why With 2+ nodes, `batch_operate` with more...