lib/aerospike/client.rb in aerospike-2.11.0 vs lib/aerospike/client.rb in aerospike-2.12.0

- old
+ new

@@ -892,10 +892,9 @@ batch_nodes = BatchIndexNode.generate_list(@cluster, keys) threads = [] batch_nodes.each do |batch| threads << Thread.new do - Thread.current.abort_on_exception = true command = yield batch.node, batch execute_command(command) end end