Caused by: java.lang.RuntimeException: Scan of table found missing queue -.alienvault
at crawlercommons.urlfrontier.service.rocksdb.RocksDBService.recoveryQscan(RocksDBService.java:151)
at crawlercommons.urlfrontier.service.rocksdb.RocksDBService.(RocksDBService.java:103)
... 15 more
The reason for it is that the queue object wasn't created if nothing was scheduled - i.e. the queue was finished. This is a bug.
When resurrecting an existing Rockdb
Caused by: java.lang.RuntimeException: Scan of table found missing queue -.alienvault at crawlercommons.urlfrontier.service.rocksdb.RocksDBService.recoveryQscan(RocksDBService.java:151) at crawlercommons.urlfrontier.service.rocksdb.RocksDBService.(RocksDBService.java:103)
... 15 more
The reason for it is that the queue object wasn't created if nothing was scheduled - i.e. the queue was finished. This is a bug.