Merge pull request #8665 from influxdata/dom/merkle-consistency-probe-rename

refactor(proto): SyncMessage -> ConsistencyProbe
pull/24376/head
Dom 2023-09-04 14:52:01 +01:00 committed by GitHub
commit 784e20ffd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ syntax = "proto3";
package influxdata.iox.gossip.v1;
option go_package = "github.com/influxdata/iox/gossip/v1";
message SyncMessage {
// A gossip frame sent to peers to begin a sync round / consistency check.
message ConsistencyProbe {
// A 16-byte Merkle Search Tree root hash convering the schema cache content.
bytes root_hash = 1;