Knights

Results 9 comments of Knights

tagging myself here, as I am also looking for an option to configure command flags through environment variables, esp. `--log-level` @anderseknert just curious, any update or workaround? @marcaurele

> `CREATE EDGE reference from (select from object_model where s_Id = '' and s_model = '') TO (select from object_model where s_Id = '' and s_model = '')"` Above SQL...

@tglman Thanks for the quick response. I am running Orientdb, with gremlin, as docker container. To refer to the 3.2.18 version of the OrientDB, I have used [3.2.18-tp3](https://github.com/orientechnologies/orientdb-docker/blob/0d918587573a79091bc9e648faff362b01162742/release/3.2.x/3.2.18-tp3/Dockerfile). Couple of...

@tglman Btw, the initial observation that i have posted (gremlin query returning duplicate records), I understand this is due to corrupted INDEXES. I tried preform `REBUILD INDEX`, but OrientDB server...

@tglman if the observation is just with System DB(OSystem), the deleting it and restarting orientdb service recreates the system DB. However, in my case this issue is observed with not...

@tglman Yes, in my case, I am using k8s volumes.

> Hi, > > Are you using volumes for the data folder in your k8s deploy ? > > Regards @tglman using k8s volumes has any observations with orientdb, is...

Hi @tglman, we get there errors on the same version of the orientdb, NO upgrades were performed. This observation is seen after the system was restarted(not a graceful shutdown), where...

I too have the similar problem. On a restart of system(k8s cluster). OrientDB crashed while loading OSystem DB. To recover, have deleted "OSystem" database and restarted OrientDB. OrientDB started but...