Skip to content

Commit

Permalink
[fix](group commit) Fix replay wal core because undefined TLoadSource…
Browse files Browse the repository at this point in the history
…Type (#30571)
  • Loading branch information
mymeiyi authored Jan 30, 2024
1 parent b5a87fa commit 9a24e70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions be/src/olap/wal/wal_table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ Status WalTable::_handle_stream_load(int64_t wal_id, const std::string& wal,
ctx->auth.token = "relay_wal"; // this is a fake, fe not check it now
ctx->auth.user = "admin";
ctx->group_commit = false;
ctx->load_type = TLoadType::MANUL_LOAD;
ctx->load_src_type = TLoadSourceType::RAW;
auto st = _http_stream_action->process_put(nullptr, ctx);
if (st.ok()) {
// wait stream load finish
Expand Down

0 comments on commit 9a24e70

Please sign in to comment.