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

RDB Loader can hang for many hours #26

Closed
alexanderdean opened this issue Aug 20, 2017 · 3 comments
Closed

RDB Loader can hang for many hours #26

alexanderdean opened this issue Aug 20, 2017 · 3 comments
Assignees
Labels

Comments

@alexanderdean
Copy link
Member

alexanderdean commented Aug 20, 2017

If it's helpful - the hanging seems to occur after the load transaction.

@chuwy
Copy link
Contributor

chuwy commented Aug 21, 2017

How do we know it happened after the load transaction? Otherwise I would think about consequence of snowplow/snowplow#3113.

Was there anything particular about dataset size, shredded type cardinality, etc in that load?

@chuwy
Copy link
Contributor

chuwy commented Aug 21, 2017

Following actions happen after load:

  1. ANALYZE
  2. Send unstruct event to collector (should be non-blocking)
  3. Dump logs to S3

I suspect actor system inside Scala Tracker, responsible for 2. we had problem with proper Akka-shutdown before.

@alexanderdean
Copy link
Member Author

How do we know it happened after the load transaction?

I had to log in and check that the data had loaded, to avoid either double-loading or missing the hung load...

I like your theory about #2 too...

@chuwy chuwy closed this as completed Mar 19, 2020
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

2 participants