diff --git a/lib/connection/connection.rb b/lib/connection/connection.rb index b10e198..c49b1da 100644 --- a/lib/connection/connection.rb +++ b/lib/connection/connection.rb @@ -47,8 +47,8 @@ def bootstrap self.value_serializer_schemas = parse_schema_from(stores_xml, 'value-serializer') self.connect_to_random_node -# rescue StandardError => e -# raise("There was an error trying to bootstrap from the specified servers: #{e}") + rescue StandardError => e + raise("There was an error trying to bootstrap from the specified servers: #{e}") end def connect_to_random_node