svetakvsundhar commented on code in PR #22105:
URL: https://github.com/apache/beam/pull/22105#discussion_r922497972
##########
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:
@robertwb are you referring to the recommendation in the proposed error
message, or asking if this specific error message should be modified?
--
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]