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 "Andrew Lawrenson (JIRA)" <ji...@apache.org> on 2008/10/29 11:57:44 UTC

[jira] Created: (DERBY-3927) programmatic access to replication status

programmatic access to replication status
-----------------------------------------

                 Key: DERBY-3927
                 URL: https://issues.apache.org/jira/browse/DERBY-3927
             Project: Derby
          Issue Type: Improvement
          Components: Replication
    Affects Versions: 10.4.2.0
         Environment: N/A
            Reporter: Andrew Lawrenson
            Priority: Minor


It would be very useful to be able to get programmatic information on the current state of derby replication, from either the master or server nodes.

this could be either via stored procedures, or JMX (my preference)

this could be used, for example, to check if a master has exceeded its log buffer after being disconnected from the slave.  Or to check if the slave is still connected to the master.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-3927) programmatic access to replication status

Posted by "Francois Orsini (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12740349#action_12740349 ] 

Francois Orsini commented on DERBY-3927:
----------------------------------------

We could also have a top level enhancement JIRA for Derby replication Monitoring in general and have these 2 JIRAs being sub-ones as different sub-tasks if having both approaches makes sense.

> programmatic access to replication status
> -----------------------------------------
>
>                 Key: DERBY-3927
>                 URL: https://issues.apache.org/jira/browse/DERBY-3927
>             Project: Derby
>          Issue Type: Improvement
>          Components: Replication
>    Affects Versions: 10.4.2.0
>         Environment: N/A
>            Reporter: Andrew Lawrenson
>            Priority: Minor
>
> It would be very useful to be able to get programmatic information on the current state of derby replication, from either the master or server nodes.
> this could be either via stored procedures, or JMX (my preference)
> this could be used, for example, to check if a master has exceeded its log buffer after being disconnected from the slave.  Or to check if the slave is still connected to the master.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-3927) programmatic access to replication status

Posted by "Alan Burlison (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12740031#action_12740031 ] 

Alan Burlison commented on DERBY-3927:
--------------------------------------

We would like to monitor this from Nagios, so stored procedures might be easier, or a sys table with the info in it, perhaps?

> programmatic access to replication status
> -----------------------------------------
>
>                 Key: DERBY-3927
>                 URL: https://issues.apache.org/jira/browse/DERBY-3927
>             Project: Derby
>          Issue Type: Improvement
>          Components: Replication
>    Affects Versions: 10.4.2.0
>         Environment: N/A
>            Reporter: Andrew Lawrenson
>            Priority: Minor
>
> It would be very useful to be able to get programmatic information on the current state of derby replication, from either the master or server nodes.
> this could be either via stored procedures, or JMX (my preference)
> this could be used, for example, to check if a master has exceeded its log buffer after being disconnected from the slave.  Or to check if the slave is still connected to the master.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-3927) programmatic access to replication status

Posted by "Dag H. Wanvik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12740231#action_12740231 ] 

Dag H. Wanvik commented on DERBY-3927:
--------------------------------------

DERBY-3501 speaks only of a JMX-based solution. This issue has a more open requirement: for any API. 
If we decide to go for JMX, we should close one of these as a dup, I agree.

> programmatic access to replication status
> -----------------------------------------
>
>                 Key: DERBY-3927
>                 URL: https://issues.apache.org/jira/browse/DERBY-3927
>             Project: Derby
>          Issue Type: Improvement
>          Components: Replication
>    Affects Versions: 10.4.2.0
>         Environment: N/A
>            Reporter: Andrew Lawrenson
>            Priority: Minor
>
> It would be very useful to be able to get programmatic information on the current state of derby replication, from either the master or server nodes.
> this could be either via stored procedures, or JMX (my preference)
> this could be used, for example, to check if a master has exceeded its log buffer after being disconnected from the slave.  Or to check if the slave is still connected to the master.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.