Hello Snowplow Team.
Sometimes we have an error while "4-storage" — "SSL SYSCALL error: EOF detected".
What it means for us? How can we fix it?
Details:
(/snowplow/4-storage)$ bundle exec bin/snowplow-storage-loader --config=config/redshift.yml
Loading Snowplow events and shredded types into Redshift cluster...
INFO: Load into table 'events' completed...
INFO: Load into table 'com_contexts_global_1' completed...
INFO: Load into table 'com_events_custom_1' completed...
INFO: Load into table 'org_w3_performance_timing_1' completed...
PG::Error error executing COPY and ANALYZE statements: BEGIN;
COPY atomic.events FROM ...;
COPY atomic.com_events_custom_1 FROM ...;
COPY atomic.org_w3_performance_timing_1 FROM ...;
ANALYZE atomic.events;
ANALYZE atomic.com_contexts_global_1;
ANALYZE atomic.com_events_custom_1;
ANALYZE atomic.org_w3_performance_timing_1;
COMMIT;: SSL SYSCALL error: EOF detected