Vladimir Kotal

Results 449 comments of Vladimir Kotal

Definitely, the temporary files should be cleaned up automatically.

Yep, that's the one. What version are you running ? Dne út 9. 7. 2019 16:58 uživatel Anish Khattar napsal: > I think you might be referring to this issue:...

It may be worth trying. Dne čt 11. 7. 2019 0:13 uživatel Anish Khattar napsal: > I am guessing I need to update the a later version to fix this...

@ahornace as long as the files are no longer needed that could be a workaround.

Checking our production instance (runs 1.3.6, Tomcat uses `-Djava.io.tmpdir=/var/tomcat8/temp`) I don't see the issue. Also, the Tomcat process does not currently have any of these files opened.

Running Tomcat 8.5.45 with Oracle JDK 1.8.0_231. The Suggester itself has a cron4J setup that triggers the rebuild at midnight every day by default: ``` public static final String REBUILD_CRON_CONFIG_DEFAULT...

Can anyone share **full** indexer logs for a case where this problem happens ?

Actually, I can see this on the production instance I maintain. The last case happened on Nov 24th: ``` -rw-r----- 1 webservd webservd 636931654 Nov 24 21:33 opengrok_suggester_wfst_input_f.tmp -rw-r----- 1...

Sent a query to the Lucene user's mailing list: https://marc.info/?l=lucene-user&m=160673958030670&w=2

@unhipzippo yes, the suggester runs within the web application (for the time being - #3378). The indexer can merely trigger suggester rebuild. At first I thought this can be related...