dice-group / Squirrel

Squirrel searches and collects Linked Data
Other
22 stars 19 forks source link

Metadata should be flushed when dataset is crawled #136

Closed MichaelRoeder closed 4 years ago

MichaelRoeder commented 4 years ago

Situation

Each worker writes data to the metadata graph (or metadata file) while crawling. However, since the worker is never really done, it will always have an open connection or a buffer for the metadata graph. This can easily lead to a situation in which a worker is stopped and remaining metadata that has not been written is lost.

Fix

gsjunior86 commented 4 years ago

pushed into develop