aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.cpp
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2023-08-31 13:19:59 +0000
committerGeir Storli <geirst@yahooinc.com>2023-08-31 13:19:59 +0000
commit1d5c8305e80887c3bd86e7e71952565f81243018 (patch)
tree83647afbaae101c00dabb5d49dd3f258c3635a17 /searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.cpp
parentc5c458f910f45b6d6c52b87e0a93c2ed17f87217 (diff)
Simplify IThreadingService as there only is one field writer executor.
Support for separate executors for "index invert", "index write", and "attribute write" was removed in 2022.
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.cpp')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.cpp b/searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.cpp
index 8a3de22656b..47dd8c03706 100644
--- a/searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.cpp
+++ b/searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.cpp
@@ -70,7 +70,7 @@ FastAccessDocSubDB::createAttributeManagerInitializer(const DocumentDBConfig &co
configSnapshot.getTuneFileDocumentDBSP()->_attr,
_fileHeaderContext,
_attribute_interlock,
- _writeService.attributeFieldWriter(),
+ _writeService.field_writer(),
_writeService.shared(),
attrFactory,
_hwInfo);