Martin Kuhn

Results 21 comments of Martin Kuhn

In node v16 the issue has gotten a lot worse. ``` [Nest] 36135 - 17/01/2022, 10:29:12 DEBUG Auto-corrected AuditLogServiceClient 'baseUrl' value: Removed /api/v1. [Nest] 36135 - 17/01/2022, 10:29:12 DEBUG Auto-corrected...

Hi would you please mind sharing the docker image. I tried copying the Jars as suggested, but I still encounter the issue :(

I created a public image :) registry.gitlab.com/upmkuhn/spark-operator:v3-2-hadoop3-aws-2

I encountered the error as well. Found a good hint that it can be avoided, by setting the chunk size. It said the error happens when its exactly 5MB per...

I think the assert is triggered when it's sending a Multipart Upload with at least 2 chunks and the body happens to be empty for some unknown reason. The scenario...

My bad the error still happens, it still seems to be random :O What I noticed while debugging the library is that an empty PUT request is sent when the...

Maybe its releated. I have called the done function twice when doing ´new Upload().done().done()´ This caused an empty stream being sent. Thus deleting the uploaded file again and perhaps a...

Yep, I haven't encountered any error since I made sure .done() is never called twice for the same upload object.