1 Answer
- Newest
- Most votes
- Most comments
0
Hi Bryce,
If there aren’t any other issues apart from segments not being created for initialization tasks, it is fine to ignore the errors or change the logging level of that class. It is expected that segments aren't created for such initialization tasks.
answered 3 years ago
Relevant content
- asked 3 years ago
- asked 3 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 3 years ago

I did think about that. The problem was that apart from initialization tasks, there were also some off-thread issues where segments weren't getting created. I was getting spammed pretty heavily in the logs from those. I ended up opting to leave out the version 1 dependencies and just moved whatever I could to v2 APIs, which are instrumented properly. Maybe if I get some time to fix the off-thread issues, I might add them back in again.