Skip to content

Commit f672ddf

Browse files
committed
Pass project ID to trialRun
1 parent 7673059 commit f672ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/reservedstate/service/ReservedClusterStateService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ public void process(
461461
}
462462

463463
// We trial run all handler validations to ensure that we can process all of the cluster state error free.
464-
var trialRunErrors = trialRun(namespace, state, reservedStateChunk, orderedHandlers);
464+
var trialRunErrors = trialRun(projectId, namespace, state, reservedStateChunk, orderedHandlers);
465465
// this is not using the modified trial state above, but that doesn't matter, we're just setting errors here
466466
var error = checkAndReportError(Optional.of(projectId), namespace, trialRunErrors, reservedStateVersion, versionCheck);
467467

0 commit comments

Comments
 (0)