Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 95711 invoked from network); 11 Sep 2009 15:53:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Sep 2009 15:53:20 -0000 Received: (qmail 78696 invoked by uid 500); 11 Sep 2009 15:53:19 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 78617 invoked by uid 500); 11 Sep 2009 15:53:19 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 78609 invoked by uid 99); 11 Sep 2009 15:53:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2009 15:53:19 +0000 X-ASF-Spam-Status: No, hits=-1998.8 required=10.0 tests=ALL_TRUSTED,FS_REPLICA X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2009 15:53:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B68B6234C4AC for ; Fri, 11 Sep 2009 08:52:57 -0700 (PDT) Message-ID: <792199363.1252684377746.JavaMail.jira@brutus> Date: Fri, 11 Sep 2009 08:52:57 -0700 (PDT) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-3501) Implement a JMX replicationMBean for monitoring of replication. In-Reply-To: <192103527.1204812058533.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754180#action_12754180 ] Rick Hillegas commented on DERBY-3501: -------------------------------------- Thanks for the great spec, Francois. I have some comments: o It would be nice to have TOC entries for the following sections: Assumptions, Requirements, Replication MBean, and Attributes. o There's a Javadoc entry in the TOC but no corresponding section further down. o I would recommend changing the names of some of the attributes: - Master attributes: HostName -> SlaveHostName PortNumber -> SlavePortNumber LastInstant -> LastLogInstant LastShipped -> LastLogChunkShipped - Slave attributes: HostName -> MasterHostName LastInstant -> LastLogInstant LastReceived -> LastLogChunkReceived o In "JMX Client API and ReplicationMBean Access", did you intend for the last line of the first code block to appear in a bigger font and to be split off from the previous line? o Could you give us an example of how to use the ping feature? o I agree that writing a VisualVM plugin for Derby would be very useful. You may have some idea of how hard that is--I don't! I don't know what the licensing issues are for such a plugin so I can't say whether this work is even possible for our Apache community. Provided that there are no intractable licensing issues, I think that this work falls inside the Derby charter--but other community members may have other opinions. o Public API - The existing MBeans are documented in our public api in the org.apache.derby.mbeans package. I think that we should document this new MBean there too. > Implement a JMX replicationMBean for monitoring of replication. > --------------------------------------------------------------- > > Key: DERBY-3501 > URL: https://issues.apache.org/jira/browse/DERBY-3501 > Project: Derby > Issue Type: Improvement > Components: JMX > Affects Versions: 10.6.0.0 > Reporter: Bernt M. Johnsen > Assignee: Francois Orsini > Attachments: ReplicationMonitoring_JMX_FS_v0_1.html > > > Imlement a replicationMBean for monitoring of replication. Example attributes > - master/slave state > - replication buffer usage > - replication network traffic -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.