forked from apache/activemq
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge Feature/replication plugin into activemq-5.17.3.crdr, prepare ActiveMQ version 5.17.3.crdr.0 #7
Closed
Charlie-chenchrl
wants to merge
161
commits into
activemq-5.17.3.crdr
from
feature/replicationPlugin
Closed
merge Feature/replication plugin into activemq-5.17.3.crdr, prepare ActiveMQ version 5.17.3.crdr.0 #7
Charlie-chenchrl
wants to merge
161
commits into
activemq-5.17.3.crdr
from
feature/replicationPlugin
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This adds the initial replication queue and blocks other access to the resource until it is fully initialized
* Create the replication queue * Replicate destinations
Excluded Advisory messages from replication.
Added soft_start command to be able to restart the brokers without losing the data. Fixed the bug when the source broker couldn't start when there is already a precreated queue. Fixed the bug with duplicated events on restart. Added some tests.
Deleted some unnecessary finals.
Added correct replication of acknowledge. Added replication of ADD_CONSUMER and REMOVE_CONSUMER. Removed some obsolete code
Deleted MESSAGE_DISCARDED replication. Fixed the protocol name.
Added a separate context for the replica side, to be able to filter out and not replicate requests that were received from the second broker.
…to not send drop message events on acknowledgement.
…rily). Added simple redelivery for acks.
…(temporarily)." This reverts commit f83bb03.
…ges and to not send drop message events on acknowledgement." This reverts commit 831f578.
1710ae1
to
173e5e4
Compare
f4552ac
to
dffd990
Compare
9a3edeb
to
bc867ea
Compare
1fde01c
to
98f081d
Compare
bafb5a9
to
8fd95b1
Compare
8fd95b1
to
3b9e324
Compare
* [AMQ-8354] Remove unused imports. * [AMQ-8354] Add missing licenses. * [AMQ-8354] Fix classloader issue. Improve failover logs. * [AMQ-8354] Add heart beat messages. * [AMQ-8354] Add versioning. * [AMQ-8354] Throw exception on replication errors. * [AMQ-8354] Delete TODOs and FIXMEs * [AMQ-8354] add replication lag and wait time metrics. * fix flaky Replication Integration tests * fix flaky test: ReplicaAcknowledgeReplicationEventTest --------- Co-authored-by: Nikita Shupletsov <[email protected]>
7dc5ef6
to
5448819
Compare
8943169
to
014c135
Compare
07e009d
to
b136db0
Compare
b136db0
to
a9478d0
Compare
* Fix unit tests which fail related to log4j 2.17.2 update * Fix log name in SharedFileLockerLoggingTest and enable runtime config module (local changed pushed by mistake) --------- Co-authored-by: Jean-Baptiste Onofré <[email protected]>
05727f2
to
e176dbd
Compare
* [AMQ-8567] Upgrade maven-surefire-plugin to 3.0.0-M6 (apache#819) - Exclude problematic unit tests for now * add test profile replica-plugin --------- Co-authored-by: Matt Pavlovich <[email protected]>
e176dbd
to
4fc5303
Compare
Co-authored-by: Nikita Shupletsov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
AMQ-8354
Asynchronous replication plugin. Details can be found in apache#848 and apache#953.
Testing
mvn -U -B -e clean install -DskipTests
mvn -B -e -fae '-Dtest=org.apache.activemq.broker.replica.*Test' test
./run-built-activemq.sh
, validated primary and replica broker console.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.