aprochko opened a new issue, #35326:
URL: https://github.com/apache/beam/issues/35326
### What happened?
Hello,
with the 2.65.0 update the
**google-cloud-bigtable** lib is used with version 2.56.0, before it was
2.54.0 (from 2.64.0)
Package **beam-sdks-java-io-google-cloud-platform**
This version seems to be buggy regarding writting latencies timeseries to
bigtable monitoring
I got the errors like:
`One or more TimeSeries could not be written: timeSeries[0-2,5,6,9,10,12]
(example
metric.type="bigtable.googleapis.com/internal/client/throttling_latencies",
metric.labels={"method": "Bigtable.ReadRow", "client_name":
"java-bigtable/2.56.0", "app_profile": "", "client_uid":
"java-abbc4ab8-d587-40d3-8626-2ebed9151d8c16@****-06100237-s272-harness-nbv5"}):
write for
resource=bigtable_client_raw{cluster:****,instance:****,table:****,zone:europe-west1-b}
failed with: Points must be written in order. One or more of the points
specified had an older start time than the most recent point.;
timeSeries[3,4,7,8,11] (example
metric.type="bigtable.googleapis.com/internal/client/server_latencies",
metric.labels={"client_uid":
"java-abbc4ab8-d587-40d3-8626-2ebed9151d8c16@****-06100237-s272-harness-nbv5",
"method": "Bigtable.ReadRow", "status": "UNAVAILABLE", "client_name":
"java-bigtable/2.56.0", "app_profile": ""}): write for
resource=bigtable_client_raw{zone:global,cluster:<unspecified>,table
:****,instance:****} failed with: Points must be written in order. One or more
of the points specified had an older start time than the most recent point.`
Google Support found https://github.com/googleapis/java-bigtable/pull/2522
which should have been fixed in
https://github.com/googleapis/java-bigtable/pull/2590.
I tried 2.60.0 version of google-cloud-bigtable and it works fine.
### Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
### Issue Components
- [ ] Component: Python SDK
- [x] Component: Java SDK
- [ ] Component: Go SDK
- [ ] Component: Typescript SDK
- [ ] Component: IO connector
- [ ] Component: Beam YAML
- [ ] Component: Beam examples
- [ ] Component: Beam playground
- [ ] Component: Beam katas
- [ ] Component: Website
- [ ] Component: Infrastructure
- [ ] Component: Spark Runner
- [ ] Component: Flink Runner
- [ ] Component: Samza Runner
- [ ] Component: Twister2 Runner
- [ ] Component: Hazelcast Jet Runner
- [ ] Component: Google Cloud Dataflow Runner
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]