Skip to content
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

Kinesis compressed input crash (appears due to third party lib) #2929

Open
Jeffail opened this issue Oct 10, 2024 · 0 comments
Open

Kinesis compressed input crash (appears due to third party lib) #2929

Jeffail opened this issue Oct 10, 2024 · 0 comments
Labels

Comments

@Jeffail
Copy link
Collaborator

Jeffail commented Oct 10, 2024

We're seeing a panic when running kinesis to kafka:

bufio.(*Reader).ReadByte(0xc00d39e6c0)
	/usr/local/go/src/bufio/bufio.go:271 +0xa5
compress/flate.(*decompressor).huffSym(0xc0011bb908, 0xc0011bb938)
	/usr/local/go/src/compress/flate/inflate.go:720 +0x102
compress/flate.(*decompressor).huffmanBlock(0x0?)
	/usr/local/go/src/compress/flate/inflate.go:495 +0x45
compress/flate.(*decompressor).Read(0xc0011bb908, {0xc00195c000, 0x2000, 0xc0020ec090?})
	/usr/local/go/src/compress/flate/inflate.go:348 +0x5b
compress/gzip.(*Reader).Read(0xc001f57348, {0xc00195c000, 0x2000, 0x2000})
	/usr/local/go/src/compress/gzip/gunzip.go:252 +0xa2
net/http.(*gzipReader).Read(0xc00d2c6660, {0xc00195c000, 0x2000, 0x2000})
	/usr/local/go/src/net/http/transport.go:2911 +0x195
github.com/aws/aws-sdk-go-v2/aws/transport/http.(*timeoutReadCloser).Read.func1()
	/go/pkg/mod/github.com/aws/[email protected]/aws/transport/http/timeout_read_closer.go:48 +0x43
created by github.com/aws/aws-sdk-go-v2/aws/transport/http.(*timeoutReadCloser).Read in goroutine 18606
	/go/pkg/mod/github.com/aws/[email protected]/aws/transport/http/timeout_read_closer.go:47 +0xfb
@Jeffail Jeffail added the bug label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant