Open sfialok31 opened 1 year ago
similar error while running insert/updates with python:
arango.exceptions.DocumentInsertError: [HTTP 500][ERR 1305] IO error: While fdatasync: /data/engine-rocksdb/journals/000844.log: Socket not connected
Reading works file though.
Maybe this has something to do with the invalid certificate?
[2024-02-05 16:56:32] WARNING [py.warnings _showwarnmsg:109] /usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py:1061: InsecureRequestWarning: Unverified HTTPS request is being made to host 'gmcdev-cluster-ea.default'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
My Environment
Component, Query & Data
Affected feature: Deployment
Size of your Dataset on disk: 200MB
Problem:
Hi,
I am deploying arangodb as a deployment with 1 replica on kubernetes with Google Kubernetes Engine. For data persistence, I am using a ReadWriteOnce volume and mounting it at /var/lib/arangodb3 location. The volume is provisioned using GKE's standard-rwo storage class.
Occasionaly I am running into some I/O errors and I am finding it hard to figure out its cause and solution.
The logs look like:
I added a liveness probe to restart the container if there is an issue with writes in the volume, but even after the container restart, the problem is not fully fixed. logs:
There should not be a permission issue since arangodb is being run with ROOT user.
Could someone please help me in fixing this or figuring out the cause? Thanks