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

C client 7.0.2 #164

Merged
merged 8 commits into from
Jan 22, 2025
Merged

C client 7.0.2 #164

merged 8 commits into from
Jan 22, 2025

Conversation

BrianNichols
Copy link
Member

C client 7.0.2

BrianNichols and others added 8 commits January 9, 2025 20:02
…ings.

Rename MRT to TXN in private variables.
Rename "multi-record transaction" to "transaction".
…e when on_locking_only is true.

This preserves compatibility with older servers that do not support the extra info4 byte.
… is ignored.

The original scan implementation did not allow retries, so there was only one scan_id per scan. Around 5 years ago, the scan implementation was changed to "scan by partition" and allow those partition scans to be retryable. The server rejects duplicate scan_ids, so each retry had to use a different internally generated scan_id.

This made it impossible to use the legacy scan_id argument. That scan_id has been ignored since that time.
Copy link

@justinlee-aerospike justinlee-aerospike left a comment

Choose a reason for hiding this comment

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

changes look good

@BrianNichols BrianNichols merged commit 57160bb into master Jan 22, 2025
6 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.

3 participants