[ 
https://issues.apache.org/jira/browse/BEAM-13686?focusedWorklogId=721234&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-721234
 ]

ASF GitHub Bot logged work on BEAM-13686:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Feb/22 23:22
            Start Date: 04/Feb/22 23:22
    Worklog Time Spent: 10m 
      Work Description: lukecwik merged pull request #16559:
URL: https://github.com/apache/beam/pull/16559


   


-- 
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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 721234)
    Time Spent: 0.5h  (was: 20m)

> OOM while logging a large pipeline even when logging level is higher
> --------------------------------------------------------------------
>
>                 Key: BEAM-13686
>                 URL: https://issues.apache.org/jira/browse/BEAM-13686
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-dataflow
>    Affects Versions: 2.35.0
>            Reporter: Vitaly Ivanov
>            Assignee: Vitaly Ivanov
>            Priority: P1
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Logging message is calculated even when logging level is higher, so there is 
> no WA to increase the logging level. 
> {noformat}
> Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
>     at java.base/java.util.Arrays.copyOf(Arrays.java:3745)
>     at 
> java.base/java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:172)
>     at 
> java.base/java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:538)
>     at java.base/java.lang.StringBuilder.append(StringBuilder.java:174)
>     at java.base/java.lang.StringBuilder.append(StringBuilder.java:85)
>     at 
> java.base/java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:573)
>     at java.base/java.lang.StringBuilder.append(StringBuilder.java:204)
>     at java.base/java.lang.StringBuilder.append(StringBuilder.java:85)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat$TextGenerator.print(TextFormat.java:860)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat$Printer.printFieldValue(TextFormat.java:574)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat$Printer.printSingleField(TextFormat.java:743)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat$Printer.printField(TextFormat.java:443)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat$Printer.printMessage(TextFormat.java:705)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat$Printer.print(TextFormat.java:353)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat$Printer.printFieldValue(TextFormat.java:597)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat$Printer.printSingleField(TextFormat.java:743)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat$Printer.printField(TextFormat.java:443)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat$Printer.printMessage(TextFormat.java:705)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat$Printer.print(TextFormat.java:353)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat$Printer.printFieldValue(TextFormat.java:597)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat$Printer.printSingleField(TextFormat.java:743)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat$Printer.printField(TextFormat.java:435)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat$Printer.printMessage(TextFormat.java:705)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat$Printer.print(TextFormat.java:353)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat$Printer.printFieldValue(TextFormat.java:597)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat$Printer.printSingleField(TextFormat.java:743)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat$Printer.printField(TextFormat.java:443)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat$Printer.printMessage(TextFormat.java:705)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat$Printer.print(TextFormat.java:353)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat$Printer.print(TextFormat.java:339)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat$Printer.printToString(TextFormat.java:606)
>     at 
> org.apache.beam.vendor.grpc.v1p36p0.com.google.protobuf.TextFormat.printToString(TextFormat.java:149){noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to