Skip to content

Commit cb7a49e

Browse files
committed
refactor(FQDN): feather refactor on client and host_port.h
1 parent 90a930a commit cb7a49e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/meta/meta_data.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ class app_state_helper
331331
std::vector<restore_state> restore_states;
332332
split_state split_states;
333333

334-
app_state_helper() : owner(nullptr), partitions_in_progress(0)
334+
app_state_helper() : partitions_in_progress(0)
335335
{
336336
contexts.clear();
337337
pending_response = nullptr;

src/meta/partition_guardian.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ bool partition_guardian::from_proposals(meta_view &view,
157157
{
158158
const partition_configuration &pc = *get_config(*(view.apps), gpid);
159159
config_context &cc = *get_config_context(*(view.apps), gpid);
160-
bool is_action_valid;
160+
bool is_action_valid{false};
161161

162162
auto handle_invalid_action = [&](std::string_view reason) {
163163
LOG_INFO("proposal action({}) for gpid({}) is invalid, clear all proposal actions: {}",

0 commit comments

Comments
 (0)