js-cluster-client icon indicating copy to clipboard operation
js-cluster-client copied to clipboard

cluster.recover local=true limitation?

Open obo20 opened this issue 6 years ago • 4 comments

From reading the documentation, under the cluster.recover section, I noticed that it says: "For now, ONLY requests with parameter local=true are supported"

From brief testing, passing in local=false seems to work fine, am I missing something here, or is this outdated information @vasa-develop ?

obo20 avatar Aug 15 '19 19:08 obo20

Sorry for the late reply @obo20

While implementing the cluster.recover I was following the CLI docs, which didn't support the local=false at that time.

Can you tell me the version of Go ipfs-cluster that you are using?

Thanks for your help :)

vasa-develop avatar Aug 22 '19 07:08 vasa-develop

@vasa-develop i'm currently using the v0.11.0-rc6 of cluster

obo20 avatar Aug 29 '19 20:08 obo20

From looking at https://github.com/ipfs/ipfs-cluster/issues/763 it appears that this is still an "issue" however I was specifically passing in a CID when doing this, so that might be the "workaround" that @hsanjuan mentioned

obo20 avatar Sep 03 '19 15:09 obo20

So this will be addressed in https://github.com/ipfs/ipfs-cluster/pull/893

hsanjuan avatar Sep 05 '19 18:09 hsanjuan