[go: nahoru, domu]

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

spanner: Session pool should hand out sessions in LIFO order #3578

Closed
skuruppu opened this issue Oct 4, 2019 · 2 comments
Closed

spanner: Session pool should hand out sessions in LIFO order #3578

skuruppu opened this issue Oct 4, 2019 · 2 comments
Assignees
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@skuruppu
Copy link
Contributor
skuruppu commented Oct 4, 2019

Is your feature request related to a problem? Please describe.
Currently sessions are handed out from the session pool in FIFO order. Least recently used sessions are unlikely to be in backend caches, and the transactions associated with them are likely to aborted due to idleness.

Describe the solution you'd like
The session pool should hand out sessions in LIFO order.

@amanda-tarafa
Copy link
Contributor

Addressed by #3577

@yoshi-automation yoshi-automation added the triage me I really want to be triaged. label Oct 4, 2019
@jskeet jskeet added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. and removed triage me I really want to be triaged. labels Oct 7, 2019
@amanda-tarafa
Copy link
Contributor

Closing via #3577

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

4 participants