yasiryagi

Results 29 comments of yasiryagi

### Health check Develop a system to track and act on the health of the nodes. - Group nodes into pools of a certain size, could be the size of...

I would say the current system lack resilience and depend on the competent and commitment of Storage lead, and his understanding on how things works. We need to think about...

Failure is expected with server: - Network/ DC risk - Server issue - -operational mistakes In theory it is simple but in reality switching operator is a lot of commands,...

I think there is a misunderstanding here. I am not talking about about the file replication, but rather assigning a new replication operator. Regarding ```This is not a good idea```...

Issue: when retrieving a file storage node intermittently exceed 5sec. Data: https://grafana.joystream.yyagi.cloud/d/VbiCFzWMz/blackbox?orgId=1&refresh=5m&from=now-24h&to=now

#there should be a mean for the storage server operator to run a command: - that will show the diff between what is assigned to the bucket (i.e QN) and...

That is the ideal with couple of two more consideration: 1. Data loss mitigation consideration. 2. Ability of the operator to force it through command.

Here is what @kdembler implemented so far https://github.com/joyutils/swg-compare-files

Here is the check files code provide by @bwhm ``` const fs = require('node:fs/promises') const LOCAL_FILES_PATH = './local.json' const REMOTE_FILES_PATH = './remote.json' const getRemoteBagPath = (bagId) => `./remote-${bagId}.json` const DIFF_PATH...