Bo Liu

Results 21 issues of Bo Liu

See https://github.com/kubeflow/common/issues/48

kind/feature

### Issue description Now `ResetSession` only mark a flag. It's more reasonable to send `COM_RESET_CONNECTION` to really reset session. https://dev.mysql.com/doc/internals/en/com-reset-connection.html ### Example code ```go If possible, please enter some example...

falcon grafana 中如何查询 Top N 数据,是否具有这个功能?

### Describe the bug I find the DescribeVpcEndpointConnectionsOutput.VpcEndpointState can't match the consts defined in [enums.go](https://github.com/aws/aws-sdk-go-v2/blob/main/service/ec2/types/enums.go) The reponse is `pendingAcceptance` but the const in [enums.go](https://github.com/aws/aws-sdk-go-v2/blob/main/service/ec2/types/enums.go#L5739) is `PendingAcceptance`. ### Expected Behavior They...

bug
service-api

### What problem does this PR solve? ### What is changed and how does it work? ### Code changes - [x] Has Go code change - [ ] Has CI...

status/LGT1

Is there any reason why grants are not supported?

## Hello! - Vote on this issue by adding a 👍 reaction - To contribute a fix for this issue, leave a comment (and link to your pull request, if...

impact/reliability
kind/bug

### What problem are you facing? I hope to create vpc peering by crossplane in gcp ### How could Crossplane help solve your problem? https://cloud.google.com/vpc/docs/vpc-peering

enhancement

### Description of your changes Fixes #1572 I have: - [x] Read and followed Crossplane's [contribution process]. - [ ] Run `make reviewable test` to ensure this PR is ready...

### What happened? Backoff is not worked in some status (e.g. delete bucket but the bucket is not empty). Now crossplane use `For` with no `Options` as the event handler....

bug