-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[gnmic] gRPC dialout receive error #519
Comments
Can you share some details on your config, setup and what you are trying to achieve ? |
gnmic is receiving telemetry data from about 500 Nokia routers and inserts it to influxdb2 occasionally and then it stops receiving any data. when it happens there is log gnmic config: global: the address the gNMI server will listen toaddress: 0.0.0.0:57400 cache:type: ocaddress:username:password:expiration: 60sdebug: falsemax-bytes:max-msgs-per-subscription:fetch-batch-size:fetch-wait-time:outputs: node config: |
Hi!
I'm geting errors
[gnmic] gRPC dialout receive error: rpc error: code = Internal desc = grpc: failed to unmarshal the received message: proto: cannot parse invalid wire-format data
this seems to cause gnmic to eat all available memory and become unresponsive. Happens about once a day.
The text was updated successfully, but these errors were encountered: