vega icon indicating copy to clipboard operation
vega copied to clipboard

[Bug]: Kubo library is using printf resuling in spurious output

Open ettec opened this issue 2 years ago • 0 comments

Problem encountered

Visor we was failing to get the latest datanode segment as it was expecting only json in the stdout but got addition log noise due to IPFS lib (kubo) using printf. ie this:

https://github.com/ipfs/kubo/blob/release-v0.20.0/core/node/libp2p/rcmgr.go#L66

which has been fixed in latest release (without updating the comment mind ;-) )

https://github.com/ipfs/kubo/blob/release-v0.23.0/core/node/libp2p/rcmgr.go#L66

We should update the kubo lib to latest version post release. If this becomes an issue before then we can temporarily modify visor to handle the additional stdout noise.

Observed behaviour

"

Expected behaviour

"

Steps to reproduce

"

Software version

develop

Failing test

No response

Jenkins run

No response

Configuration used

No response

Relevant log output

No response

ettec avatar Oct 04 '23 11:10 ettec