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

Expose MaxConnsPerNode from AeroSpike to allow easier performance tuning #187

Merged

Conversation

munan-geo
Copy link
Contributor

@munan-geo munan-geo commented Aug 9, 2024

Description

This PR is to expose MaxConnsPerNode from AeroSpike to allow easier performance tuning.

Note 1: We leave MaxConnsPerNode as 100 which is the default from Aerospike. However, Aerospike has also updated other default settings, see the change reasons from Aerospike forum. We will update AsyncMaxCommands to 100 when we bump up Aerospike version so we align with Aerospike settings. Also, the relationship between asyncMaxConnsPerNode and MaxConnsPerNode can be found from here.
Note 2: We are running into code cov issue and it seems that we didn't have token setup properly for this repo. I was instructed to comment out the code cov temporarily.

Type of Change

  • Bug Fix
  • New Feature
  • Breaking Change
  • Refactor
  • Documentation
  • Other (please describe)

Checklist

  • I have read the contributing guidelines
  • Existing issues have been referenced (where applicable)
  • I have verified this change is not present in other open pull requests
  • Functionality is documented
  • All code style checks pass
  • New code contribution is covered by automated tests
  • All new and existing tests pass

@munan-geo munan-geo requested a review from awesor August 13, 2024 13:39
@munan-geo munan-geo marked this pull request as ready for review August 13, 2024 13:44
@munan-geo munan-geo changed the title Nmu introduce max conns per node config Expose MaxConnsPerNode from AeroSpike to allow easier performance tuning Aug 13, 2024
Copy link
Contributor

@amber-ashraf amber-ashraf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rubber stamp - would need another reviewer to review it before merging

Copy link

@draco2003 draco2003 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@farmerau farmerau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@munan-geo munan-geo merged commit f50b597 into wayfair-incubator:main Aug 13, 2024
4 checks passed
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.

5 participants