Skip to content

Commit ecb59d8

Browse files
chore: generate libraries at Sun Mar 29 20:41:27 UTC 2026
1 parent bea4f02 commit ecb59d8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/internal/dp/DirectAccessInvestigator.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,14 @@ public static void investigateAndReport(
115115
if (!v4Plumbed && !v6Plumbed) {
116116
LOG.log(
117117
Level.FINE,
118-
"Direct Access investigation: Metadata IPs are not plumbed to local interfaces (likely containerized). Relying on kernel default routing.");
118+
"Direct Access investigation: Metadata IPs are not plumbed to local interfaces (likely"
119+
+ " containerized). Relying on kernel default routing.");
119120
}
120121
recordAndLog(
121122
tracer,
122123
REASON_UNKNOWN,
123-
"Direct Access investigation: Running on GCP, metadata reachable, IPs assigned and plumbed, but Direct Access still failed.",
124+
"Direct Access investigation: Running on GCP, metadata reachable, IPs assigned and"
125+
+ " plumbed, but Direct Access still failed.",
124126
originalError);
125127

126128
} catch (Exception e) {

0 commit comments

Comments
 (0)