Skip to content
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

Remove audit queue validation checks #4048

Merged
merged 1 commit into from Apr 5, 2024

Conversation

mikeminutillo
Copy link
Member

@mikeminutillo mikeminutillo commented Mar 28, 2024

When adding a new ServiceControl installation via ServiceControl Management, there are validation checks to ensure that two instances on the same machine do not use the same Audit queue or Audit Forwarding queue. This check made sense when there was only one audit instance per environment. Since the audit instance was split from the error instance, it is possible to run two audit instances in the same environment. It may make sense to run those against the same audit queue.

This PR removes those validation checks.

@mikeminutillo mikeminutillo merged commit 847dc28 into master Apr 5, 2024
19 checks passed
@mikeminutillo mikeminutillo deleted the remove-audit-validation-checks branch April 5, 2024 05:35
mikeminutillo added a commit that referenced this pull request Apr 8, 2024
* Diagnostic improvements and bulk insert time config setting (#4049)

* Add exception logging to DomainEvents

* Add NServiceBus reference

* Add debug logging to EndpointInstanceMonitor

* Add configurable bulk insert timeout

---------

Co-authored-by: WilliamBZA <WilliamBZA@users.noreply.github.com>

* Remove audit queue validation checks (#4048)

* Fix small validation bugs (#4046)

* Allow propogation of propertychange events

* Prevent event bubbling

* Switch back to invalid file chars

* Add notify propogation tests

* Add file path sanitization tests

---------

Co-authored-by: Mike Minutillo <mike.minutillo@particular.net>

* Fix test for primary instance convention default

Original commit is here 84f61ec

* RavenDb License refresh

---------

Co-authored-by: Szymon Pobiega <szymon.pobiega@gmail.com>
Co-authored-by: WilliamBZA <WilliamBZA@users.noreply.github.com>
Co-authored-by: John Simons <john.simons@particular.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot install a secondary instance that ingests from the same audit queue as the primary instance
6 participants