summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-01-14 15:46:56 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-01-15 17:41:51 +0000
commitb275087c2a110a1dc9aca0662f7ed01e2e7928ec (patch)
tree3ecc31d93e2cdae2d73d3da251d84d35d75baf5a /searchcore
parentdfeaed2d8926952e1898f5d75df2a4e83a2a5ff2 (diff)
- Add an BucketExecutor interface taking a bucket and a BucketTask for executing a task by the content layer.
- Add method to register this interface. - Minor followups after PR review. - Avoid including the world when not necessary to avoid having to recompile everyting for the smallest unrelated change.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/lid_space_compaction_job.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/lid_space_compaction_job.h b/searchcore/src/vespa/searchcore/proton/server/lid_space_compaction_job.h
index 35549f21471..ea92d6ef915 100644
--- a/searchcore/src/vespa/searchcore/proton/server/lid_space_compaction_job.h
+++ b/searchcore/src/vespa/searchcore/proton/server/lid_space_compaction_job.h
@@ -46,8 +46,6 @@ private:
search::DocumentMetaData getNextDocument(const search::LidUsageStats &stats);
bool scanDocuments(const search::LidUsageStats &stats);
void compactLidSpace(const search::LidUsageStats &stats);
- void refreshRunnable();
- void refreshAndConsiderRunnable();
bool remove_batch_is_ongoing() const;
bool remove_is_ongoing() const;