You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "V.Narayanan (JIRA)" <ji...@apache.org> on 2008/02/08 05:27:08 UTC

[jira] Updated: (DERBY-3384) Replication: startMaster does not unfreeze DB

     [ https://issues.apache.org/jira/browse/DERBY-3384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

V.Narayanan updated DERBY-3384:
-------------------------------

          Component/s: Replication
    Affects Version/s: 10.4.0.0
        Fix Version/s: 10.4.0.0

> Replication: startMaster does not unfreeze DB
> ---------------------------------------------
>
>                 Key: DERBY-3384
>                 URL: https://issues.apache.org/jira/browse/DERBY-3384
>             Project: Derby
>          Issue Type: Bug
>          Components: Replication
>    Affects Versions: 10.4.0.0
>            Reporter: Øystein Grøvlen
>            Assignee: V.Narayanan
>             Fix For: 10.4.0.0
>
>
> 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.