Skip to content

Commit

Permalink
feat: Update replication to use pithos as transfer protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
St4NNi committed Feb 27, 2024
1 parent 854d969 commit e8a7fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aruna/api/dataproxy/services/v2/dataproxy_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ message PullReplicationRequest {
// Messages (responses) from PROXY A
message ObjectInfo {
string object_id = 1;
int64 chunks = 2;
int64 chunks = 2; // == (Compressed_size / (65536 + 28)) + 1
int64 raw_size = 3;
repeated uint32 block_list = 4;
int64 compressed_size = 4;
optional string extra = 5; // JSON encoded proxy specific extra fields
}

Expand Down

0 comments on commit e8a7fdc

Please sign in to comment.