quantranhong1999 commented on pull request #554: URL: https://github.com/apache/james-project/pull/554#issuecomment-887424739
At DistributedThreadGetTest: - I added await for ES to ensure it can index all-new message - I debugged a test that adds new related messages: they have the same threadId => So guessThreadId API works properly now. But then get that thread do not work properly. The thread with 3 message id just returns 1 message id. At CassandraThreadIdGuessingAlgorithmTest which uses SimpleMessageSearchIndex does not work properly also. This is really weird. My guess is we have a bug when SearchIndex indexes threadId which wraps CassandraMessageId (because it still works properly with InMemoryMessageId). -- 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]
