ukwa / ukwa-heritrix

The UKWA Heritrix3 custom modules and Docker builder.
9 stars 7 forks source link

Prevent Kryo warnings #18

Open anjackson opened 5 years ago

anjackson commented 5 years ago

We're observing these warnings:

UNREGISTERED FOR KRYO class org.archive.util.Histotable in class org.archive.crawler.frontier.BdbWorkQueue
UNREGISTERED FOR KRYO class org.archive.crawler.frontier.precedence.HighestUriQueuePrecedencePolicy$HighestUriPrecedenceProvider in class org.archive.crawler.frontier.BdbWorkQueue
UNREGISTERED FOR KRYO class org.json.JSONObject in class org.archive.modules.CrawlURI
UNREGISTERED FOR KRYO class java.util.LinkedHashSet in class org.archive.modules.CrawlURI

These should be registered with AutoKryo, which I think has to be done in the main project.