Skip to content
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

fix: terminate only if required #23

Merged
merged 5 commits into from
Jun 6, 2024
Merged

fix: terminate only if required #23

merged 5 commits into from
Jun 6, 2024

Conversation

LexLuthr
Copy link
Contributor

@LexLuthr LexLuthr commented May 30, 2024

  • Test in devnet

@LexLuthr LexLuthr marked this pull request as ready for review June 6, 2024 12:51
@LexLuthr
Copy link
Contributor Author

LexLuthr commented Jun 6, 2024

sent termination message: bafy2bzacec4df6beudtj3iw6crz4tkyxuf7pf2fbqq7lxiaahmv3c7b2lq5s2
2024-06-06T14:46:42.103+0400	DEBUG	stores	paths/local.go:725	Remove called	{"sid": {"Miner":1004,"Number":0}, "type": "sealed", "force": true, "keepIn": null}
2024-06-06T14:46:42.127+0400	INFO	stores	paths/remote.go:376	Delete http://127.0.0.1:12300/remote/sealed/s-t01004-0
2024-06-06T14:46:42.128+0400	INFO	stores	paths/http_handler.go:162	SERVE DELETE /remote/sealed/s-t01004-0
2024-06-06T14:46:42.128+0400	DEBUG	stores	paths/local.go:725	Remove called	{"sid": {"Miner":1004,"Number":0}, "type": "sealed", "force": false, "keepIn": [""]}
2024-06-06T14:46:42.129+0400	DEBUG	stores	paths/local.go:725	Remove called	{"sid": {"Miner":1004,"Number":0}, "type": "cache", "force": true, "keepIn": null}
2024-06-06T14:46:42.131+0400	INFO	stores	paths/remote.go:376	Delete http://127.0.0.1:12300/remote/cache/s-t01004-0
2024-06-06T14:46:42.131+0400	INFO	stores	paths/http_handler.go:162	SERVE DELETE /remote/cache/s-t01004-0
2024-06-06T14:46:42.131+0400	DEBUG	stores	paths/local.go:725	Remove called	{"sid": {"Miner":1004,"Number":0}, "type": "cache", "force": false, "keepIn": [""]}
2024-06-06T14:46:42.132+0400	DEBUG	stores	paths/local.go:725	Remove called	{"sid": {"Miner":1004,"Number":0}, "type": "unsealed", "force": true, "keepIn": null}
2024-06-06T14:46:42.133+0400	DEBUG	stores	paths/local.go:725	Remove called	{"sid": {"Miner":1004,"Number":0}, "type": "update", "force": true, "keepIn": null}
2024-06-06T14:46:42.134+0400	DEBUG	stores	paths/local.go:725	Remove called	{"sid": {"Miner":1004,"Number":0}, "type": "update-cache", "force": true, "keepIn": null}
2024-06-06T14:46:42.135+0400	DEBUG	stores	paths/local.go:725	Remove called	{"sid": {"Miner":1004,"Number":0}, "type": "sealed", "force": true, "keepIn": null}
2024-06-06T14:46:42.136+0400	INFO	stores	paths/remote.go:376	Delete http://127.0.0.1:12300/remote/sealed/s-t01004-0
2024-06-06T14:46:42.137+0400	INFO	stores	paths/http_handler.go:162	SERVE DELETE /remote/sealed/s-t01004-0
2024-06-06T14:46:42.137+0400	DEBUG	stores	paths/local.go:725	Remove called	{"sid": {"Miner":1004,"Number":0}, "type": "sealed", "force": false, "keepIn": [""]}
2024-06-06T14:46:42.137+0400	DEBUG	stores	paths/local.go:725	Remove called	{"sid": {"Miner":1004,"Number":0}, "type": "cache", "force": true, "keepIn": null}
2024-06-06T14:46:42.139+0400	INFO	stores	paths/remote.go:376	Delete http://127.0.0.1:12300/remote/cache/s-t01004-0
2024-06-06T14:46:42.139+0400	INFO	stores	paths/http_handler.go:162	SERVE DELETE /remote/cache/s-t01004-0
2024-06-06T14:46:42.139+0400	DEBUG	stores	paths/local.go:725	Remove called	{"sid": {"Miner":1004,"Number":0}, "type": "cache", "force": false, "keepIn": [""]}
2024-06-06T14:46:42.139+0400	DEBUG	stores	paths/local.go:725	Remove called	{"sid": {"Miner":1004,"Number":0}, "type": "unsealed", "force": true, "keepIn": null}
2024-06-06T14:46:42.141+0400	DEBUG	stores	paths/local.go:725	Remove called	{"sid": {"Miner":1004,"Number":0}, "type": "update", "force": true, "keepIn": null}
2024-06-06T14:46:42.141+0400	DEBUG	stores	paths/local.go:725	Remove called	{"sid": {"Miner":1004,"Number":0}, "type": "update-cache", "force": true, "keepIn": null}

@LexLuthr LexLuthr requested review from magik6k and snadrus June 6, 2024 12:52
@magik6k magik6k merged commit 14a19b9 into main Jun 6, 2024
5 checks passed
@magik6k magik6k deleted the fix/terminate-check branch June 6, 2024 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants