Skip to content
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

Closed
dadoonet opened this issue Jun 15, 2012 · 0 comments
Closed

Filter documents #1

dadoonet opened this issue Jun 15, 2012 · 0 comments
Assignees
Labels
update When updating an existing feature
Milestone

Comments

@dadoonet
Copy link
Owner

Add a include/exclude option

@ghost ghost assigned dadoonet Jun 15, 2012
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
@dadoonet dadoonet added this to the 0.0.1 milestone Jan 31, 2017
dadoonet pushed a commit that referenced this issue Nov 17, 2020
dadoonet pushed a commit that referenced this issue Mar 31, 2021
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
Labels
update When updating an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant