Skip to content

Commit

Permalink
Back out "Add option for admission control for filesystem resources" (#…
Browse files Browse the repository at this point in the history
…10666)

Summary:
Pull Request resolved: #10666

Original commit changeset: ddc4ea9273d3

Original Phabricator Diff: D59643306

Reviewed By: kevinwilfong, xiaoxmeng

Differential Revision: D60778222

fbshipit-source-id: 9ac55331556387183e24bb3a77da16ded1bdce91
  • Loading branch information
Bikramjeet Vig authored and facebook-github-bot committed Aug 6, 2024
1 parent 7ec0dbc commit 6ac851e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 231 deletions.
1 change: 0 additions & 1 deletion velox/common/base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ velox_add_library(
BitUtil.cpp
Counters.cpp
Fs.cpp
GenericAdmissionController.cpp
PeriodicStatsReporter.cpp
RandomUtil.cpp
RawVector.cpp
Expand Down
91 changes: 0 additions & 91 deletions velox/common/base/GenericAdmissionController.cpp

This file was deleted.

63 changes: 0 additions & 63 deletions velox/common/base/GenericAdmissionController.h

This file was deleted.

1 change: 0 additions & 1 deletion velox/common/base/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ add_executable(
ConcurrentCounterTest.cpp
ExceptionTest.cpp
FsTest.cpp
GenericAdmissionControllerTest.cpp
RangeTest.cpp
RawVectorTest.cpp
RuntimeMetricsTest.cpp
Expand Down
75 changes: 0 additions & 75 deletions velox/common/base/tests/GenericAdmissionControllerTest.cpp

This file was deleted.

0 comments on commit 6ac851e

Please sign in to comment.