lyoth
July 12, 2023, 9:00pm
49
Will this bug be finally fixed?
opened 08:00PM - 06 Jun 22 UTC
Bug
<!--
Please make sure that we do not have any duplicates already open.
You ca… n ensure this by searching the issue list for this repository.
If there is a duplicate, please close your issue and add a comment to the
existing issue instead.
For more information about reporting issues, see
https://github.com/storj/storj/blob/main/docs/storagenode/CONTRIBUTING.md
---------------------------------------------------
GENERAL SUPPORT INFORMATION
---------------------------------------------------
The GitHub issue tracker is for bug reports and feature requests.
General support can be found at the following locations:
- Storj Community Forum - https://forum.storj.io
- File a ticket at https://support.storj.io/
---------------------------------------------------
BUG REPORT INFORMATION
---------------------------------------------------
-->
Decomissioned satellites are not removed from the log after they are deleted.
I am constantly getting this logged for satellite.stefan-benten.de, even after the server was deleted.
<!--
Provide a more detailed introduction to the issue itself, and why you consider it to be a bug
-->
**Screenshots**
**Steps to reproduce the issue:**
1. have a storage node with satellite.stefan-benten.de prior to its deletion
2. check log for the warning that "service unable to get Satellite URL"
**Describe the results you expected:**
Once a satellite is deleted, information of it should be deleted, with the exception of payment information.
**Describe the results you received:**
There is constant warning about the satellite in the logs.
**Possible Fix**
**Additional information you deem important (e.g. issue happens only occasionally):**
**Logs:**
```
WARN console:service unable to get Satellite URL {"Process": "storagenode", "Satellite ID": "118UWpMCHzs6CvSgWd9BfFVjw5K9pZbJjkfZJexMtSkmKxvvAW", "error": "console: trust: satellite \"118UWpMCHzs6CvSgWd9BfFVjw5K9pZbJjkfZJexMtSkmKxvvAW\" is untrusted", "errorVerbose": "console: trust: satellite \"118UWpMCHzs6CvSgWd9BfFVjw5K9pZbJjkfZJexMtSkmKxvvAW\" is untrusted\n\tstorj.io/storj/storagenode/trust.(*Pool).getInfo:238\n\tstorj.io/storj/storagenode/trust.(*Pool).GetNodeURL:177\n\tstorj.io/storj/storagenode/console.(*Service).GetDashboardData:186\n\tstorj.io/storj/storagenode/console/consoleapi.(*StorageNode).StorageNode:45\n\tnet/http.HandlerFunc.ServeHTTP:2047\n\tgithub.com/gorilla/mux.(*Router).ServeHTTP:210\n\tnet/http.serverHandler.ServeHTTP:2879\n\tnet/http.(*conn).serve:1930"}
```
**Your environment**
- Operating system and version: Ubuntu 20.04
- Additional environment details (Raspberry PI, Docker, VMWare, etc.): docker
Because I am still getting the message on my oldest node from Stefan satellite, and I’m pretty sure I will get more message after the 2 test satellites are decommissioned.
4 Likes