Progress notification during migration soothes the soul.
This commit is contained in:
@@ -862,6 +862,7 @@ public class DepotMarshaller<T extends PersistentRecord>
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
// but this is a new, named index, so we create it
|
// but this is a new, named index, so we create it
|
||||||
|
log.info("Creating new index: " + ixName);
|
||||||
ctx.invoke(new Modifier() {
|
ctx.invoke(new Modifier() {
|
||||||
@Override
|
@Override
|
||||||
protected int invoke (Connection conn, DatabaseLiaison liaison) throws SQLException {
|
protected int invoke (Connection conn, DatabaseLiaison liaison) throws SQLException {
|
||||||
|
|||||||
Reference in New Issue
Block a user