Commit e08d826
Fix restart issue (#228)
* Fix cache flush (#226)
* Fix a thread race issue that may cause memory error when larger than cache max size data is transferred
* Add a test that writes more data than server cache size
* Fix CI run command
* Fix restart issue
* Update nersc.yml (#238)
* Since PDCinit returns a uint64_t, 0 should indicate failure (#233)
Co-authored-by: Jean Luca Bez <[email protected]>
* Check the return value of `PDC_Client_init` in `PDC_init` (#230)
* Check that return value of PDC_Client_init in PDC_init
* Change return to 0
This will make is simpler when merging #233 (comment)
---------
Co-authored-by: Jean Luca Bez <[email protected]>
* Change `printf` to PDC logger (#232)
* Changed all printf to use pdc logger
Also removed large blocks of comments and chanegd the pdc logger
to print the file name, function, and line number.
* Change typo of LOG_INFO to LOG_ERROR
* Correct grammar from fail -> failed
* update grammer succesfully close -> successfully closed
* switch type of LOG_INFO to LOG_ERROR
* Add logging docs and fix some LOG_INFO->LOG_JUST_PRINT
* update clang formatting
---------
Co-authored-by: Jean Luca Bez <[email protected]>
* Malloc correct size for pdc_obj_metadata_pkg (#237)
Co-authored-by: Jean Luca Bez <[email protected]>
* PDCregion_transfer_create validate client buf, local region, and remote regions (#236)
Co-authored-by: Jean Luca Bez <[email protected]>
---------
Co-authored-by: Jean Luca Bez <[email protected]>
Co-authored-by: Noah Lewis <[email protected]>1 parent abaf753 commit e08d826
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
957 | 957 | | |
958 | 958 | | |
959 | 959 | | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
960 | 963 | | |
961 | 964 | | |
962 | 965 | | |
| |||
995 | 998 | | |
996 | 999 | | |
997 | 1000 | | |
998 | | - | |
999 | | - | |
1000 | | - | |
1001 | 1001 | | |
1002 | 1002 | | |
1003 | 1003 | | |
| |||
0 commit comments