Hi Team, I am encountering an issue where data di...
# nebula
c
Hi Team, I am encountering an issue where data disappears after a certain period on our Nebula cluster, which is running on a Kubernetes environment. The database and schema remain intact, but the nodes and edges data go missing. Could you provide any insights into what might be causing this data loss or reset?
d
Hi friend, could you provide us with detailed reproduction steps and error logs?
c
@Dinah - Thank you for responding. I inserted the data into a specific space. It is running in K8s cluster, problem is schema exists, but data is getting flushed out occasionally. Where can i download the logs here? Thank you
k
If you enable the log volume, you can access logs from '/usr/local/nebula/logs' inside the nebula container. Alternatively, if you configure logs to be output to stdout, you can retrieve them using the cmd 'kubectl logs $pod -n $namespace'.
Please confirm the steps below: 1. set ttl_duration property on schema 2. execute compactions
c
@kevin.qiao - ttl_duration = 0
@kevin.qiao @Dinah - I am effectively using the K8s and Operator to deploy the Nebula cluster. Everything working well other than data getting flushed out. How do i debug this from the deployment level is where we are stuck. Can you help ?