-
Hello, so we have been seeing the following error:
```
```
Facts we know so far:
1. It seems to be a transient error.
2. It is not directly related to the spanner server instance but rather…
-
I tried the following:
```
svcat provision spanner-db -n sb-demo --class cloud-spanner --plan beta --wait
```
But it never exits. When I look at the events for the resource I see:
```
Ty…
drnic updated
5 years ago
-
with `-visitors ResolveAllReferences`
https://github.com/spotbugs/spotbugs/blob/master/spotbugs/src/main/java/edu/umd/cs/findbugs/detect/ResolveAllReferences.java#L183
In following class
https://…
-
Spanner’s doubled its mutation limit from 20k to 40k:
`https://cloud.google.com/spanner/docs/release-notes#September_27_2022`
[https://cloud.google.com/blog/products/databases/cloud-spanner-doub…
-
### What happened?
e.g. https://ci-beam.apache.org/view/PostCommit/job/beam_PostCommit_Java_DataflowV2/lastCompletedBuild/
Following tests are permared:
```
org.apache.beam.sdk.io.gcp.spanner…
-
Command: `mvn clean test --activate-profiles native-sample-config,nativeTest --define notAllModules=true -Dmaven.javadoc.skip=true -Dcheckstyle.skip -Dtests=com.example.SpannerRepositoryIntegrationTes…
-
## Expected Behavior
sql registry should initialise properly
## Current Behavior
Works properly with an empty db but throws error after db has been populated
## Steps to reproduce
Initialise…
-
I am debugging a Production issue we see with Spanner and the use of `@Transactional`. Our app may throw an exception during a transaction and not retry. This can occur at anytime, but we especially n…
-
### Testcontainers version
0.34.0
### Using the latest Testcontainers version?
Yes
### Host OS
macOS
### Host arch
ARM
### Go version
1.23.2
### Docker version
Client:
Version: 2…
-
Hi Team,
Is there any way to support creating or dropping a CHANGE STREAM (https://cloud.google.com/spanner/docs/change-streams/manage#create) for Cloud Spanner?
Thanks,