Anton Parkhomenko

Results 167 issues of Anton Parkhomenko

In R34 (and in R32 previously) we've [made a decision](https://github.com/snowplow/snowplow-rdb-loader/issues/238) to replace special symbols (such as newlines and tabs that can break TSV structure) with spaces, but @benjben [made a...

Right now delay is always `((atomicFiles.length * 0.1 * shreddedTypes.length) + 5) seconds` and Loader keeps invoke `Thread.sleep` until state is consistent or check happened 5 times. For 500 `atomic-events`...

Source: https://github.com/snowplow/snowplow/pull/2142 Not sure it'll ever go to master, but leaving for further exploration.

Currently we mask username and password, but username is not private info and usually just `snowplow`

Recently we had a loader job running for 9 hours (`ANALYZE` most likely). After all steps successfully completed, RDB Loader tried to dump log to S3 and failed with following...

stability

Currently we're checking consistency by comparing list of *files* between checks, but (probably) it is too strict check, because in the end we're loading data using pattern `s3://shredded/good/com.acme/shredded-context/jsonschema/1-0-0/part-*`, which means...

Migrated from https://github.com/snowplow/snowplow/issues/3279

Migrated from https://github.com/snowplow/snowplow/issues/3278

Migrated from https://github.com/snowplow/snowplow/issues/1838 Cannot confirm yet that bug exists, because I think I successfully used periods in bucket names. Also internals changed significantly since original issue, so likely it isn't...

bug