Chenyu Zhao

Results 27 comments of Chenyu Zhao

Interesting, I can't reproduce with `nvcr.io/nvidia/tritonserver:23.10-py3` I don't have the exact commit that I built the image with, but I have a rough timestamp. Here's some debug information: Build command:...

Okay I spoke a little too soon. With the `23.10-py3` base image, I'm still getting the segfault, but only at the *end* of my load test. Maybe there's some small...

One workaround is to avoid using DeclareEnumIdent for enums, and to use `DeclareIdent(fieldName, filtering.TypeString)` instead. Then in [`Transpiler`](https://github.com/einride/spanner-aip-go/blob/master/spanfiltering/transpiler.go#L15) you maintain a map between the enum string values and the enum...

The problem is that enum constants must be wrapped in double-quotes as per the spec. This means that `READY` should be `"READY"` > Enums expect the enum's string representation (case-sensitive).

> I don't agree that string representation means the value should be quoted. I'd say the current behavior is correct. Thanks, I just tested on the Google Compute Engine API...

Bump. Running into the same issue with SSO: ``` $ cat ~/.ecr/log/ecr-login.log time="2023-04-28T12:20:09-07:00" level=debug msg="Retrieving credentials" region=us-east-1 registry=ACCOUNT_ID serverURL=ACCOUNT_ID.dkr.ecr.us-east-1.amazonaws.com service=ecr time="2023-04-28T12:20:09-07:00" level=debug msg="Checking file cache" registry=ACCOUNT_ID time="2023-04-28T12:20:09-07:00" level=debug msg="Calling ECR.GetAuthorizationToken"...

We noticed this with a spot instance node group on EKS. Could a preempted instance also trigger this behavior?

That did the trick! Thank you kind stranger! Not sure why it's needed though. The docs for -H say: "These headers will also be included in reflection requests to a...

Another friendly bump on this. +1 for this feature