-
Notifications
You must be signed in to change notification settings - Fork 111
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
[CLIENT-2645] Add ttl option for default write policies in client config #536
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
88a9385
WIP adding ttl option to client config policies
juliannguyen4 09f0a51
Fix and add documentation
juliannguyen4 4bb4583
Add more docs, fix write default ttl behavior
juliannguyen4 6692183
fix docs warning
juliannguyen4 82661ed
WIP tests
juliannguyen4 e7bcb9d
WIP, scan test failing
juliannguyen4 e92222f
WIP test
juliannguyen4 4228700
update type stubs
juliannguyen4 f2d3beb
Update C client to fix bug where batch write ttl client policy isn't …
juliannguyen4 bb16924
Add more tests, clarify docs
juliannguyen4 14d1115
batch_operate(): take in ttl as parameter instead of through batch wr…
juliannguyen4 c55e09a
Remove confusing constraint for Scan.ttl
juliannguyen4 17c6970
Add missing info for scan.ttl
juliannguyen4 5c95c37
check ttl param is set in batch_operate()
juliannguyen4 5d96388
Add another test for client default batch write policy using batch_op…
juliannguyen4 ec20b39
fix batch operate test, WIP on fixing potential metadata bug
juliannguyen4 b14d324
Fix bug where meta without ttl doesn't apply default policy for put()
juliannguyen4 8ef02fe
Update batch_operate() documentation
juliannguyen4 381cb6a
Remove confusing comment
juliannguyen4 a593bc4
Fix documentation formatting, add classes
juliannguyen4 75df23c
Docs: fix missing ttl parameter in batch_operate()
juliannguyen4 127418d
Improve formatting and clarify batch write policy ttl behavior
juliannguyen4 d7ae113
Docs: Correct Scan.ttl behavior
juliannguyen4 d6dd722
Add documentation for aerospike.TTL_CLIENT_DEFAULT
juliannguyen4 e45a0ff
Remove confusing wording
juliannguyen4 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Submodule aerospike-client-c
updated
23 files
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 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 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 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 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 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 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 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 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do queries need this too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The type stubs already have
aerospike.Query.ttl
https://github.com/aerospike/aerospike-client-python/blob/CLIENT-2645-client-conf-ttl/aerospike-stubs/aerospike.pyi#L431