Request Guidance on Build Issues in my feature branch #6369
-
Hello ~ I'm currently working on #6313 to implementing Jackson polymorphism support for DocService as requested in the community. The good news is that the core feature implementation is complete and works as expected. I have verified with a local example service that the feature correctly generates a JSON specification with The Problem: Build InstabilityHowever, this feature has uncovered significant and complex build stability issues when running a full parallel build ( Summary of InvestigationTo demonstrate the instability, I ran the full
As the data shows, the build fails at different points with different errors. Most failures appear to be flaky tests that pass when run in isolation (Run 1 & 2). However, some failures are more persistent and suggest a severe resource leak, failing even on an individual re-run (Run 3). My Environment:
Request for GuidanceI have a working feature, but I cannot proceed because of these complex build failures that are triggered by my changes. I am looking for guidance on how to resolve this. What would be the recommended next step to get this feature merged without compromising the project's build stability? I'm happy to provide more detailed logs and thread dumps upon request. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This will be fixed by this PR: |
Beta Was this translation helpful? Give feedback.
-
Thanks for checking it. 👍 |
Beta Was this translation helpful? Give feedback.
This will be fixed by this PR:
#6379