robertwb commented on code in PR #22105:
URL: https://github.com/apache/beam/pull/22105#discussion_r922459105
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigtable/BigtableIO.java:
##########
@@ -1377,7 +1377,7 @@ static class BigtableWriteException extends IOException {
public BigtableWriteException(KV<ByteString, Iterable<Mutation>> record,
Throwable cause) {
super(
String.format(
- "Error mutating row %s with mutations %s",
+ "Check BigTable cluster for resource usage and increase the
number of nodes on the BigTable cluster if needed; error mutating row %s with
mutations %s",
Review Comment:
This makes it sounds like this is almost certainly the underlying issue. Is
it actually the leading cause of write failures?
--
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]