Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipeline: support multi-level feedback queue #7393

Merged
merged 20 commits into from
May 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fmt
SeaRise committed May 10, 2023

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
commit f593ab261deae2d7ff30a278c2796d87b5da9576
Original file line number Diff line number Diff line change
@@ -13,9 +13,8 @@
// limitations under the License.

#include <Flash/Pipeline/Schedule/TaskQueues/MultiLevelFeedbackQueue.h>
#include <common/likely.h>

#include <assert.h>
#include <common/likely.h>

namespace DB
{
1 change: 0 additions & 1 deletion dbms/src/Flash/Pipeline/Schedule/Tasks/Task.h
Original file line number Diff line number Diff line change
@@ -17,7 +17,6 @@
#include <Common/Logger.h>
#include <Common/MemoryTracker.h>
#include <Flash/Pipeline/Schedule/Tasks/TaskProfileInfo.h>

#include <memory.h>

namespace DB