Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.5.29
-
None
Description
I'm trying to to convert a table from MyISAM to S3
MariaDB > ALTER TABLE T_LARGE_ARCHIVE ENGINE=S3;
This can run for quite some time depending on the table size. Some times it runs for hours without interruption and then it stops with this error message.
ERROR 3 (HY000): Got error from put_object(simed_prod_1782/t_large_archive#P#p_initial/data/005344): 5 Failure when receiving data from the peer
this is the output from the S3 debug log:
libmarias3] /home/buildbot/buildbot/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mariadb-10.5.29/storage/maria/libmarias3/src/request.c:840 Curl error: Failure when receiving data from the peer
What can I do to resolve this issue?