Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Envoy logs conversion error #13019

Merged
merged 1 commit into from
Feb 5, 2025
Merged

Conversation

kezhenxu94
Copy link
Member

Errors might be thrown when conversion failed:

2025-01-31 14:28:01,134 - org.apache.skywalking.oap.log.analyzer.provider.log.listener.LogFilterListener -380231 [grpc-default-executor-3] WARN  [] - Failed to evaluate dsl: org.apache.skywalking.oap.log.analyzer.dsl.DSL@7f0d9362
com.google.protobuf.InvalidProtocolBufferException: Cannot find type for url: type.googleapis.com/google.protobuf.Struct
        at com.google.protobuf.util.JsonFormat$PrinterImpl.printAny(JsonFormat.java:857) ~[protobuf-java-util-3.25.5.jar:?]
        at com.google.protobuf.util.JsonFormat$PrinterImpl.access$1000(JsonFormat.java:685) ~[protobuf-java-util-3.25.5.jar:?]
        at com.google.protobuf.util.JsonFormat$PrinterImpl$1.print(JsonFormat.java:758) ~[protobuf-java-util-3.25.5.jar:?]
        at com.google.protobuf.util.JsonFormat$PrinterImpl.print(JsonFormat.java:737) ~[protobuf-java-util-3.25.5.jar:?]
        at com.google.protobuf.util.JsonFormat$PrinterImpl.printSingleFieldValue(JsonFormat.java:1242) ~[protobuf-java-util-3.25.5.jar:?]
        at com.google.protobuf.util.JsonFormat$PrinterImpl.printSingleFieldValue(JsonFormat.java:1107) ~[protobuf-java-util-3.25.5.jar:?]
        at com.google.protobuf.util.JsonFormat$PrinterImpl.printMapFieldValue(JsonFormat.java:1097) ~[protobuf-java-util-3.25.5.jar:?]
        at com.google.protobuf.util.JsonFormat$PrinterImpl.printField(JsonFormat.java:1028) ~[protobuf-java-util-3.25.5.jar:?]
        at com.google.protobuf.util.JsonFormat$PrinterImpl.print(JsonFormat.java:1010) ~[protobuf-java-util-3.25.5.jar:?]
        at com.google.protobuf.util.JsonFormat$PrinterImpl.print(JsonFormat.java:740) ~[protobuf-java-util-3.25.5.jar:?]
        at com.google.protobuf.util.JsonFormat$PrinterImpl.printSingleFieldValue(JsonFormat.java:1242) ~[protobuf-java-util-3.25.5.jar:?]
        at com.google.protobuf.util.JsonFormat$PrinterImpl.printSingleFieldValue(JsonFormat.java:1107) ~[protobuf-java-util-3.25.5.jar:?]
        at com.google.protobuf.util.JsonFormat$PrinterImpl.printField(JsonFormat.java:1032) ~[protobuf-java-util-3.25.5.jar:?]
        at com.google.protobuf.util.JsonFormat$PrinterImpl.print(JsonFormat.java:1010) ~[protobuf-java-util-3.25.5.jar:?]
        at com.google.protobuf.util.JsonFormat$PrinterImpl.print(JsonFormat.java:740) ~[protobuf-java-util-3.25.5.jar:?]
        at com.google.protobuf.util.JsonFormat$Printer.appendTo(JsonFormat.java:344) ~[protobuf-java-util-3.25.5.jar:?]
        at com.google.protobuf.util.JsonFormat$Printer.print(JsonFormat.java:354) ~[protobuf-java-util-3.25.5.jar:?]
  • If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #.
  • Update the CHANGES log.

@kezhenxu94 kezhenxu94 requested a review from wu-sheng February 5, 2025 07:16
@wu-sheng wu-sheng added this to the 10.2.0 milestone Feb 5, 2025
@wu-sheng wu-sheng added enhancement Enhancement on performance or codes backend OAP backend related. labels Feb 5, 2025
@kezhenxu94 kezhenxu94 merged commit 217f2d5 into apache:master Feb 5, 2025
160 checks passed
@kezhenxu94 kezhenxu94 deleted the alslog branch February 5, 2025 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend OAP backend related. enhancement Enhancement on performance or codes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants