Re: [PR] KAFKA-16055: Thread unsafe use of HashMap stored in QueryableStoreProvider#storeProviders [kafka]

2024-02-07 Thread via GitHub
ableegoldman commented on PR #15121: URL: https://github.com/apache/kafka/pull/15121#issuecomment-1932890035 Merged to trunk. Thanks for the fix! -- 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

Re: [PR] KAFKA-16055: Thread unsafe use of HashMap stored in QueryableStoreProvider#storeProviders [kafka]

2024-02-07 Thread via GitHub
ableegoldman merged PR #15121: URL: https://github.com/apache/kafka/pull/15121 -- 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:

Re: [PR] KAFKA-16055: Thread unsafe use of HashMap stored in QueryableStoreProvider#storeProviders [kafka]

2024-02-06 Thread via GitHub
wcarlson5 commented on PR #15121: URL: https://github.com/apache/kafka/pull/15121#issuecomment-1930810239 @ableegoldman I think you have context on this issue. https://lists.apache.org/thread/gpct1275bfqovlckptn3lvf683qpoxol -- This is an automated message from the Apache Git

[PR] KAFKA-16055: Thread unsafe use of HashMap stored in QueryableStoreProvider#storeProviders [kafka]

2024-01-03 Thread via GitHub
nuzayats opened a new pull request, #15121: URL: https://github.com/apache/kafka/pull/15121 This PR replaces a HashMap by a ConcurrentHashMap so that the local state store queries can be made from multiple threads. This is based on a discussion in the kafka-users mailing list. See this for