Skip to content

Conversation

@olavloite
Copy link

A Spanner transaction runner that was given a session with a prepared read/write transaction would not use that transaction, but instead always start a new one, causing an extra unnecessary round-trip to the
server. This regression was introduced by commit d305770 (PR #5433).

A Spanner transaction runner that was given a session with a prepared
read/write transaction would not use that transaction, but instead
always start a new one, causing an extra unnecessary round-trip to the
server. This regression was introduced by commit
d305770 (PR googleapis#5433).
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 15, 2019
@olavloite olavloite requested a review from skuruppu September 15, 2019 17:15
@codecov
Copy link

codecov bot commented Sep 15, 2019

Codecov Report

Merging #6275 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #6275      +/-   ##
============================================
+ Coverage     47.11%   47.11%   +<.01%     
- Complexity    27378    27379       +1     
============================================
  Files          2524     2524              
  Lines        277617   277617              
  Branches      31984    31984              
============================================
+ Hits         130786   130788       +2     
+ Misses       137056   137055       -1     
+ Partials       9775     9774       -1
Impacted Files Coverage Δ Complexity Δ
...oogle/cloud/spanner/jdbc/SingleUseTransaction.java 87.5% <0%> (+1%) 37% <0%> (+1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c3f1d17...2e245a9. Read the comment docs.

@skuruppu skuruppu merged commit 12e31c3 into googleapis:master Sep 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants