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
I'm trying to use FS Crawler 2.6 in a Windows Server machine to index a huge number of files in my company. It's a very large Windows folders tree in a network drive: 14,92 Tb size, 7,2M files in 2,3M folders. Data are in a remote filer, in the same data center.
I realized that FS Crawler stops responding at some point of the process. Even if running in TRACE mode, there is no response, it only freezes.
After using CONTROL + C command, I navigate in the error stack to find the original problem: a 0 byte TXT file caused the exception.
Think it is easy to fix in the next versions.
Thank you
The text was updated successfully, but these errors were encountered:
FSCrawler is freezing when crawling a 0 byte TXT file or it complains with a `InputStream must have > 0 bytes` message.
This fix will ignore such a case so the crawling can continue.
Closes#834Closes#1084
Hello all,
I'm trying to use FS Crawler 2.6 in a Windows Server machine to index a huge number of files in my company. It's a very large Windows folders tree in a network drive: 14,92 Tb size, 7,2M files in 2,3M folders. Data are in a remote filer, in the same data center.
I realized that FS Crawler stops responding at some point of the process. Even if running in TRACE mode, there is no response, it only freezes.
After using CONTROL + C command, I navigate in the error stack to find the original problem: a 0 byte TXT file caused the exception.
Think it is easy to fix in the next versions.
Thank you
The text was updated successfully, but these errors were encountered: