aboutsummaryrefslogtreecommitdiffstats
path: root/searchcorespi/src/tests
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2017-12-06 15:19:26 +0000
committerTor Egge <Tor.Egge@oath.com>2017-12-07 10:32:18 +0000
commit8535cbb1cfde7c23d4947a9b1a1e062b0469c722 (patch)
treeb8ed147de52e6597345119a05dcb44a7dd6ccd8b /searchcorespi/src/tests
parent351229b42387bbef47163e423f0c1c570f1dbeb1 (diff)
Use alternate maxflushed parameter (max number of flushed memory indexes
before fusion becomes urgent) when node is retired.
Diffstat (limited to 'searchcorespi/src/tests')
-rw-r--r--searchcorespi/src/tests/plugin/plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcorespi/src/tests/plugin/plugin.cpp b/searchcorespi/src/tests/plugin/plugin.cpp
index bea732f3db6..5614ea1da3a 100644
--- a/searchcorespi/src/tests/plugin/plugin.cpp
+++ b/searchcorespi/src/tests/plugin/plugin.cpp
@@ -35,6 +35,7 @@ public:
return l;
}
virtual void setSchema(const Schema &, SerialNum) override { }
+ virtual void setMaxFlushed(uint32_t) override { }
};
class IndexManagerFactory : public searchcorespi::IIndexManagerFactory