Mixpanel Connector Looping of 0 bytes, negative memory allocation #36827
Borgehl (borgehl)
started this conversation in
General
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.
-
Hello all,
Source: Mixpanel v2.2.0
Destination: Snowflake v3.6.6
Airbyte Version: v0.56.50 deployed on kubernetes via helm chart
I'm attempting to add a Mixpanel source but have been unable to replicate data to snowflake. There are some logs that indicate data was loaded, but I can see no records in Snowflake. The fine all summary on the connection is
My most recent attempt after resetting the stream was to load data between April 3, 2024 and April 4, 2024. Mixpanel shows a current count of 5.3M events and the last count in the airbyte logs (line 455663, so should be 244663 in file 2) showed 7.4M records. So something seems off with the filters for the events.
Other strange things I've noticed in the logs include negative hashes like this:
2024-04-03 23:40:55 replication-orchestrator > Could not find the state message with hash -1408807610 in the stagedStatsList. The number of logs with this statement seem to increase as time goes on, so it appears there are more and more attempts to find the hash in the stats list.Then there is negative memory allocation near the end of the logs (file 2), and an apparent loop to load zero-byte files into snowflake:
Is there any chance these negatives are coming from an unsigned int overflow?
Thank you in advance for any help.
airbyte_log_2.txt
airbyte_log_1.txt
Beta Was this translation helpful? Give feedback.
All reactions