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
Describe the issue
Got Input/output error while performing write benchmark via fio over a mount with --client-protocol=grpc. I am trying to re-write over 10MiB file again and again.
Here is the GCSFuse error logs,
time="08/12/2024 12:37:17.753653" severity=INFO message="Retrying for the error: rpc error: code = ResourceExhausted desc = The object gcs-grpc-team-liutimothy-bucket-fuse-002/10M/10M_write.0.0 exceeded the rate limit for object mutation operations (create, update, and delete). Please reduce your request rate. See https://cloud.google.com/storage/docs/gcs429."
time="08/12/2024 12:37:18.554019" severity=INFO message="Retrying for the error: rpc error: code = ResourceExhausted desc = The object gcs-grpc-team-liutimothy-bucket-fuse-002/10M/10M_write.0.0 exceeded the rate limit for object mutation operations (create, update, and delete). Please reduce your request rate. See https://cloud.google.com/storage/docs/gcs429."
time="08/12/2024 12:37:19.998119" severity=INFO message="Retrying for the error: rpc error: code = ResourceExhausted desc = The object gcs-grpc-team-liutimothy-bucket-fuse-002/10M/10M_write.0.0 exceeded the rate limit for object mutation operations (create, update, and delete). Please reduce your request rate. See https://cloud.google.com/storage/docs/gcs429."
time="08/12/2024 12:37:23.496142" severity=ERROR message="SyncFile: input/output error, FileInode.Sync: SyncObject: create: CreateObject: error in closing writer : EOF"
time="08/12/2024 12:37:23.496188" severity=ERROR message="fuse: *fuseops.SyncFileOp error: input/output error"
System & Version (please complete the following information):
OS: All
Platform All
Version - v2.0.1 onwards
SLO:
We strive to respond to all bug reports within 24 business hours provided the information mentioned above is included.
The text was updated successfully, but these errors were encountered:
raj-prince
changed the title
gRPC: Input/Output error with gRPC client protocol while appending/overriding/editing the mounted file
gRPC: Input/Output error while appending/overriding/editing the file
Dec 11, 2024
raj-prince
changed the title
gRPC: Input/Output error while appending/overriding/editing the file
gRPC: Input/Output error while writing over the existing file
Dec 11, 2024
raj-prince
changed the title
gRPC: Input/Output error while writing over the existing file
gRPC: Input/Output error while writing repeatedly over the existing file
Dec 11, 2024
Describe the issue
Got Input/output error while performing write benchmark via fio over a mount with
--client-protocol=grpc
. I am trying to re-write over 10MiB file again and again.Here is the GCSFuse error logs,
System & Version (please complete the following information):
SLO:
We strive to respond to all bug reports within 24 business hours provided the information mentioned above is included.
The text was updated successfully, but these errors were encountered: