-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get/set oplog index host functions (#250)
* Extended Golem WIT and unified oplog index to be u64 everywhere * Fix tests * Format * Get/set oplog index implementation and test * Fix worker leak * Fixed log entry gathering in tests * Fixes * Removed debug prints * Updated golem-wit submodule * Update OpenAPI * Update golem-wit * Renamed Marker to NoOp * Refactorings, keeping deleted regions in worker status record, recomputing from oplog when needed * Clippy * Updated jump test * Renames and log improvements * Fixes * Performance fix * Fix * Rebuild
- Loading branch information
Showing
62 changed files
with
2,732 additions
and
643 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,6 @@ package golem.worker; | |
|
||
|
||
message CompleteParameters { | ||
int32 oplog_idx = 1; | ||
uint64 oplog_idx = 1; | ||
bytes data = 2; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.