Closed d4nys3k closed 5 years ago
Hi,
This is definitely not normal, it looks like some other kind of error of the underlying database. I would recommend you to stop the validator, erase all the database files and start it again. If you added ARIN TAL to it, just put the TAL file to 'preconfigured-tals' directory, so it will pick it up on the start. If you made any configuration for white-lists or ignore filters, you can export them to a SLURM file and then import back after restart.
We are working on replacing the storage sub-system, so that we don't have these problems anymore, but for now restarting the validator with erasing the database should help.
Hi,
This latest release 407 should no longer have the issue you mentioned tar ball | centos rpm
We were improving the DB stability and we had tested it as release candidate for a week in our environment. Loading time should also be improved with this version (change log ).
Cheers.
We finally released version 3.1 which should no longer suffer from database space issue, since we already replace the underlying persistence layer. Feel free to give it a try:
Docker image: https://hub.docker.com/r/ripencc/rpki-validator-3-docker RPM: https://ftp.ripe.net/tools/rpki/validator3/prod/centos7/repo/ Tarball: https://ftp.ripe.net/tools/rpki/validator3/prod/generic/
Change logs:
Tried upgrade to 3.1-2019.07.04_06.41.46; so far no issues with it. We'll monitor this for couple of days.
I believe this is fixed in the 3.1 version. So far no issues with new DB backend.
good afternoon, friends You have this problem of high memory consumption. Installed version 3.1 ..[
usr/bin/java -Xms512m -Xmx1536m -XX:+ExitOnOutOfMemoryError -Dspring.config.location=classpath:/application.properties,file:/etc/rpki-validator-3/
After upgrading to version 3.0-397, there's some problem causing to grow rpki-validator.h2.mv.db unexpectly and very quickly after few hours running; where database was purged before. I noted that in #61 already, but I think this is somewhat different issue. Database file has 13 GB in total (from wiki/documentation; 10GB should be sufficient for running RPKI validator).
Before disk space is filled-up, only similar errors are logged repeatedly:
These errors were referenced in #77 as "normal".
After threre's no free space, application crashes.
But this crash is probably caused by lack of disk space.