Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
fix(bulk-load): fix bug while check_all_partitions (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
hycdong authored Aug 4, 2020
1 parent adeb3e9 commit 3d0f7c0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/meta/server_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2344,11 +2344,6 @@ bool server_state::check_all_partitions()
::dsn::enum_to_string(app->status));
continue;
}
if (app->is_bulk_loading) {
ddebug_f(
"ignore app({})({}) because it's executing bulk load", app->app_name, app->app_id);
continue;
}
for (unsigned int i = 0; i != app->partition_count; ++i) {
partition_configuration &pc = app->partitions[i];
config_context &cc = app->helpers->contexts[i];
Expand Down

0 comments on commit 3d0f7c0

Please sign in to comment.