stayrascal
stayrascal
@danny0405 do we need to cheery pick to 0.x or 0.14 branch?
> I don't think so, it is just a code refactoring right? It's also solve the problem that we have to include hive dependency jar(e.g. flink-hive-connector) during flink streaming read...
@fanfanAlice it's a little bit confused that the path of all hudi tables are based on `hdfs://hacluster/user/xxx` from the sql snippet, but the first FileNotFoundException you mentioned is `hdfs://admin-stage/user/tempuser/hudi/hudipath/tbale_name/xxxx`, and...
Another stability issue: ```` metadatas = await metadatas_ref ^^^^^^^^^^^^^^^^^^^ ray.exceptions.RayTaskError(ByteStreamError): [36mray::PhysicalScan->Repartition()[39m (pid=2625357, ip=[9.126.23.192](http://9.126.23.192/), actor_id=f61ffe33c55d07ce26e2271f01000000, repr=) async for partition in native_executor.run_async(plan, psets_mp, config, None, context): daft.exceptions.ByteStreamError: Io error: Cached error: Unable...
> Hi [@stayrascal](https://github.com/stayrascal), based on the error, it does not seem like an error generated by an HTTP status code but rather an EOF when doing a TLS handshake. Could...
> > Thanks for the information. Is it this particular error that you see? The `UnableToCreateMultipartUpload` with `UnexpectedEof`? If so, I'm happy to add a retry around that case. >...
> [@stayrascal](https://github.com/stayrascal) I've created a PR [#5179](https://github.com/Eventual-Inc/Daft/pull/5179) to address the UnexpectedEof issue. > > I also looked into the other error and it looks like `UnableToReadBytes` should already be properly...
meet another connect error which is not been retried, will include this error into daft retry logical.
> [@stayrascal](https://github.com/stayrascal) to clarify, are you working on a PR to add retries for that error? Hi @kevinzwang, yeah, we meet some transient errors during run a daft job, besides...
BTW, the 408 http status means the server read packets from client slowly until reach timeout, and we running daft job in a ray cluster, there are other succeeded uploadPart...