-
Notifications
You must be signed in to change notification settings - Fork 470
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
server, sql: surface session txnCount, txn fingerprints, active time #14389
Comments
Mike Lewis (mikeCRL) commented: Can anyone please help research or clarify the scope of the PR and doc/product area impacts? |
Stephanie Bodoff (stbof) commented: |
Ian Evans (ianjevans) commented: |
Mike Lewis (mikeCRL) commented: If this is the same resource as the one that’s affected per this issue, we should consider removing it from the docs or keeping it updated, with a caveat about internal use. (If it’s used internally, perhaps engineers would still like to have it properly documented). What we should avoid at the very least, though, is a case where it’s not up to date and also there’s also no warning about internal use. The other question is whether to exclude this from release notes. Our standard says to provide release notes for any change to a public API; but is this a public API with a non-public endpoint/resource? Perhaps the decision on what to do in this case would flow from what we decide to document regarding the resource. Again, all this assumes we’re talking about the same resource. Does anyone know for sure? |
Exalate commented:
Related PR: cockroachdb/cockroach#82352
Commit: cockroachdb/cockroach@ceb5981
Release note (api change): the
serverpb.Session
struct now has threenew fields: number of transactions executed, transaction fingerprint
IDs, and total active time.
Jira Issue: DOC-4645
The text was updated successfully, but these errors were encountered: