Skip to content

Commit

Permalink
Don't double start wasm_service
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Rockwood <[email protected]>
  • Loading branch information
rockwotj committed May 27, 2023
1 parent 1b97392 commit ec47da5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/v/redpanda/application.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1467,13 +1467,6 @@ void application::wire_up_redpanda_services(model::node_id node_id) {
syschecks::systemd_message("Creating wasm service").get();
construct_service(wasm_service).get();

syschecks::systemd_message("Creating tx coordinator mapper").get();
construct_service(
tx_coordinator_ntp_mapper, std::ref(metadata_cache), model::tx_manager_nt)
.get();

construct_service(wasm_service).get();

syschecks::systemd_message("Creating tx coordinator frontend").get();
// usually it'a an anti-pattern to let the same object be accessed
// from different cores without precautionary measures like foreign
Expand Down

0 comments on commit ec47da5

Please sign in to comment.