Ye Cao

Results 85 comments of Ye Cao

Hi @SzyWilliam, the issue has been going on for a while, are you still willing to complete it?

Hi, @qiranq99. Thanks for the report. > From the information provided by python3 -m vineyard --help, the option -spill_path seems to allow spilling data to the disk storage if there...

> @dashanji Sorry for not making it clear. The scenario is like: > > 1. start a server via `python3 -m vineyard -size 100G -spill_path `; > 2. A bunch...

@qiranq99 It's not a bug. As you set the `size=50G` for vineyard, that means the maximum usage memory of client is 50G as well. In your case, the memory usage...

I'm sorry the `extraFields` maybe confuse you, it actually acts like `patchFields`. If the field is filled and then it will be patched into the original logic. As the general...

Yeah, using webhook can also work, but we don't want to add a new one. Actually, we want to do the `Patch` during Rendering the Vineyardd CRD as the [deployment](https://github.com/v6d-io/v6d/blob/main/k8s/pkg/templates/vineyardd/deployment.yaml)....

No problem, assigned to you. If you have any question, feel free to contact us.

@jingchu000, we have a slack channel refer to [doc](https://github.com/v6d-io/v6d#get-involved). Also, we have a DingDing group for communication. You could choose the like one.

Thanks @songqing. Fixed in https://github.com/v6d-io/v6d/pull/1600/.