Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
10.11.1.1
-
None
-
None
Description
I saw this error in derby.log after running replication tests:
ERROR 08006: Database '{0}' shutdown. at org.apache.derby.iapi.error.StandardException.newException(StandardException.java:290) at org.apache.derby.iapi.error.StandardException.newException(StandardException.java:285) at org.apache.derby.impl.store.raw.log.LogToFile.stopReplicationSlaveRole(LogToFile.java:5253) at org.apache.derby.impl.store.replication.slave.SlaveController.stopSlave(SlaveController.java:266) at org.apache.derby.impl.store.replication.slave.SlaveController.access$500(SlaveController.java:64) at org.apache.derby.impl.store.replication.slave.SlaveController$SlaveLogReceiverThread.run(SlaveController.java:526)
The database name is missing from the message.
LogToFile.stopReplicationSlaveRole() should either call newException() with the database name as argument or use another message that doesn't take a database name argument.