-
Notifications
You must be signed in to change notification settings - Fork 19
Feature metadata serialization #305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
biqar
wants to merge
41
commits into
hpc-io:develop
Choose a base branch
from
biqar:feature_metadata-serialization
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 34 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
9900202
Integrate BULKI serializer to save and restore server checkpoints
biqar 0a53f02
Add code to test metadata checkpointing
biqar 5430beb
Refactor kvtag add/get/verify test code
biqar 602c5e6
Add bulki-based new transfer request metadata query for checkpointing
biqar 050a723
Update call to bulki serialization and de-serialization directly to a…
biqar 7efb945
Refactor bulki-based checkpointing integration in pdc-server
biqar 684bf32
Refactor kvtag-get-verify test code
biqar 389273a
Merge branch 'develop' into feature_metadata-serialization
jeanbez 2c92c0b
Refactor code
biqar f1ce9f9
Merge remote-tracking branch 'origin/feature_metadata-serialization' …
biqar 65c546f
Committing clang-format changes
github-actions[bot] ca6b636
Move the bulki logs under build preprocessor
biqar b995ac8
Add timer log for server restart
biqar 0b76afc
Fix issue in printing server close time
biqar c9265b9
Merge remote-tracking branch 'origin/feature_metadata-serialization' …
biqar bfceb4a
Merge branch 'develop' into feature_metadata-serialization
biqar 0fac8be
Merge branch 'develop' into feature_metadata-serialization
jeanbez 08bff24
Fix log level to report the total checkpoint time
biqar fe12777
Merge remote-tracking branch 'origin/feature_metadata-serialization' …
biqar 1b889a3
Fix close_server MPI init order and remove redundant barrier
biqar 8cea3f5
Speed up BULKI checkpoint tree construction with incremental sizing APIs
biqar 8d714d6
Committing clang-format changes
github-actions[bot] 7612620
Add parameterized checkpoint/restart test runners and CTest coverage
biqar d572cba
Merge remote-tracking branch 'origin/feature_metadata-serialization' …
biqar d8171d9
Split kvtag scale tests into serial and MPI binaries from one source.
biqar 3742765
Committing clang-format changes
github-actions[bot] a772b68
Merge pull request #302 from hpc-io/develop
jeanbez be5e57f
Revert "Merge pull request #302 from hpc-io/develop"
biqar f9a88ce
Merge remote-tracking branch 'origin/feature_metadata-serialization' …
biqar 01d9f3a
Revert "Split kvtag scale tests into serial and MPI binaries from one…
biqar 78c22c4
Merge branch 'develop' and resolve conflicts
biqar 56973f4
Merge branch 'develop' into feature_metadata-serialization
jeanbez dc699f2
Harden BULKI checkpoint write and restart against malformed input.
biqar a43c8e3
Committing clang-format changes
github-actions[bot] 10b83df
Validate BULKI_get results during checkpoint restart deserialization.
biqar be52c75
Merge remote-tracking branch 'origin/feature_metadata-serialization' …
biqar a4b14b7
Committing clang-format changes
github-actions[bot] 82a043e
Remove unused variable names.
biqar 4d0843f
Committing clang-format changes
github-actions[bot] 87b2742
Fix out-of-bounds access in BULKI_delete_incremental().
biqar 00b990f
Committing clang-format changes
github-actions[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -61,4 +61,4 @@ main(int argc, char *argv[]) | |
| #endif | ||
|
|
||
| FUNC_LEAVE(0); | ||
| } | ||
| } | ||
This file contains hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.