-
### Go version
go version devel go1.24-2b33434287 Fri Nov 8 01:06:04 2024 +0000 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOAUTH='netrc'
…
-
Creation of `google_cloud_spanner::client::Client` can block for several seconds on the initial session pool population.
```
$ RUST_LOG=google_cloud_spanner=debug ...
2024-11-13T13:33:33.62306…
-
**Edit:** Looking closer to the code it seems that the information is already lost when spring-gcp gets the response from Spanner. However since the information exists _somehwere_ I wonder if you coul…
-
It appears that #9739 added `RESOURCE_EXHAUSTED` to the list of status codes to retry, but it fails to distinguish between the gRPC-generated `RESOURCE_EXHAUSTED` that's generated when a request paylo…
-
In recent years, many new features have been added to Cloud Spanner. However, it seems that spansql does not plan to support these features. Given this, would it be recommended as part of the Hammer p…
-
When I upgraded from v7 to v8 of this driver, I found that suddenly code that worked fine in v7 is now throwing the "Nested transactions are not supported by this client." error from google/cloud-span…
-
When using `ValueConversion` in Entity Framework you're able to (according to the docs) retype your Model types before database conversion - for example, I could flatten a complex type, into a single …
-
### Related Template(s)
spanner
### Template Version
v1
### What happened?
Running `mvn test -f pom.xml` does not run to completion. Here is the snippet of the error I'm seeing.
```
...
[INF…
-
## Client
Spanner
## Environment
```
go version go1.23.2 darwin/arm64
```
## Code and Dependencies
```go
package main
func main() {
// spannerClient created per best practices
…
-
**Describe the bug**
This has happened a couple times now. [Example](https://github.com/riptano/perfteam/actions/runs/11266675647/job/31380635671#step:3:1723).
```
ERROR [main] ERRORHANDLER java.ut…