aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-10-26 13:54:28 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-10-26 13:54:28 +0000
commit513e9321e46252c8258833f258e3f3c8c9128afd (patch)
tree76cf4039a8169d0611a448d00dec34b938231aaf
parent57e6df27b9731ef0b7e4c7d41086e104d58d7601 (diff)
After a delete bucket we can afford a separate commit.
-rw-r--r--searchcore/src/vespa/searchcore/proton/attribute/attribute_writer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/attribute/attribute_writer.cpp b/searchcore/src/vespa/searchcore/proton/attribute/attribute_writer.cpp
index 26374ba1480..433d2a954a3 100644
--- a/searchcore/src/vespa/searchcore/proton/attribute/attribute_writer.cpp
+++ b/searchcore/src/vespa/searchcore/proton/attribute/attribute_writer.cpp
@@ -513,6 +513,7 @@ public:
for (auto lidToRemove : _lidsToRemove) {
applyRemoveToAttribute(_serialNum, lidToRemove, attr, _onWriteDone);
}
+ attr.commit(false);
}
}
}