Skip to content

Commit

Permalink
Merge 84e0554 into 07ceb18
Browse files Browse the repository at this point in the history
  • Loading branch information
senderista authored Jun 19, 2017
2 parents 07ceb18 + 84e0554 commit d391121
Show file tree
Hide file tree
Showing 15 changed files with 1,440 additions and 642 deletions.
6 changes: 6 additions & 0 deletions protobuf/control.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ message ControlMessage {
optional SocketInfo remote_address = 3;
repeated ResourceStats resource_stats = 4;
repeated int32 acked_worker_ids = 5;
optional Exception worker_exception = 6; // REMOVE_WORKER
}

message Exception {
// for now, the exception is a simple java serialized object.
required bytes exception = 1;
}

message SocketInfo {
Expand Down
Loading

0 comments on commit d391121

Please sign in to comment.