jaegertracing / jaeger-kubernetes

Support for deploying Jaeger into Kubernetes
https://jaegertracing.io/
Apache License 2.0
450 stars 158 forks source link

grpc: Server.Serve failed to create ServerTransport #124

Open yarjunrao opened 4 years ago

yarjunrao commented 4 years ago

Requirement - what kind of business use case are you trying to solve?

I am installed in Kubernetes and i am sending data in java through grpc request

Problem - what in Jaeger blocks you from solving the requirement?

grpc: Server.Serve failed to create ServerTransport

Proposal - what do you suggest to solve the problem or improve the existing situation?

Any open questions to address

{"level":"info","ts":1578480128.8987548,"caller":"all-in-one/main.go:311","msg":"Listening for Zipkin HTTP traffic","zipkin.http-port":9411} WARNING: 2020/01/08 10:42:31 grpc: Server.Serve failed to create ServerTransport: connection error: desc = "transport: http2Server.HandleStreams failed to receive the preface from client: read tcp 10.240.0.69:14250->10.240.0.4:56566: read: connection reset by peer"

please give me suggestion on this

ganeshgowtham commented 4 years ago

{"level":"warn","ts":1586890755.9689198,"caller":"grpc@v1.27.1/server.go:669","msg":"grpc: Server.Serve failed to create ServerTransport: connection error: desc = \"transport: http2Server.HandleStreams received bogus greeting from client: \\"GET / HTTP/1.1\\r\\nHost: lo\\"\"","system":"grpc","grpc_log":true}

{"level":"warn","ts":1586890756.1189811,"caller":"grpc@v1.27.1/server.go:669","msg":"grpc: Server.Serve failed to create ServerTransport: connection error: desc = \"transport: http2Server.HandleStreams received bogus greeting from client: \\"GET / HTTP/1.1\\r\\nHost: lo\\"\"","system":"grpc","grpc_log":true}

Even I am getting this issue, any clue to solve this ?