This repository was archived by the owner on Apr 2, 2024. It is now read-only.
msg="snappy decode error" err="payload too short or corrupt" #1854
Unanswered
dedishari
asked this question in
Feedback on Features
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the following snappy lib to compress the data that I am sending to promscale
https://mvnrepository.com/artifact/org.xerial.snappy/snappy-java/1.1.10.3
Few of the data is passing through but for few others we are getting errors
level=error ts=2023-08-31T11:52:28.903Z caller=write.go:254 msg="snappy decode error" err="payload too short or corrupt"
level=error ts=2023-08-31T11:52:29.163Z caller=write.go:254 msg="snappy decode error" err="payload too short or corrupt"
level=error ts=2023-08-31T11:52:29.957Z caller=write.go:254 msg="snappy decode error" err="payload too short or corrupt"
level=error ts=2023-08-31T11:52:30.210Z caller=write.go:254 msg="snappy decode error" err="payload too short or corrupt"
level=error ts=2023-08-31T11:52:31.007Z caller=write.go:254 msg="snappy decode error" err="payload too short or corrupt"
level=error ts=2023-08-31T11:52:31.260Z caller=write.go:254 msg="snappy decode error" err="payload too short or corrupt"
level=error ts=2023-08-31T11:52:32.052Z caller=write.go:254 msg="snappy decode error" err="payload too short or corrupt"
level=error ts=2023-08-31T11:52:32.327Z caller=write.go:254 msg="snappy decode error" err="payload too short or corrupt"
level=error ts=2023-08-31T11:52:33.360Z caller=write.go:254 msg="snappy decode error" err="payload too short or corrupt"
Beta Was this translation helpful? Give feedback.
All reactions