mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Do not throw errors on shutdown
This commit is contained in:
@@ -88,8 +88,7 @@ public class VeniceSpace implements AutoCloseable {
|
||||
client.close();
|
||||
}
|
||||
catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
throw new RuntimeException("Unexpected error when shutting down NB S4J space.");
|
||||
logger.error("Unexpected error when shutting down NB S4J space.", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user