petolexa
petolexa
Hi @andreaTP, thank you for your answer. You are right, memory limit was partially a problem. In a timeline, this happened: 1. We had 3 replicas of a pod with...
Also, what is noticeable: - there is no such issue when I import 10000+ versions from the backup file via `/admin/export` and `/admin/import` API - even if these 10000+ versions...
Hi @AndreATP, thank you for your tests and suggestions. Test preparation took a while as I had to create thousands of versions :) I basically did this in 3 Linux...
Please find the testing schema attached if you needed it. I just had to add a .txt postfix as I cannot upload .json files. [loop-test.json.txt](https://github.com/Apicurio/apicurio-registry/files/9535947/loop-test.json.txt)
Nice, thank you for the links and for pointing out the other parameters. From the JVM parameters, I only add the ones that are in environment variables in JAVA_OPTIONS above...
Hi @andreaTP, thank you for the detail and another test. **1. for the initial crash** I only see few minor differences between mine and your setup, considering minikube should react...
In my last test I tried to rewrite the default `-Xmx` to a higher number. I've added `-Xmx800m` to my JAVA_OPTIONS: ``` #environment variables env: - name: JAVA_OPTIONS value: >-...
Thank you @andreaTP for your effort and for the tests. I agree that in this circumstances it makes no sense to leave the issue open. My test with `requests` set...
Results with the same resources and one replica as you had: ``` #pod replicas replicas: 2 #pod resources limits resources: requests: memory: "500Mi" cpu: "250m" limits: memory: "1000Mi" cpu: "500m"...
Hi @andreaTP , you were right! I just understood where you are pointing from your last comment. We've had default liveness and readiness probes set up: ``` livenessProbe: failureThreshold: 3...