Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Got error while calculating total size of directory: #2116

Open
AbhishekRamamurthy opened this issue Sep 27, 2024 · 0 comments
Open
Labels
kind/bug Something is broken.

Comments

@AbhishekRamamurthy
Copy link

What version of Badger are you using?

github.com/dgraph-io/badger/v4 v4.3.0

What version of Go are you using?

go 1.23.1

Have you tried reproducing the issue with the latest release?

None

What is the hardware spec (RAM, CPU, OS)?

x86_64

What steps will reproduce the bug?

k8s with rook-ceph-block volume mount.

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name:
labels:
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 10Gi
storageClassName: rook-ceph-block

and badger is using the mount volume to save the record.

2024-09-27T00:37:48.502Z	DEBUG	badger/zap_logger.go:27	Got error while calculating total size of directory: /cache_db

2024-09-27T00:38:48.502Z	DEBUG	badger/zap_logger.go:27	Got error while calculating total size of directory: /cache_db

Expected behavior and actual result.

shouldn't see the error

Additional information

go application running in k8s cluster with rook-ceph-block volume mount PVC, this is used as badger scratch space.

@AbhishekRamamurthy AbhishekRamamurthy added the kind/bug Something is broken. label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something is broken.
Development

No branches or pull requests

1 participant