From 1bd56f92a4d8d3b3099f6a76c504543a2b47a995 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Tue, 31 Oct 2023 08:16:58 +0100 Subject: [PATCH] update operator-rs --- Cargo.lock | 4 ++-- rust/operator-binary/src/hbase_controller.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6af84ec5..c4f49def 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1865,7 +1865,7 @@ dependencies = [ [[package]] name = "stackable-operator" version = "0.55.0" -source = "git+https://github.com/stackabletech//operator-rs.git?branch=docs/vector-process#23a4ac041085a43c17e7f18cc755928b64a91b4d" +source = "git+https://github.com/stackabletech//operator-rs.git?branch=docs/vector-process#fbe4d0c2f666476aaf579e159f856171c2e03f8e" dependencies = [ "chrono", "clap", @@ -1899,7 +1899,7 @@ dependencies = [ [[package]] name = "stackable-operator-derive" version = "0.55.0" -source = "git+https://github.com/stackabletech//operator-rs.git?branch=docs/vector-process#23a4ac041085a43c17e7f18cc755928b64a91b4d" +source = "git+https://github.com/stackabletech//operator-rs.git?branch=docs/vector-process#fbe4d0c2f666476aaf579e159f856171c2e03f8e" dependencies = [ "darling 0.20.3", "proc-macro2", diff --git a/rust/operator-binary/src/hbase_controller.rs b/rust/operator-binary/src/hbase_controller.rs index d19d3611..5e770141 100644 --- a/rust/operator-binary/src/hbase_controller.rs +++ b/rust/operator-binary/src/hbase_controller.rs @@ -693,7 +693,7 @@ cp {HBASE_LOG_CONFIG_TMP_DIR}/{LOG4J_CONFIG_FILE} {CONFIG_DIR_NAME} {remove_vector_shutdown_file_command} prepare_signal_handlers bin/hbase {hbase_role_name_in_command} start & -wait_for_termination +wait_for_termination $? {create_vector_shutdown_file_command} ", hbase_role_name_in_command = match hbase_role {