Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Doris-Extras committed Sep 23, 2024
1 parent 8afb7aa commit cb2fc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/runtime/workload_group/workload_group.h
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ class WorkloadGroup : public std::enable_shared_from_this<WorkloadGroup> {
// If the wg's memory reached high water mark, then the load buffer
// will be restricted to this limit.
int64_t _load_buffer_limit;
std::Atomic<bool> _is_sufficient = true;
std::atomic<bool> _is_sufficient = true;

// memory used by load memtable
int64_t _active_mem_usage = 0;
Expand Down

0 comments on commit cb2fc61

Please sign in to comment.