Uh oh!
There was an error while loading. Please reload this page.
Removing serializable option from datastore Transaction. - #1294
Conversation
pcostell
commented
Dec 16, 2015
In v1beta3 we opted to only expose serializable which is a stronger form of isolation. I think in v1beta2 if you want to remove the option you need to force it to be set to serializable (the default is snapshot). Also, I'm not sure if you've seen it, but here are the (whitelisted) release notes: https://cloud.google.com/datastore/v1beta3/release-notes |
tseaver
commented
Dec 16, 2015
LGTM. I never saw the point in |
tseaver
commented
Dec 16, 2015
@pcostell that URL 404s for me. |
pcostell
commented
Dec 16, 2015
9ad1f2d to
0a407f6Comparedhermes
commented
Dec 17, 2015
Thanks @pcostell. Can you also add daniel.j.hermes@gmail.com? (I can see it with my corp email, but seldom have corp access.) @tseaver After seeing Patrick's comments and the whitelist, I think it's best to set the isolation level always to serializable. PTAL |
tseaver
commented
Dec 17, 2015
This is in advance of the option being removed in v1beta3. Since in v1beta3: > All transactions are now serializable we set the isolation to always be serializable.
1cb8a3d to
2ceace5Comparedhermes
commented
Dec 17, 2015
@tseaver are we LGTM with the update to |
tseaver
commented
Dec 17, 2015
LGTM: setting explicitly in the protobuf makes the behavior forward compatible. |
Removing serializable option from datastore Transaction.
pcostell
commented
Dec 17, 2015
dhermes
commented
Dec 17, 2015
Thanks |
* fix: self signed jwt token should be string type * chore: update sys test
🤖 I have created a release *beep* *boop* --- ## [2.18.1](https://togithub.com/googleapis/google-auth-library-python/compare/v2.18.0...v2.18.1) (2023-05-17) ### Bug Fixes * Self signed jwt token should be string type ([#1294](https://togithub.com/googleapis/google-auth-library-python/issues/1294)) ([17356fd](https://togithub.com/googleapis/google-auth-library-python/commit/17356fdd92da2123f989f67a5cebf82c78a3bc12)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
* chore: remove code generation for BQML proto files * remove protos from owlbot config Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: aribray <45905583+aribray@users.noreply.github.com>
This is in advance of the option being removed in v1beta3. Since in v1beta3:
we set the isolation to always be serializable.
@pcostell Is this "safe" to do as prep for the version upgrade?
Also, is there an equivalent replacement in
v1beta3? AFAICT the isolation level is just gone.