[
https://issues.apache.org/jira/browse/DERBY-3447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12577389#action_12577389
]
V.Narayanan commented on DERBY-3447:
------------------------------------
I am not able to reproduce this problem on both embedded and network/client
Network Client
[EMAIL PROTECTED]:~/work/workspaces/Derby3447_1/master$ java
org.apache.derby.tools.ij
ij version 10.5
ij> connect 'jdbc:derby://localhost:1527/replicationdb';
ij> connect
'jdbc:derby://localhost:1527/replicationdb;startMaster=true;slaveHost=localhost;slavePort=8001';
ij(CONNECTION1)> quit;
[EMAIL PROTECTED]:~/work/workspaces/Derby3447_1/master$
Embedded
[EMAIL PROTECTED]:~/work/workspaces/Derby3447_1/master$ java
org.apache.derby.tools.ij
ij version 10.5
ij> connect 'jdbc:derby:masterDB;user=oystein;password=pass;create=true';
ij> call SYSCS_UTIL.SYSCS_FREEZE_DATABASE();
0 rows inserted/updated/deleted
ij> connect
'jdbc:derby:masterDB;user=oystein;password=pass;startMaster=true;slaveHost=localhost;slavePort=8001';
ij(CONNECTION1)> quit;
[EMAIL PROTECTED]:~/work/workspaces/Derby3447_1/master$
Can you pls re-run and confirm on the current workspace to see if this problem
is occurring?
> Shutdown on a database without stopping replication hangs
> ---------------------------------------------------------
>
> Key: DERBY-3447
> URL: https://issues.apache.org/jira/browse/DERBY-3447
> Project: Derby
> Issue Type: Bug
> Components: Replication
> Affects Versions: 10.4.0.0
> Reporter: V.Narayanan
> Assignee: V.Narayanan
> Attachments: Derby3447_v1.diff, Derby3447_v1.stat
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.