You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I stop the docker container while it is in the process of indexing a folder and then restart the container, it does not resume indexing the remaining files in that folder or any other folders that weren't yet indexed. If I add new folders with files it will resume indexing but the only way I can get it to index everything is by restarting the container with "--restart" and then it starts from the beginning.
15:44:35,285 INFO [f.p.e.c.f.c.BootstrapChecks] Memory [Free/Total=Percent]: HEAP [231.5mb/3.8gb=5.84%], RAM [2.1gb/15.4gb=14.15%], Swap [975.7mb/976.9mb=99.87%].
15:44:35,671 INFO [f.p.e.c.f.FsCrawlerImpl] Starting FS crawler
15:44:35,672 INFO [f.p.e.c.f.FsCrawlerImpl] FS crawler started in watch mode. It will run unless you stop it with CTRL+C.
15:44:35,864 WARN [f.p.e.c.f.c.ElasticsearchClient] We are not doing SSL verification. It's not recommended for production.
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier.
SLF4J: Ignoring binding found at [jar:file:/usr/share/fscrawler/lib/log4j-slf4j-impl-2.20.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See https://www.slf4j.org/codes.html#ignoredBindings for an explanation.
15:44:36,563 INFO [f.p.e.c.f.c.ElasticsearchClient] Elasticsearch Client connected to a node running version 8.8.1
15:44:36,572 WARN [f.p.e.c.f.c.ElasticsearchClient] We are not doing SSL verification. It's not recommended for production.
15:44:36,666 INFO [f.p.e.c.f.c.ElasticsearchClient] Elasticsearch Client connected to a node running version 8.8.1
15:44:36,713 INFO [f.p.e.c.f.FsParserAbstract] FS crawler started for [job_name] for [/tmp/es] every [5m]
15:44:36,831 INFO [f.p.e.c.f.t.TikaInstance] OCR is enabled. This might slowdown the process.
{
"name" : "job_name",
"lastrun" : "2023-08-17T15:24:57.563347074",
"indexed" : 6,
"deleted" : 0
}
Expected behavior
I had expected it would resume indexing the directory it had been stopped in the middle of and files in other folders that hadn't been indexed yet. Is that not expected behavior?
Versions:
OS:Debian 11
Version 2.10 snapshot docker
The text was updated successfully, but these errors were encountered:
When I stop the docker container while it is in the process of indexing a folder and then restart the container, it does not resume indexing the remaining files in that folder or any other folders that weren't yet indexed. If I add new folders with files it will resume indexing but the only way I can get it to index everything is by restarting the container with "--restart" and then it starts from the beginning.
Job Settings
Logs
Expected behavior
I had expected it would resume indexing the directory it had been stopped in the middle of and files in other folders that hadn't been indexed yet. Is that not expected behavior?
Versions:
The text was updated successfully, but these errors were encountered: