Авраменко Михаил

Results 8 issues of Авраменко Михаил

## Description Actual: sometimes spire agent restarts Expected: spire agent working without restarts ## Logs logs from spire-agent: ``` time="2021-11-24T01:48:56Z" level=debug msg="Rotating agent SVID" subsystem_name=manager time="2021-11-24T01:48:56Z" level=error msg="Failed to renew...

Signed-off-by: Mikhail Avramenko part of https://github.com/networkservicemesh/cmd-forwarder-vpp/issues/123

## Description ## Issue link ## How Has This Been Tested? - [ ] Added unit testing to cover - [ ] Tested manually - [ ] Tested by integration...

Signed-off-by: Mikhail Avramenko ## Description Changed usage of grpcfd according to changes in https://github.com/edwarnicke/grpcfd/pull/21 ## Issue link https://github.com/networkservicemesh/sdk/issues/1118 ## How Has This Been Tested? - [ ] Added unit testing...

Signed-off-by: Mikhail Avramenko ## Description Added another span logger for 'infinite' Find case scenario(registry) ## Issue link https://github.com/networkservicemesh/sdk/issues/1085 ## How Has This Been Tested? - [ ] Added unit testing...

## Description Now `excludedprefixes/client.go` prevents `IPs` overlapping between NSEs. We need to support use case where it is ok. Accordingly to changes in `api` (https://github.com/networkservicemesh/api/issues/123) modify `pkg/networkservice/common/excludedprefixes/client.go` chain element to...

## Overview Consider the possibility for multiline diffs in logging system. Think of solution for correct alignment for it. Add diff tracing logs to registry logs for consistency.

## Problem Current logic for round robin do not consider priority when picking next candidate https://github.com/networkservicemesh/sdk/blob/main/pkg/networkservice/common/roundrobin/round_robin_selector.go#L46-L47 ## Expected behaviour For scenarios where we have entry point with >1 possible destinations...