Commit f4e39a66 authored by chiaming2000's avatar chiaming2000
Browse files

Sync kinetic.proto file to release 2.0.5.

parent b92cd4ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ BASE_DIR=`cd "$BASE_DIR"; pwd`
PROTO_REPO_URL=https://github.com/Seagate/Kinetic-Protocol.git
PROTO_FILE=$BASE_DIR/kinetic-common/src/main/java/com/seagate/kinetic/proto/kinetic.proto
CLONE_DIR=$BASE_DIR/bin/Kinetic-Protocol
PROTO_RELEASE_VERSION=2.0.4
PROTO_RELEASE_VERSION=2.0.5

function syncFromProtoRepo(){
    if [ -d "$CLONE_DIR" ]; then
+2 −2
Original line number Diff line number Diff line
@@ -47,12 +47,12 @@ public class ClientConfiguration extends Properties {
	 /**
     * current supported kinetic protocol version on kinetic-protocol repo.
     */
    public static final String PROTOCOL_VERSION = "2.0.4";
    public static final String PROTOCOL_VERSION = "2.0.5";
    
    /**
     * current supported protocol source commit hash on kinetic-protocol repo.
     */
    public static final String PROTOCOL_SOURCE_HASH = "337cdcef1c9d64b3cbfa7079fb304b5459bc335f";
    public static final String PROTOCOL_SOURCE_HASH = "80b18b440c05c5994cb1bd555f680f8f62bb0337";

	// kinetic server host
	private String host = "localhost";
+2 −2
Original line number Diff line number Diff line
@@ -201,12 +201,12 @@ public class SimulatorConfiguration extends Properties {
    /**
     * current supported protocol version defined at kinetic-protocol repository.
     */
    public static final String PROTOCOL_VERSION = "2.0.4";
    public static final String PROTOCOL_VERSION = "2.0.5";
    
    /**
     * current supported protocol source commit hash value obtained from kinetic-protocol repository.
     */
    public static final String PROTOCOL_SOURCE_HASH = "337cdcef1c9d64b3cbfa7079fb304b5459bc335f";
    public static final String PROTOCOL_SOURCE_HASH = "80b18b440c05c5994cb1bd555f680f8f62bb0337";
    
    /**
     * heart beat provider.