writing partitions : flushing parquet-buffer: open /tmp/phlaredb-parquet-buffers: read-only file system" in compactor
- Dominant language
- Go
- Stars
- 11.7k
- Forks
- 802
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 80
Description
#### Describe the bug
We are using grafana/pyroscope version v1.2.0. We are running Pyroscope in microservice mode. All pods (distributor, ingester, store gateway, querier, compactor, query scheduler and query frontend) are running. Please find the pyroscope config in the attachment for all components. code :
[pyroscope_config.txt](https://github.com/grafana/pyroscope/files/13506337/pyroscope_config.txt)
Issue:
We are getting below error in compactor
ts=******* caller=bucket_compactor.go:xxx level=error component = compactor component = compactor tenant=***** msg="compaction job failed" duration=xxxxx duration_ms=xxxxxx err=" compact blocks [data-compactor/compact/--------------] writing partitions : flushing parquet-buffer: open /tmp/phlaredb-parquet-buffers: read-only file system"
compactor error looks similar to issue we raised previously [2651](https://github.com/grafana/pyroscope/issues/2651) hence I tried this solution in compactor - "you could also mount an emptyDir at /tmp in the container" @simonswine
Is that the right or permanent solution?
Environment
Infrastructure: Kubernetes (AKS)
Deployment tool: Helm
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.