Replies: 1 comment 1 reply
-
Why do you keep submitting so many repeated issues(2 issues, one discussion), seriously? Please be patient and be polite. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
skywalking oap:10.0.0, python agent: 1.1.0
when I add ENV SW_AGENT_LOG_REPORTER_LEVEL='DEBUG' or 'INFO', (no problem when the value set to 'ERROR''WARNNING')
error occurs:
skywalking [pid:1] [LogReportThread] [ERROR] Exception in log service in pid 1, retry in 0.04 seconds
2025-02-18T09:48:40.027812752+08:00 Traceback (most recent call last):
2025-02-18T09:48:40.027817681+08:00 File "/usr/local/lib/python3.10/site-packages/skywalking/agent/init.py", line 59, in backoff_wrapper
2025-02-18T09:48:40.027831033+08:00 flag = func(self, *args, **kwargs)
2025-02-18T09:48:40.027836227+08:00 File "/usr/local/lib/python3.10/site-packages/skywalking/agent/init.py", line 369, in __report_log
2025-02-18T09:48:40.027841221+08:00 self.__protocol.report_log(self.__log_queue)
2025-02-18T09:48:40.027846073+08:00 File "/usr/local/lib/python3.10/site-packages/skywalking/agent/protocol/grpc.py", line 189, in report_log
2025-02-18T09:48:40.027851115+08:00 self.log_reporter.report(generator())
2025-02-18T09:48:40.027856087+08:00 File "/usr/local/lib/python3.10/site-packages/skywalking/client/grpc.py", line 89, in report
2025-02-18T09:48:40.02786151+08:00 self.report_stub.collect(generator)
2025-02-18T09:48:40.027866408+08:00 File "/usr/local/lib/python3.10/site-packages/grpc/_channel.py", line 1536, in call
2025-02-18T09:48:40.027871616+08:00 return _end_unary_response_blocking(state, call, False, None)
2025-02-18T09:48:40.027876435+08:00 File "/usr/local/lib/python3.10/site-packages/grpc/_channel.py", line 1006, in _end_unary_response_blocking
2025-02-18T09:48:40.027882795+08:00 raise _InactiveRpcError(state) # pytype: disable=not-instantiable
2025-02-18T09:48:40.027887905+08:00 grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
2025-02-18T09:48:40.027899358+08:00 status = StatusCode.INTERNAL
2025-02-18T09:48:40.027904501+08:00 details = "Received RST_STREAM with error code 5"
2025-02-18T09:48:40.027909585+08:00 debug_error_string = "UNKNOWN:Error received from peer {created_time:"2025-02-18T01:48:40.019605597+00:00", grpc_status:13, grpc_message:"Received RST_STREAM with error code 5"}"
oap log:
org.apache.skywalking.oap.server.receiver.log.provider.handler.grpc.LogReportServiceGrpcHandler 101 [grpc-default-executor-5554] ERROR [] - [10.0.0-c92a6a3] CANCELLED: client cancelled
io.grpc.StatusRuntimeException: CANCELLED: client cancelled
at io.grpc.Status.asRuntimeException(Status.java:525) ~[grpc-api-1.63.0.jar:1.63.0]
at io.grpc.stub.ServerCalls$StreamingServerCallHandler$StreamingServerCallListener.onCancel(ServerCalls.java:291) [grpc-stub-1.63.0.jar:1.63.0]
at io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.closedInternal(ServerCallImpl.java:375) [grpc-core-1.63.0.jar:1.63.0]
at io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.closed(ServerCallImpl.java:364) [grpc-core-1.63.0.jar:1.63.0]
at io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1Closed.runInContext(ServerImpl.java:910) [grpc-core-1.63.0.jar:1.63.0]
at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37) [grpc-core-1.63.0.jar:1.63.0]
at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133) [grpc-core-1.63.0.jar:1.63.0]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:?]
at java.lang.Thread.run(Unknown Source) [?:?]
Beta Was this translation helpful? Give feedback.
All reactions