Hi,
Our db just got corrupted after a shutdown using the command
$STARDOG_BINARIES/bin/stardog-admin server stop -p fff -u admin
Here is the log on restart...
Initializing Stardog
WARN 2016-01-11 15:05:47,405 [main] com.complexible.stardog.metadata.MetadataIO:readBytes(260): Unrecognized option in the metadata: search.version
WARN 2016-01-11 15:05:47,628 [main] com.complexible.stardog.metadata.MetadataIO:readBytes(260): Unrecognized option in the metadata: search.version
Database new_olh will not be available because there was an error initializing the database: There was an error while reading the transaction log, cannot initialize databaseMoving irreparable database new_olh to /storage/.unusable/new_olh
Any ideas as to why this occurs?
Regards--
Alex
-- --
You received this message because you are subscribed to the C&P "Stardog" group.
To post to this group, send email to sta...@clarkparsia.com
To unsubscribe from this group, send email to
stardog+u...@clarkparsia.com
For more options, visit this group at
http://groups.google.com/a/clarkparsia.com/group/stardog?hl=en
On Mon, Jan 11, 2016 at 10:35 AM, Alex <alex....@gmail.com> wrote:Hi,
Our db just got corrupted after a shutdown using the command
$STARDOG_BINARIES/bin/stardog-admin server stop -p fff -u admin
Here is the log on restart...How quickly afterward did you kill the VM? server stop is asynchronous, so it's not guaranteed that the server has already shutdown completely by the time the CLI returns.
Database new_olh will not be available because there was an error initializing the database: There was an error while reading the transaction log, cannot initialize databaseMoving irreparable database new_olh to /storage/.unusable/new_olh
Any ideas as to why this occurs?
Is there a difference in the time taken to shutdown a database with a huge dataset and a small dataset.