Skip to content

spline #1050 Selectively enable/disable ArangoDB active failover mode#1052

Merged
wajda merged 1 commit into
developfrom
feature/spline-1050-disable-active-failover
Mar 28, 2022
Merged

spline #1050 Selectively enable/disable ArangoDB active failover mode#1052
wajda merged 1 commit into
developfrom
feature/spline-1050-disable-active-failover

Conversation

@wajda
Copy link
Copy Markdown
Contributor

@wajda wajda commented Mar 28, 2022

  1. AdminCLI tool: active failover is always disabled due to needlessness with respect to usage, and due to difficulty of achieving consistent failover behavior between VST and REST protocol in the current ArangoDB driver implementation.
  2. Spline Gateway: active failover is enabled/disabled by the config property spline.database.activeFailover. Disabled by default.
  3. Minor refactoring: got rid of a redundant class, fixed some deprecations
  4. Dependencies: upgrade ArangoDB driver to version 6.16.1

@wajda wajda requested a review from cerveada as a code owner March 28, 2022 14:53
@wajda wajda force-pushed the feature/spline-1050-disable-active-failover branch from ec6ff41 to 4a0416b Compare March 28, 2022 16:28
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@wajda wajda merged commit 6e5003f into develop Mar 28, 2022
@wajda wajda deleted the feature/spline-1050-disable-active-failover branch March 28, 2022 17:52
@wajda wajda linked an issue Apr 8, 2022 that may be closed by this pull request
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.

Selectively disable ArangoDB active failover feature on the driver

2 participants