Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Spring Cloud AWS SQS error handler missing trace context

オープン
#11,234 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
48/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
静か
技術スタック
aws, java, spring

調査の方向性

リンクされた再現リポジトリと、その Spring Cloud AWS SQS の listener および error-handler の設定から始め、listener が例外をスローしたときにコンテキストがどのように引き継がれるかを追跡します。ErrorHandler のログに listener のログと同じ traceId が含まれ、再現によってその動作が確認できれば完了です。

索引モデルが issue の本文から書いたものです。

説明

type: bug report
Tracer Version(s)

1.61.1

Java Version(s)

25

JVM Vendor

Eclipse Adoptium / Temurin

Bug Report

When using Spring Cloud AWS SQS with an error handler, trace context does not propagate from the listener to the error handler.

The current behavior has the TraceId present in the Listener logs and the classes called by it, until an exception is thrown and the trace is lost in the logs of the ErrorHandler.

Expected Behavior

The ErrorHandler logs should contain the same traceId as the listener.

Reproduction Code

The code to reproduce the issue is on the repo:

主要言語
Java
スター
737
フォーク
361
平均マージ
3日 20時間
マージ済み PR(30日)
173

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

DataDog/dd-trace-java のほかの issue

DataDog/dd-trace-java の issue をすべて見る

似ている issue

Java の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。