hesam-oxe commented on PR #11077:
URL: https://github.com/apache/seatunnel/pull/11077#issuecomment-4699029808
@DanielLeens Thanks for the thorough review! You're right —
the shared writer cache breaks queue isolation.
I'll fix this by either:
1. Keeping one writer per queue (simpler — just remove the cache)
2. Or adding per-writer synchronization so the same writer
isn't accessed concurrently from different queue locks
Which approach would you prefer? I'm leaning toward option 1
since it's simpler and keeps the existing threading model intact.
I'll also add the regression test you suggested. 🙏
--
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]