-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter documents #1
Comments
dadoonet
added a commit
that referenced
this issue
Jun 15, 2012
Closed
dadoonet
added a commit
that referenced
this issue
Jul 7, 2016
Follow up for #187 which now detects Zombie threads, we are getting errors like: ``` > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at fr.pilato.elasticsearch.crawler.fs.test.integration.FsCrawlerImplAllParametersIT: > 1) Thread[id=60, name=pool-25-thread-1, state=TIMED_WAITING, group=TGRP-FsCrawlerImplAllParametersIT] > at sun.misc.Unsafe.park(Native Method) > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) > at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) > at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) > at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) > at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > at java.lang.Thread.run(Thread.java:745) > 2) Thread[id=61, name=Thread-24, state=TIMED_WAITING, group=TGRP-FsCrawlerImplAllParametersIT] > at java.lang.Thread.sleep(Native Method) > at fr.pilato.elasticsearch.crawler.fs.FsCrawlerImpl$FSParser.run(FsCrawlerImpl.java:277) > at java.lang.Thread.run(Thread.java:745) > at __randomizedtesting.SeedInfo.seed([2027A26A304AA08E]:0) ``` Closes #188
mergify bot
pushed a commit
that referenced
this issue
Mar 17, 2022
Add option to set path to custom tika config file
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a include/exclude option
The text was updated successfully, but these errors were encountered: