Commit Graph

3059 Commits

Author SHA1 Message Date
Andy Taylor 26d6bb3963 ARTEMIS-1224 - change the journal file size to nearest multiple
https://issues.apache.org/jira/browse/ARTEMIS-1224
2017-06-12 13:12:55 -05:00
Justin Bertram 19ee290562 This closes #1329 2017-06-12 13:12:13 -05:00
Erich Duda 8574f9949f ARTEMIS-1208 Do not use reconnect-atempts=-1 in tests
(cherry picked from commit 30e8ca656c)
2017-06-12 08:43:36 +02:00
Clebert Suconic 4423cd2fe5 ARTEMIS-1155 SequentialFiles leaking on JDBCSequentialFileFactory
(cherry picked from commit f328c24b94)
2017-06-05 10:14:22 +01:00
Martyn Taylor 63f0dcef66 ARTEMIS-1204 Fix getSize() on a closed JDBC File
(cherry picked from commit e7c426c5e1)
2017-06-05 09:32:54 +01:00
Clebert Suconic 06ee68c0a3 This closes #1310 2017-06-01 11:27:59 -04:00
Ingo Weiss c6747a58ea [ARTEMIS-861] Artemis 1.5 compilation fails with IBM JDK
Issue: https://issues.apache.org/jira/browse/ARTEMIS-861
(cherry picked from commit e6f757e44f)
2017-06-01 11:27:59 -04:00
Clebert Suconic 9334ed8b95 This closes #1312 2017-06-01 11:27:14 -04:00
Erich Duda 8ffdf97054 ARTEMIS-1199 JDBCSequentialFile prints log to System.out
Debug information shouldn't be printed to stdout.
2017-06-01 11:27:13 -04:00
Clebert Suconic e57ae89806 This closes #1311 2017-06-01 11:22:52 -04:00
Tomas Hofman dcf0210605 ARTEMIS-1187 Incompatible version when recreating a session with older server
https://issues.jboss.org/browse/JBEAP-9522

(cherry picked from commit c3871a183f)
2017-06-01 16:35:43 +02:00
Clebert Suconic 567b0741cc This closes #1309 2017-05-31 11:42:10 -04:00
Tomas Hofman bf814d4864 ARTEMIS-1186 Consumer.receive hangs if http acceptor with non-zero batch-delay is configured 2017-05-31 11:42:10 -04:00
Clebert Suconic 0f40671a3d This closes #1306 2017-05-31 11:40:24 -04:00
Erich Duda dc795dc564 ARTEMIS-1190 Long/int type mismatch in JDBCSequentialFile.setWritePosition
(cherry picked from commit 69740a987d)
2017-05-31 07:53:01 +02:00
Michael Andre Pearce 2d850680d6 ARTEMIS-1188: Update sevntu to 1.24.0 available in maven central
remove custom repo
update groupid to match artifact in maven central.
bump version also to that now deployed to maven central.
bump checkstyle version to 7.7 to make compatible.

updated checkstyle.xml to ignore existing issues which are prolific
which are now flagged in latest version as some bugs in previous meant they we'ren't detected e.g. https://github.com/checkstyle/checkstyle/issues/3320

fixing some violations which are not too prolific.

(cherry picked from commit b8ebe05775)
2017-05-30 09:57:40 -04:00
Clebert Suconic ee3669e422 ARTEMIS-1175 fix memory leak
(cherry picked from commit b136fed48f)
(cherry picked from commit f63ffc7af5)
2017-05-26 15:58:20 -04:00
Andy Taylor 1cbadb08d7 This closes #1273 ARTEMIS-1165 Artemis 1.x JMS bindings doesn't handle JDBC network problems 2017-05-17 14:21:06 +01:00
Francesco Nigro fa8283f56c ARTEMIS-1165 Artemis 1.x JMS bindings doesn't handle JDBC network problems 2017-05-17 15:00:10 +02:00
Justin Bertram 7ed40326c8 ARTEMIS-1154 tweak logic to support previous semantics
(cherry picked from commit 88e185d2b9)
2017-05-11 20:29:42 -04:00
Justin Bertram 7e4de767b7 ARTEMIS-1154 isolated backup fails over
Even if there is no address/url configured for the NetworkHealthCheck
an isolated backup will still fail-over potentially causing split-brain.

(cherry picked from commit 5cb5c8a6dc)
2017-05-09 16:41:14 -04:00
Clebert Suconic c7dc04c2af [maven-release-plugin] prepare for next development iteration 2017-05-08 21:00:29 -04:00
Clebert Suconic ae41632bbe [maven-release-plugin] prepare release 1.5.5 2017-05-08 21:00:17 -04:00
Francesco Nigro 25094f2721 ARTEMIS-1151 Adapting TimedBuffer and NIO Buffer Pooling
- NIO/ASYNCIO new TimedBuffer with adapting batch window heuristic
- NIO/ASYNCIO improved TimedBuffer write monitoring with
  lightweight concurrent performance counters
- NIO/ASYNCIO journal/paging operations benefit from less buffer copy
- NIO/ASYNCIO any buffer copy is always performed with raw batch copy
  using SIMD instrinsics (System::arrayCopy) or memcpy under the hood
- NIO improved clear buffers using SIMD instrinsics (Arrays::fill) and/or memset
- NIO journal operation perform by default TLABs allocation pooling (off heap)
  retaining only the last max sized buffer
- NIO improved file copy operations using zero-copy FileChannel::transfertTo
- NIO improved zeroing using pooled single OS page buffer to clean the file
  + pwrite (on Linux)
- NIO deterministic release of unpooled direct buffers to avoid OOM errors
  due to slow GC
- Exposed OS PAGE SIZE value using Env class

(cherry picked from commit 21c9ed85cf)
2017-05-08 18:31:23 -04:00
Clebert Suconic 5ec545a792 This closes #1254 2017-05-05 14:48:44 -04:00
dOkI e4c4539c8f ARTEMIS-874: ThreadGroup memory leak 2017-05-05 22:10:59 +05:00
Justin Bertram 94f721e88b This closes #1251 2017-05-04 10:08:00 -05:00
Bernd Gutjahr 88e629a7ae ARTEMIS-1112: Added wait-for-activation option to shared-store-master config
Added a wait-for-activation option to shared-store master HA policies.
This option is enabled by default to ensure unchanged server startup behavior.

If this option is enabled, ActiveMQServer.start() with a shared-store master server will not return
before the server has been activated.
If this options is disabled, start() will return after a background activation thread has been started.
The caller can use waitForActivation() to wait until server is activated, or just check the current activation status.

(cherry picked from commit 6017e305d9)
(cherry picked from commit 7aa50546b3)
2017-05-04 11:28:12 +02:00
Clebert Suconic 468b8a954b ARTEMIS-1140: Trivial test fix
(cherry picked from commit 0146109d6a)
2017-05-03 16:41:42 -04:00
Clebert Suconic 534fd8093d ARTEMIS-1140 Avoid lock on queue for message counts
(cherry picked from commit 33f2ad65c9)
2017-05-03 16:41:31 -04:00
Clebert Suconic 6f0babb368 This closes #1245 2017-05-03 12:31:45 -04:00
Jeff Mesnil 64c89b6874 [ARTEMIS-1043] Support IPv6 in NettyConnector
Wrap the host added to the HTTP request headers with
IPV6Util.encloseHost to ensure that load balancers that reads the header
will have a valid IPv6 address.

JIRA: https://issues.apache.org/jira/browse/ARTEMIS-1043
2017-05-03 09:56:24 +02:00
Andy Taylor a03db5baf0 This closes #1219 JDBC update and test fix 2017-04-21 10:55:56 +01:00
Andy Taylor 56a18759a7 no jira - fix test 2017-04-21 10:39:25 +01:00
Martyn Taylor 9c013e74cb ARTEMIS-1125 Persist JMS Bindings in Database on JDBC 2017-04-20 21:04:26 +01:00
Martyn Taylor 8a3f4ccd6f This closes #1216 2017-04-20 19:52:20 +01:00
Francesco Nigro 87bde15f38 ARTEMIS-1124 JDBC Network Timeout configuration
(cherry picked from commit a639774b54)
2017-04-20 19:45:19 +02:00
Martyn Taylor ec085b8ea0 This closes #1212 2017-04-19 09:36:37 +01:00
Clebert Suconic d8ff3f500f ARTEMIS-1115 Traces and tests on JDBC Persistence 2017-04-19 00:43:40 -04:00
Martyn Taylor 2ccc4e14f1 ARTEMIS-1115 Call CriticalIOListener on JDBC Error 2017-04-19 00:35:48 -04:00
Francesco Nigro c35960f6a4 ARTEMIS-1084 Throw RunTime on bad Oracle table size
(cherry picked from commit aa9ac4a914)
2017-04-17 11:04:46 +01:00
Clebert Suconic 65481ef46a ARTEMIS-1114 Improving some comment 2017-04-14 18:07:54 -04:00
Clebert Suconic ec9615a01a ARTEMIS-1114 Missing records after compacting
This is fixing an issue introduced on 4b47461f03 (ARTEMIS-822)
The Transactions were being looked up without the readLock and some of the controls for Read and Write lock
were broken after this.

(cherry picked from commit ddacda5062)
2017-04-14 01:24:45 -04:00
Bernd Gutjahr f07e592a66 ARTEMIS-1108: Removed AIOFileLockManager
AIOFileLockManager doesn't work on NFS-mounted share store directories.
Since the GFS2 bug https://bugzilla.redhat.com/show_bug.cgi?id=678585
has been fixed end of 2011, the class AIOFileLockManager is no longer needed and I have removed it.

(cherry picked from commit 557f02ba4d)
2017-04-12 11:07:31 -04:00
Martyn Taylor 75994b5fb2 This closes #1195 2017-04-11 10:47:47 +01:00
Francesco Nigro 3c33632882 ARTEMIS-1098 Improve flow control while streaming large messages
(cherry picked from commit c6d24e9073)
2017-04-11 10:47:46 +01:00
Martyn Taylor e82ef026b3 This closes #1192 2017-04-11 10:46:57 +01:00
Francesco Nigro a9fbd22fcb ARTEMIS-1089 fixing compilation 2017-04-11 07:30:06 +02:00
Clebert Suconic c30e7cd1da ARTEMIS-1089 fixing compilation 2017-04-10 12:50:15 -04:00
Clebert Suconic 8a4a307653 ARTEMIS-1089 Improving flow control on replication
(Cherry picked from 911888e8d1)
2017-04-07 15:30:21 -04:00