Hi,
we are facing the following issue, when we try to restart dremio with
dremio service restart
dremio starts for a second then stops
The log says (server.out)
2018-12-18 12:36:29,200 [main] INFO c.d.datastore.LocalKVStoreProvider - Starting LocalKVStoreProvider
2018-12-18 12:36:31,209 [main] INFO c.d.datastore.LocalKVStoreProvider - Stopping LocalKVStoreProvider
2018-12-18 12:36:31,210 [main] INFO c.d.datastore.LocalKVStoreProvider - Stopped LocalKVStoreProvider
Failed to complete cleanup.
org.rocksdb.RocksDBException: Can’t access /009551.sst: IO error: while stat a file for size: /dremio/db/catalog/009551.sst: No such file or directory
Can’t access /009552.sst: IO error: while stat a file for size: /dremio/db/catalog/009552.sst: No such file or directory
Can’t access /009537.sst: IO error: while stat a file for size: /dremio/db/catalog/009537.sst: No such file or directory
Can’t access /009538.sst: IO error: while stat a file for size: /dremio/db/catalog/009538.sst: No such file or directory
Can’t access /009539.sst: IO error: while stat a file for size: /dremio/db/catalog/009539.sst: No such file or directory
Can’t access /009540.sst: IO error: while stat a file for size: /dremio/db/catalog/009540.sst: No such file or directory
Can’t access /009541.sst: IO error: while stat a file for size: /dremio/db/catalog/009541.sst: No such file or directory
Can’t access /009542.sst: IO error: while stat a file for size: /dremio/db/catalog/009542.sst: No such file or directory
Can’t access /009543.sst: IO error: while stat a file for size: /dremio/db/catalog/009543.sst: No such file or directory
Can’t access /009544.sst: IO error: while stat a file for size: /dremio/db/catalog/009544.sst: No such file or directory
Can’t access /009545.sst: IO error: while stat a file for size: /dremio/db/catalog/009545.sst: No such file or directory
Can’t access /009546.sst: IO error: while stat a file for size: /dremio/db/catalog/009546.sst: No such file or directory
Can’t access /009547.sst: IO error: while stat a file for size: /dremio/db/catalog/009547.sst: No such file or directory
Is there any way to force a restart of dremio?
I already tried a “dremio-admin clean” but It gave me the same error
Thanks