Hi all,
We’ve been running snowplow for a couple of months now, however, it seems that 2 weeks ago the snowflake loader suddenly stopped shipping data into snowflake.
Here’s a snippet of the log from the point where it stopped pushing:
INFO Loader: Total 13238 messages received, 9087 loaded; Loader is in Idle state; Last state update at 2023-07-28 11:55:05.069
INFO DataDiscovery: Received a new message
INFO DataDiscovery: Total 13239 messages received, 9087 loaded
INFO DataDiscovery: New data discovery at run=2023-07-28-11-55-00 with following shredded types:
* iglu:com.snowplowanalytics.snowplow/web_page/jsonschema/1-*-* WIDEROW
* iglu:com.snowplowanalytics.snowplow/ua_parser_context/jsonschema/1-*-* WIDEROW
* iglu:nl.basjes/yauaa_context/jsonschema/1-*-* WIDEROW
False for Info(s3://mybucket/enriched/run=2023-07-28-11-55-00/,com.snowplowanalytics.snowplow,web_page,1,Context)
False for Info(s3://mybucket/enriched/run=2023-07-28-11-55-00/,com.snowplowanalytics.snowplow,ua_parser_context,1,Context)
False for Info(s3://mybucket/enriched/run=2023-07-28-11-55-00/,nl.basjes,yauaa_context,1,Context)
INFO Load: Loading transaction for s3://mybucket/enriched/run=2023-07-28-11-55-00/ has started
INFO Load: Loading s3://mybucket/enriched/run=2023-07-28-11-55-00/
INFO Load: COPY events FROM s3://mybucket/enriched/run=2023-07-28-11-55-00/
INFO Load: Folder [s3://mybucket/enriched/run=2023-07-28-11-55-00/] has been loaded (not committed yet)
INFO Load: Folder s3://mybucket/enriched/run=2023-07-28-11-55-00/ loaded successfully
INFO Load: 0 good events were loaded. It took minimum 16 seconds and maximum 302 seconds between the collector and warehouse for these events. It took 306 seconds between the start of transformer and warehouse and 5 seconds between the completion of transformer and warehouse
INFO Loader: Total 13239 messages received, 9088 loaded; Loader is in Idle state; Last state update at 2023-07-28 12:00:06.385
INFO Loader: Total 13239 messages received, 9088 loaded; Loader is in Idle state; Last state update at 2023-07-28 12:00:06.385
INFO Loader: Total 13239 messages received, 9088 loaded; Loader is in Idle state; Last state update at 2023-07-28 12:00:06.385
INFO Loader: Total 13239 messages received, 9088 loaded; Loader is in Idle state; Last state update at 2023-07-28 12:00:06.385
INFO Loader: Total 13239 messages received, 9088 loaded; Loader is in Idle state; Last state update at 2023-07-28 12:00:06.385
.........
Everything’s built using the terraform quickstart template in AWS.
With regards to the logs, the False
lines have been there forever, so don’t seem to have anything with this issue, although looks like it’s still something we should look into at some point.
Otherwise, ever since the last successful load, we’re only seeing those idle state messages.
Also, have checked and there enriched packages are still being dropped into the s3 bucket.
A restart of the container doesn’t seem to have had any sort of effect, still saying loader is in idle state, with the exception that it has reset the message count to 0 now.
Any advice as to how we can further troubleshoot the problem and fix it would be appreciated.