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

FEATURE – Added consistency_level parameter to use in cql query for cassandra_role module #284

Conversation

bn0ir
Copy link

@bn0ir bn0ir commented Jul 18, 2024

SUMMARY

Added consistency_level parameter to use in cql query for cassandra_role module.

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

cassandra_role

ADDITIONAL INFORMATION

Without this parameter you can't do anything with users for clusters with 3 datacenters 1 node per datacenter (rf=1) on start – you have system_auth keyspace replication class SimpleStrategy rf=1 (and have data only on one node in one datacenter, but python driver default consistency level is LOCAL_ONE).

@rhysmeister
Copy link
Collaborator

rhysmeister commented Jul 19, 2024

Copy link

codecov bot commented Jul 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.80%. Comparing base (a94515f) to head (6083da8).
Report is 2 commits behind head on master.

❗ There is a different number of reports uploaded between BASE (a94515f) and HEAD (6083da8). Click for more details.

HEAD has 122 uploads less than BASE
Flag BASE (a94515f) HEAD (6083da8)
151 29
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #284      +/-   ##
==========================================
- Coverage   72.13%   65.80%   -6.33%     
==========================================
  Files          37       33       -4     
  Lines        2688     2480     -208     
  Branches      605      564      -41     
==========================================
- Hits         1939     1632     -307     
- Misses        394      518     +124     
+ Partials      355      330      -25     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rhysmeister
Copy link
Collaborator

Taken over in #287

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.

2 participants