You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/07/15 20:32:06 UTC

[GitHub] [beam] svetakvsundhar commented on a diff in pull request #22105: More descriptive BT DEADLINE_EXCEEDED Error

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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org