0g-storage-node/node
Bo QIU 84f455d1d4
Fix some issues in sync package (#111)
* Change default concurrent sync threads

* enhance log level in sync store

* Add rwlock in sync store to avoid concurrency issue

* enhance serial sync state machine log level

* wrap Instant for debug purpose

* add timestamp for connecting peers state

* Select random peer to sync chunks

* return sync peers states instead of connected peers only

* Use tokio async RwLock for sync store
2024-07-08 11:47:59 +08:00
..
chunk_pool Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
file_location_cache Remove file location cache for connection timeout peer (#96) 2024-06-27 01:51:37 +08:00
log_entry_sync Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
miner Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
network Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
pruner Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
router opt log level for file announcement relevant logs (#109) 2024-07-04 16:30:05 +08:00
rpc Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
shared_types Store shard config for peers and choose sync peers accordingly. (#77) 2024-06-07 16:58:15 +08:00
src Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
storage fix pruning (#101) 2024-06-30 08:31:06 +08:00
storage-async Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
sync Fix some issues in sync package (#111) 2024-07-08 11:47:59 +08:00
.gitignore Initial commit 2024-01-04 18:05:32 +08:00
Cargo.toml Update run/config.toml and version. (#83) 2024-06-11 13:17:32 +08:00