Skip to content

Commit fbea5c1

Browse files
committed
ES-10826
1 parent 4a951e7 commit fbea5c1

File tree

3 files changed

+209
-70
lines changed

3 files changed

+209
-70
lines changed

server/src/main/java/org/elasticsearch/index/engine/Engine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2347,7 +2347,7 @@ public record FlushResult(boolean flushPerformed, long generation) {
23472347
* in-progress operations and listeners (e.g., primary term and generation listeners).
23482348
* At the moment, this is implemented in serverless for a special case that ensures the engine is prepared for reset.
23492349
*/
2350-
public void prepareForEngineReset() throws IOException {
2350+
public void beforeReset() throws IOException {
23512351
throw new UnsupportedOperationException("does not support engine reset");
23522352
}
23532353

0 commit comments

Comments
 (0)