You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Source Connector and version: MySQL (configured to use CDC, binlog) 0.4.4
Destination Connector and version: S3 0.1.11
Severity: High
Step where error happened: Sync job, main error is that since we cannot adjust part size, the very large table replication hit the max 10,000 part limit set by AWS. If we can adjust part size, then we may be able to stay under the 10000 part limit.
Current Behavior
See Error above
Expected Behavior
Sync should finishe
Logs
2021-09-14 21:52:45 INFO 2021-09-14 21:52:45 [33mWARN[m i.a.i.b.FailureTrackingAirbyteMessageConsumer(close):78 - {} - Airbyte message consumer: failed.
2021-09-14 21:52:45 ERROR Exception in thread "main" java.lang.IndexOutOfBoundsException: This stream was allocated the part numbers from 1 (inclusive) to 10001 (exclusive)and it has gone beyond the end..
LOG
replace this with
your long log
output here
Steps to Reproduce
Setup mysql to s3 sync on very large table that will exceed 10000 parts
Sync
Error should show
The text was updated successfully, but these errors were encountered:
@sherifnada I was able to move ~140M records to s3 as flattened CSV but the same sync fails as JSON and not flattened CSV. Is anyone working on a PR on this?
Hi @mikeplanting, @tredencegithub. Are you able to reproduce this bug now? The part size config has been added in #5890. In the UI, it is called "Block Size". By default, it's 5. Please try to increase this value and see if sync fails.
Enviroment
Current Behavior
See Error above
Expected Behavior
Sync should finishe
Logs
2021-09-14 21:52:45 INFO 2021-09-14 21:52:45 [33mWARN[m i.a.i.b.FailureTrackingAirbyteMessageConsumer(close):78 - {} - Airbyte message consumer: failed.
2021-09-14 21:52:45 ERROR Exception in thread "main" java.lang.IndexOutOfBoundsException: This stream was allocated the part numbers from 1 (inclusive) to 10001 (exclusive)and it has gone beyond the end..
LOG
Steps to Reproduce
The text was updated successfully, but these errors were encountered: