diff --git a/src/main/protobuf/spawn.proto b/src/main/protobuf/spawn.proto index 49469427680998..e5494057f728b3 100644 --- a/src/main/protobuf/spawn.proto +++ b/src/main/protobuf/spawn.proto @@ -202,7 +202,8 @@ message SpawnExec { // of the log when compared to the --execution_log_{binary,json}_file formats. // // To ensure that the log can be parsed in a single pass, every entry must be -// serialized after all other entries it references by ID. +// serialized after all other entries it references by ID. However, entries +// aren't guaranteed to be serialized in increasing ID order. // // Entries other than spawns may not be assumed to be canonical. For performance // reasons, the same file, directory or input set may be serialized multiple