Skip to content
Snippets Groups Projects
Commit e3f8881f authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

Merge branch 'introduce-actionCommands' of...

Merge branch 'introduce-actionCommands' of git.se.informatik.uni-kiel.de:wetzel/spesb into introduce-actionCommands
parents 44449592 0e9ba463
No related branches found
No related tags found
1 merge request!201Introduce action commands
Pipeline #5805 failed
...@@ -142,7 +142,7 @@ class ActionCommand(val client: NamespacedKubernetesClient) { ...@@ -142,7 +142,7 @@ class ActionCommand(val client: NamespacedKubernetesClient) {
override fun onFailure(throwable: Throwable, response: Response) { override fun onFailure(throwable: Throwable, response: Response) {
execLatch.countDown() execLatch.countDown()
throw ActionCommandFailedException("Some error encountered while executing action: ${throwable.printStackTrace()}") throw ActionCommandFailedException("Some error encountered while executing action.", throwable)
} }
override fun onClose(code: Int, reason: String) { override fun onClose(code: Int, reason: String) {
......
...@@ -40,8 +40,6 @@ class KubernetesBenchmarkDeployment( ...@@ -40,8 +40,6 @@ class KubernetesBenchmarkDeployment(
private val LAG_EXPORTER_POD_LABEL_NAME = "app.kubernetes.io/name" private val LAG_EXPORTER_POD_LABEL_NAME = "app.kubernetes.io/name"
private val LAG_EXPORTER_POD_LABEL_VALUE = "kafka-lag-exporter" private val LAG_EXPORTER_POD_LABEL_VALUE = "kafka-lag-exporter"
/** /**
* Setup a [KubernetesBenchmark] using the [TopicManager] and the [K8sManager]: * Setup a [KubernetesBenchmark] using the [TopicManager] and the [K8sManager]:
* - Create the needed topics. * - Create the needed topics.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment