summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-11-17 18:11:52 +0100
committerTor Egge <Tor.Egge@broadpark.no>2020-11-17 18:11:52 +0100
commit8ae0e22b94cd8833ecf9737a3c13d04f895b41d9 (patch)
tree3c0399bc1147866ac878364e0c953c4ecd8c28bb /searchcore
parent9e8a8bd941009ff4e11edddd5004284db13a2127 (diff)
Add comment for _prunedSerialNum.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/feedhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/feedhandler.h b/searchcore/src/vespa/searchcore/proton/server/feedhandler.h
index 88bd818bf32..eed7367d432 100644
--- a/searchcore/src/vespa/searchcore/proton/server/feedhandler.h
+++ b/searchcore/src/vespa/searchcore/proton/server/feedhandler.h
@@ -77,6 +77,7 @@ private:
TlsReplayProgress::UP _tlsReplayProgress;
// the serial num of the last feed operation processed by feed handler.
SerialNum _serialNum;
+ // the serial num considered to be fully procssessed and flushed to stable storage. Used to prune transaction log.
SerialNum _prunedSerialNum;
// the serial num of the last feed operation in the transaction log at startup before replay
SerialNum _replay_end_serial_num;