From c388c89c4ccf74c82d27dc8fd3915e775b5f8ad4 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Sun, 10 Aug 2014 20:52:05 +0000 Subject: QPID-5982: [Java Broker] BDB HA: Reset replication transaction id when contact with remote node is lost * Change BDB HA VHN tab so that replication transaction id -1 is shown as N/A * Adjust width of VH table on Broker tab to avoid state UNAVAIABLE wrapping over two lines. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617159 13f79535-47bb-0310-9956-ffa450edef68 --- .../server/virtualhostnode/berkeleydb/BDBHAVirtualHostNodeImpl.java | 1 + .../java/resources/js/qpid/management/virtualhostnode/bdb_ha/show.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'qpid/java/bdbstore/src') diff --git a/qpid/java/bdbstore/src/main/java/org/apache/qpid/server/virtualhostnode/berkeleydb/BDBHAVirtualHostNodeImpl.java b/qpid/java/bdbstore/src/main/java/org/apache/qpid/server/virtualhostnode/berkeleydb/BDBHAVirtualHostNodeImpl.java index 899cf6606e..cacb04736c 100644 --- a/qpid/java/bdbstore/src/main/java/org/apache/qpid/server/virtualhostnode/berkeleydb/BDBHAVirtualHostNodeImpl.java +++ b/qpid/java/bdbstore/src/main/java/org/apache/qpid/server/virtualhostnode/berkeleydb/BDBHAVirtualHostNodeImpl.java @@ -852,6 +852,7 @@ public class BDBHAVirtualHostNodeImpl extends AbstractVirtualHostNode 0 ? value : "N/A";} } ], null, { -- cgit v1.2.1