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
Updates to be able to run under Java 10 and later and to better log i…
…nfo early in the startup process, before the logging library may have been loaded.
Recent change to use readQ.take() can lead to situation where all ind…
…exing threads are blocked waiting for a record to take() . When this happens the program locks up and never terminates.
A simple way to observe this behavior is to set the number indexing threads to 4 and then try to index a file containing a single record.
Translating the code to strings that could be used as specifications …
…in a data driven test.
Purely a housekeeping change to a file that will be deleted in the future.