Skip to content

Commit

Permalink
Update proto for short circuit promote.
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinjia committed May 11, 2017
1 parent 6f96385 commit a18d711
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 deletions core/protobuf/src/main/java/alluxio/proto/dataserver/Protocol.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/protobuf/src/proto/dataserver/protocol.proto
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ message Heartbeat {
// next available id: 4 // next available id: 4
message LocalBlockOpenRequest { message LocalBlockOpenRequest {
optional int64 block_id = 1; optional int64 block_id = 1;
optional int64 promote = 3; optional bool promote = 3;
} }


// next available id: 2 // next available id: 2
Expand Down

0 comments on commit a18d711

Please sign in to comment.