SaadAhmed7 commented on issue #16368: URL: https://github.com/apache/dubbo/issues/16368#issuecomment-5239540920
Hi — I'd like to work on this one if it's still open. Thanks for the self-contained reproduction, that makes it much easier to get started. A failure that only appears under concurrency and only with `$ref` references suggests state being shared across concurrent reads rather than kept per-invocation, so my plan would be to first confirm the race with your test case and then narrow down which part of the fastjson2 read path is being reused between threads. Could I be assigned? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
