Danil Uzlov

Results 97 comments of Danil Uzlov

@richardstone could you provide info about the cluster and operation system you are using? Also, which exact names did you test besides "endpoint-nsc"? Are the errors in logs the same...

Here are the logs I get when I try to set the NSM_NAME to the value from your logs: ```log Jun 18 08:42:29.556 [INFO] [cmd:/bin/cmd-nsc-vpp] Setting env variable DLV_LISTEN_CMD_NSC_VPP to...

Oh, it's good to know that we correctly identified the cause of the issue! The limitation comes from the fact that memif connection uses unix sockets, with [file name containing...

Yeah, I believe that we will fix it to remove limitations.

> @d-uzlov Is there any reason to set a Connection.ID at all in the cmd-nsc rather than letting the normal connection id generation kick in? I don't think there is...

@edwarnicke sure. I'll have to research it, but from what I see there are plenty of golang frameworks for plotting, so it shouldn't be hard to draw something nice from...

@edwarnicke Question: which dependencies can we accept, and which do we want to avoid? Let me clarify what I mean. We have several options for plot drawing to choose from....

@edwarnicke From what I understand, `go-echarts` is created specifically to generate interactive JS-based charts, and I don't think it's capable of drawing images on itself. It could be interesting to...

Marking this as draft until I solve issues with measuring time on remote clusters with high connection delay.

I believe that generally this PR is ready. However, this issue makes troubles: - https://github.com/networkservicemesh/deployments-k8s/issues/2368 Scalability tests should work regardless, but until CPU issue if fixed, the results will be...