Skip to content

Commit 5241461

Browse files
Add metrics issues to known-issues. (#4085)
1 parent b9399d9 commit 5241461

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/known-issues.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ This document lists known issues and bugs in GCSFuse, their impact, and the rele
1414

1515
## Resolved Issues
1616

17-
| Issue | Affected Versions | Fixed in | Reference |
18-
|:-----------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| :--- | :--- |
19-
| Input/output error when metrics are enabled. | Applications may receive input/output errors from GCSFuse mounts when metrics are enabled. | v2.12.0 | [#3870](https://github.com/GoogleCloudPlatform/gcsfuse/issues/3870) |
20-
| Writing to a file fails with an Input/Output error on the application side, accompanied by 503 errors in the GCSFuse logs. This occurs when streaming writes are enabled. | This issue was caused by stalls during write operations. It has been resolved in GCSFuse v3.3.0. Users should upgrade to v3.3.0 or later. **Workaround:** Disable streaming writes (`--enable-streaming-writes=false`) only if user can't upgrade. This flag reliably prevents the error only when staging writes uses fast media type like, SSD, tmpfs (specified using`--temp-dir`). |v3.3.0||
17+
| Issue | Affected Versions | Fixed in | Reference |
18+
|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------|:---------|:--------------------------------------------------------------------|
19+
| Writing to a file fails with an Input/Output error on the application side, accompanied by 503 errors in the GCSFuse logs. This occurs when streaming writes are enabled. This issue was caused by stalls during write operations. It has been resolved in GCSFuse v3.3.0. Users should upgrade to v3.3.0 or later. **Workaround:** Disable streaming writes (`--enable-streaming-writes=false`) only if user can't upgrade. This flag reliably prevents the error only when staging writes uses fast media type like, SSD, tmpfs (specified using`--temp-dir`). | \[v3.0.* - v3.2.*\] | v3.3.0 ||
20+
| Metrics: Input/output error when metrics are enabled. Applications may receive input/output errors from GCSFuse mounts when metrics are enabled. | v2.11.* | v2.12.0 | [#3870](https://github.com/GoogleCloudPlatform/gcsfuse/issues/3870) |
21+
| Metrics: Incorrect gcs/reader_count and gcs/download_bytes_count metrics. | \[v2.5.0, v3.4.*] | v3.5.1 | [#3895](https://github.com/GoogleCloudPlatform/gcsfuse/pull/3895)
22+
| Metrics: Points must be written in order. One or more of the points specified had an older start time than the most recent point. Happens when multiple GCSFuse mounts are present on the same machine. | \[v2.5.0, v3.4.*\] | v3.5.1 | [#3895](https://github.com/GoogleCloudPlatform/gcsfuse/pull/3923)|
23+
| Metrics: One or more points were written more frequently than the maximum sampling period configured for the metric. Happens when multiple GCSFuse mounts are present on the same machine. | \[v2.5.0, v3.4.*\] | v3.5.1 | [#3895](https://github.com/GoogleCloudPlatform/gcsfuse/pull/3923)|

0 commit comments

Comments
 (0)