Description
Description
So I’ve come across a weird situation where my private cluster was empty, The only operations we used were just adding small test files to watch how they were distributed. During this time the webui for each private node continued to work as usual.
However, after adding a heavier load ~ 10GB of data to the private cluster using ips-cluster-ctl, the webui stopped working for each node. Good news is that the gateways still work but this seems like a weird bug. After the data was added to the private cluster the webui hangs if we attempt to navigate to the url in the browser.
To Reproduce
Steps to reproduce the behavior:
- Install and start private ipfs nodes using swarm keys.
- Check webui (still works at this point)
- install connect nodes to ipfs-cluster service
- Check webui (still works)
- Load at least 10GB of data through the cluster
- Check webui (Starts to hang when attempting to access)
Expected behavior
WebUI loads and is working normally.
Desktop (please complete the following information):
- OS: Linux servers (Arch, Rasbian)
- Browsers: Brave, Firefox, Palemoon
- Version: Most recent
Additional context
It is interesting that the problem only occurs after loading more that a trivial amount of data to the cluster. Unsure of what the lower threshold would be.