Replication: startMaster does not unfreeze DB
---------------------------------------------
Key: DERBY-3384
URL: https://issues.apache.org/jira/browse/DERBY-3384
Project: Derby
Issue Type: Bug
Reporter: Øystein Grøvlen
ij version 10.4
ij> connect 'jdbc:derby:masterDB;user=oystein;password=pass';
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';
ij(CONNECTION1)> select * from t order by i;
I
-----------
1
2
3
4
5
6
7
8
10
12
20
22
30
32
40
42
16 rows selected
ij(CONNECTION1)> insert into t values (9), (10), (11), (12);
The last statement never completes.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.