[jira] [Commented] (TIKA-2725) Make tika-server robust against ooms/infinite loops/memory leaks

2018-09-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16619594#comment-16619594 ] Hudson commented on TIKA-2725: -- SUCCESS: Integrated in Jenkins build Tika-trunk #1561 (See

[jira] [Commented] (TIKA-2725) Make tika-server robust against ooms/infinite loops/memory leaks

2018-09-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16619523#comment-16619523 ] Hudson commented on TIKA-2725: -- FAILURE: Integrated in Jenkins build tika-2.x-windows #315 (See

[jira] [Commented] (TIKA-2725) Make tika-server robust against ooms/infinite loops/memory leaks

2018-09-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16614959#comment-16614959 ] Hudson commented on TIKA-2725: -- SUCCESS: Integrated in Jenkins build tika-branch-1x #86 (See

[jira] [Commented] (TIKA-2725) Make tika-server robust against ooms/infinite loops/memory leaks

2018-09-11 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16611392#comment-16611392 ] Hudson commented on TIKA-2725: -- SUCCESS: Integrated in Jenkins build tika-branch-1x #85 (See

[jira] [Commented] (TIKA-2725) Make tika-server robust against ooms/infinite loops/memory leaks

2018-09-11 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16611235#comment-16611235 ] Hudson commented on TIKA-2725: -- FAILURE: Integrated in Jenkins build tika-branch-1x #84 (See

Re: [jira] [Commented] (TIKA-2725) Make tika-server robust against ooms/infinite loops/memory leaks

2018-09-07 Thread Oleg Tikhonov
Yep, seems to be best match... unblocked execution. On Thu, Sep 6, 2018, 23:47 Tim Allison (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/TIKA-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16606373#comment-16606373 > ] > > Tim Allison commented on

[jira] [Commented] (TIKA-2725) Make tika-server robust against ooms/infinite loops/memory leaks

2018-09-06 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16606373#comment-16606373 ] Tim Allison commented on TIKA-2725: --- {quote} Ideally, tika server is dockerized, runs on swarm as a

Re: [jira] [Commented] (TIKA-2725) Make tika-server robust against ooms/infinite loops/memory leaks

2018-09-06 Thread Oleg Tikhonov
Ideally, tika server is dockerized, runs on swarm as a service. In addition, it has healthckeck mechanism, say something ... like http get request with return code 200. Docker will runs this hc periodically, and if it fails, will restart tika server. However, we are far away. Two ways to go, fmpov

[jira] [Commented] (TIKA-2725) Make tika-server robust against ooms/infinite loops/memory leaks

2018-09-06 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16605925#comment-16605925 ] Tim Allison commented on TIKA-2725: --- bq. What is tika-server typical env? stand-alone, distributed ...

[jira] [Commented] (TIKA-2725) Make tika-server robust against ooms/infinite loops/memory leaks

2018-09-06 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16605919#comment-16605919 ] Tim Allison commented on TIKA-2725: --- {quote}In this approach, probably it is the only way ... What is

Re: [jira] [Commented] (TIKA-2725) Make tika-server robust against ooms/infinite loops/memory leaks

2018-09-06 Thread Oleg Tikhonov
In this approach, probably it is the only way ... What is tika-server typical env? stand-alone, distributed ... like replicas in cluster? Are there some time limitation for recovery? How do we know what point to start processing from? Do we mark documents which were processed? For example, if

[jira] [Commented] (TIKA-2725) Make tika-server robust against ooms/infinite loops/memory leaks

2018-09-06 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16605816#comment-16605816 ] Tim Allison commented on TIKA-2725: --- >From [~o...@apache.org] on the dev list: bq. What if watcher