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
This Java Class will generate 5,000,000 rows of data in csv format, and you can insert them into mid_dp_snap. For my test result, the stuck will happen when one file is about 180M, so you may need repartition before write.
the stuck log:
I have searched the reason about a week, and finally found the question is stuck in rust code which I am not familiar with. So please help me, thanks.
The text was updated successfully, but these errors were encountered:
We have reproduced the issue according to the configuration and data settings (the mid_dp_snap table contains 5,000,000 rows), but the same stuck point did not occur.
If you have any other questions or need further assistance, please let us know.
Describe the bug
Depending on conditions below, Blaze executor will stuck and the task will never stop, which will get trouble.
To Reproduce
blaze_t.mid_dp_snap's DATA:
This Java Class will generate 5,000,000 rows of data in csv format, and you can insert them into mid_dp_snap. For my test result, the stuck will happen when one file is about 180M, so you may need repartition before write.
the stuck log:
I have searched the reason about a week, and finally found the question is stuck in rust code which I am not familiar with. So please help me, thanks.
The text was updated successfully, but these errors were encountered: