skalenetwork / skalenetwork/node-cli
Broadcasts aren't sent after node restore
Open
@badrogger is already working on this.
Since Feb 5, 2024.
bug
- Dominant language
- Python
- Stars
- 21
- Forks
- 7
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 5
Description
Describe the bug
After restoring a node with a backup, the node can't send any transactions. As a result, schain can't be created or node rotation can't be run.
The problem is in skale-redis container
3866:C 05 Feb 2024 18:34:27.029 # Failed opening the RDB file dump.rdb (in server root dir unknown) for saving: No such file or directory
1:M 05 Feb 2024 18:34:27.129 # Background saving error
1:M 05 Feb 2024 18:34:33.050 * 1 changes in 900 seconds. Saving...
1:M 05 Feb 2024 18:34:33.051 * Background saving started by pid 3867
3867:C 05 Feb 2024 18:34:33.051 # Failed opening the RDB file dump.rdb (in server root dir unknown) for saving: No such file or directory
1:M 05 Feb 2024 18:34:33.152 # Background saving error
1:M 05 Feb 2024 18:34:39.083 * 1 changes in 900 seconds. Saving...
1:M 05 Feb 2024 18:34:39.084 * Background saving started by pid 3868
Workaround: restart skale-redis container
Versions:
skale-redis: 6.0.10-alpine
admin: 2.6.0-beta.0
transaction-manager: 2.2.0-beta.0
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.