You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--grpc_max_message_size int Maximum allowed RPC message size. Larger messages will be rejected by gRPC with the error 'exceeding the max size'. (default 16777216)
that's what I see in the output of the vttablet flags.
Okay, looks reasonable.
Part of my cluster definition:
when I try to apply the cluster definition, I am getting the following error:
knv apply -f cluster_k8s-mysql.yml
The VitessCluster "test" is invalid: spec.keyspaces.partitionings.custom.shards.tabletPools.vttablet.extraFlags.grpc_max_message_size: Invalid value: "integer": spec.keyspaces.partitionings.custom.shards.tabletPools.vttablet.extraFlags.grpc_max_message_size in body must be of type string: "integer"
Reproduction Steps
Add to your cluster def under the vttablet the following:
knv apply -f cluster_k8s-mysql.yml
The VitessCluster "test" is invalid: spec.keyspaces.partitionings.custom.shards.tabletPools.vttablet.extraFlags.grpc_max_message_size: Invalid value: "integer": spec.keyspaces.partitionings.custom.shards.tabletPools.vttablet.extraFlags.grpc_max_message_size in body must be of type string: "integer"
Binary Version
16.0.0
Operating System and Environment details
EKS, 1.23
Log Fragments
No response
The text was updated successfully, but these errors were encountered:
Overview of the Issue
that's what I see in the output of the vttablet flags.
Okay, looks reasonable.
Part of my cluster definition:
when I try to apply the cluster definition, I am getting the following error:
Reproduction Steps
Add to your cluster def under the vttablet the following:
try to apply
Binary Version
Operating System and Environment details
Log Fragments
No response
The text was updated successfully, but these errors were encountered: