As advocated explicitly in https://github.com/multiformats/go-multiaddr/blob/master/v015-MIGRATION.md
Answering a question about safety:
AppendComponent() appends to `a.ma`` in place.
`a.ma` is created by FromString() function,
so there is only a single goroutine appending to it.
Thus, assuming `FromString()` itself is called from a single goroutine,
no data race is introduced.
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
New version of tree/pool selects tree service connection to make request based on the current net map and container placement policy
Signed-off-by: Marina Biryukova <m.biryukova@yadro.com>