Clebert Suconic
3d3fda168b
NO-JIRA fixing javadoc on SharedStorageStaticCluster.java
2020-07-09 12:00:50 -04:00
Clebert Suconic
5e69d7c34e
NO-JIRA removing verbosing logging from test
2020-07-09 10:36:32 -04:00
Clebert Suconic
eb54564e52
This closes #3214
2020-07-09 08:17:54 -04:00
Clebert Suconic
1761f76308
ARTEMIS-2837 Avoiding bursts on writes and pending callbacks
2020-07-08 23:08:27 -04:00
Clebert Suconic
fbeb9a492c
Revert "ARTEMIS-2801 Fix ByteUtil.getHumanReadableByteCount() giving inconsistent results"
...
I merged this one by accident
This reverts commit ffb117d159
.
2020-07-08 18:08:23 -04:00
Clebert Suconic
c1be566c20
NO-JIRA Fixing rare intermittent failure on CreditsSemaphoreTest
2020-07-08 12:36:26 -04:00
Clebert Suconic
500066621e
This closes #3177
2020-07-08 11:39:21 -04:00
Jan Šmucr
ffb117d159
ARTEMIS-2801 Fix ByteUtil.getHumanReadableByteCount() giving inconsistent results
...
HumanReadableByteCountTest test is no longer failing under environments with locales defining different number format.
The function now returns values according to the Locale.ROOT locale specification.
2020-07-08 11:39:21 -04:00
Clebert Suconic
47fefaeefa
This closes #3178
2020-07-08 11:36:35 -04:00
Justin Bertram
6b589b1e78
ARTEMIS-2801 make HumanReadableByteCountTest locale sensitive
2020-07-08 11:36:35 -04:00
Clebert Suconic
3396ac355a
This closes #3211
2020-07-08 11:27:36 -04:00
Howard Gao
8c25daee98
ARTEMIS-2835 Porting HORNETQ-1575 and HORNETQ-1578
...
2 of 2) - Porting of HORNETQ-1578
Exceptions are swallowed, making it hard to diagnose issues
2020-07-08 11:27:36 -04:00
Howard Gao
6f8ff55dec
ARTEMIS-2835 Porting HORNETQ-1575 and HORNETQ-1578
...
1 of 2) - Porting of HORNETMQ-1575
In a live-backup scenario, when live is down and backup becomes live, clients
using HA Connection Factories can failover automatically. However if a
client decides to create a new connection by itself (as in camel jms case)
there is a chance that the new connection is pointing to the dead live
and the connection won't be successful. The reason is that if the old
connection is gone the backup will not get a chance to announce itself
back to client so it fails on initial connection.
The fix is to let CF remember the old topology and use it on any
initial connection attempts.
2020-07-08 11:27:36 -04:00
gtully
a69b2aee7b
ARTEMIS-2836 - console diagram view, remove broken links and verbose logging
2020-07-08 13:10:52 +01:00
Clebert Suconic
61d2f58aab
ARTEMIS-2828 Fixing ManagementServiceImplTest
2020-07-07 21:35:06 -04:00
Clebert Suconic
a7aafc0ab4
NO-JIRA small tweak on ActiveMQTestBase
2020-07-07 15:26:35 -04:00
Clebert Suconic
832bd85941
ARTEMIS-2828 Fixing tests after main change on ManagementServiceImpl
...
This is almost a NO-JIRA, but since I'm fixing ManagementServiceImplTest.testGetResources broken after this
I'm commiting this change associated with ARTEMIS-2828
2020-07-07 12:22:38 -04:00
Clebert Suconic
c433f50957
This closes #3202
2020-07-07 08:21:22 -04:00
Justin Bertram
20daf2354c
ARTEMIS-2817 Support Stomp subscription with FQQN+multicast
2020-07-07 08:21:22 -04:00
Clebert Suconic
2217b96f6a
This closes #3203
2020-07-07 08:20:48 -04:00
brusdev
427dc4dcb0
NO-JIRA Add updateDivert in management doc
2020-07-07 08:20:48 -04:00
Clebert Suconic
00e226c845
This closes #3205
2020-07-07 08:18:28 -04:00
Justin Bertram
f5d5710133
ARTEMIS-2834 leaking meters
...
Move all of the meter registration code into the ManagementServer
implementation to provide better life-cycle management.
2020-07-07 08:18:28 -04:00
Justin Bertram
fd207e75b0
ARTEMIS-2829 wrong return type for getDiskStoreUsage
...
Since getDiskStoreUsage on the ActiveMQServerControl is converting a
double to a long the value is always 0 in the management API. It should
return a double instead.
2020-07-07 08:18:28 -04:00
Justin Bertram
cb7cd729d7
ARTEMIS-2828 add addressSize metric
...
Adding this metric required moving the meter registration code from the
AddressInfo class to the ManagementService in order to get clean access
to both the AddressInfo and AddressControl classes.
2020-07-07 08:18:28 -04:00
Justin Bertram
73c4e399d9
NO-JIRA clarify diskStoreUsage description
2020-07-07 08:18:28 -04:00
Justin Bertram
ac8ffedf66
ARTEMIS-2827 add addressMemoryUsagePercentage as metric
2020-07-07 08:18:28 -04:00
Justin Bertram
26091f1907
ARTEMIS-2825 wrong calc for DiskStoreUsagePercentage
...
The calculation used by
ActiveMQServerControlImpl.getDiskStoreUsagePercentage() is incorrect. It
uses disk space info with global-max-size which is for address memory.
Also, the existing getDiskStoreUsage() method *already* returns a
percentage of total disk store usage so this method seems redundant.
2020-07-07 08:18:28 -04:00
Clebert Suconic
74698f0bcf
This closes #3213
2020-07-07 08:05:21 -04:00
Clebert Suconic
3f99c4b846
ARTEMIS-2797 Fixing updateQueue on filter / fixing ActiveMQServerControlTest
2020-07-06 21:45:27 -04:00
Jan Šmucr
6cc370e169
ARTEMIS-2797 Fixing redeploy mechanism
...
Queue settings are reset to their default values upon broker.xml reload ONLY.
Regular calls to PostOfficeImpl#updateQueue are no longer affected.
2020-07-06 15:02:03 -04:00
Clebert Suconic
3b8ab97629
This closes #3210
2020-07-01 08:35:17 -04:00
brusdev
d02f5db9b8
ARTEMIS-2833 Fix metrics configuration backwards compatibility
2020-07-01 08:35:17 -04:00
Clebert Suconic
46cca8543d
This closes #3207
2020-07-01 08:34:47 -04:00
Justin Bertram
b8add9f2c4
ARTEMIS-2830 NPE in XML exporter
2020-07-01 08:34:47 -04:00
Clebert Suconic
3250e5b954
This closes #3209
2020-07-01 08:33:50 -04:00
Clebert Suconic
257d353896
ARTEMIS-2797 Logging redeployment errors and speeding RedeployTest
2020-07-01 08:33:01 -04:00
Clebert Suconic
562bb965ae
ARTEMIS-2797 Fixing user update Null
...
UpdateQueueTest::testUpdateQueueWithFilter was broken.
2020-06-29 22:58:35 -04:00
Clebert Suconic
3d746d3b23
NO-JIRA Speeding test and intermittent failure
2020-06-29 21:45:13 -04:00
Clebert Suconic
663c1d67d4
This closes #3208
2020-06-29 20:38:42 -04:00
Clebert Suconic
f79a4be4c1
ARTEMIS-2831 Avoiding StackOverFlowException when setDLAOnNoRoute(true)
2020-06-29 16:50:00 -04:00
Clebert Suconic
51d1ed4e11
ARTEMIS-2819 Proper fix (previous fix was breaking the testsuite)
2020-06-29 15:37:55 -04:00
Michael Andre Pearce
cc7c3d3721
This closes #3201
2020-06-24 22:02:02 +01:00
Jan Šmucr
85e07a8afe
ARTEMIS-2820 Undeploy diverts by removing them from broker.xml
2020-06-24 22:01:56 +01:00
Justin Bertram
1f391a8d87
This closes #3185
2020-06-24 14:35:07 -05:00
qihongxu
e6343b604e
ARTEMIS-2806 deployQueue missing address argument
2020-06-24 14:35:07 -05:00
Justin Bertram
84bb32bfb2
This closes #3173
2020-06-24 13:39:51 -05:00
Emmanuel Hugonnet
8509356e4c
ARTEMIS-2791 array out of bounds in SSLContextFactoryProvider
...
Making the SSLContextFactoryProvider work even without any
SSLContextFactory service.
Iusse: https://issues.apache.org/jira/browse/ARTEMIS-2791
2020-06-24 13:37:15 -05:00
Justin Bertram
f848feab66
This closes #3196
2020-06-24 13:33:30 -05:00
Bas Elzinga
5621c403ad
ARTEMIS-2821 Stop the timeout future when channel is closed
2020-06-24 13:33:30 -05:00