Skip to content
Snippets Groups Projects

Resolve "Implement Quarkus/Kotlin protype"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -44,7 +44,7 @@ class WorkloadGeneratorStateCleaner(ip: String, val path: String) {
// delete all children nodes
for (s: String in children) {
try {
zookeeperClient.delete(s, -1)
zookeeperClient.delete("${this.path}/$s", -1)
} catch (ex: Exception) {
logger.info { "$ex" }
}
Loading