From 986de5c743c99cdda4459f82ffd808d4b361134e Mon Sep 17 00:00:00 2001 From: tnextday Date: Fri, 25 Dec 2015 00:59:04 +0800 Subject: [PATCH] proto: comment addtion --- go/proto/system_message.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go/proto/system_message.proto b/go/proto/system_message.proto index 31154f8f0..da378cbab 100644 --- a/go/proto/system_message.proto +++ b/go/proto/system_message.proto @@ -8,7 +8,7 @@ message VolumeInformationMessage { required uint64 delete_count = 5; required uint64 deleted_byte_count = 6; optional bool read_only = 7; -// required uint32 replica_placement = 8; + required uint32 replica_placement = 8; optional uint32 version = 9 [default=2]; optional uint32 ttl = 10; } @@ -26,6 +26,7 @@ message JoinMessage { optional uint32 admin_port = 10; } +/* message CollectionReplicaPlacement { optional string collection = 1; required string replica_placement = 2; @@ -39,6 +40,5 @@ message GlobalSetting { message JoinResponse { optional GlobalSetting settings = 1; } - - +*/