EugenDueck edited a comment on issue #6173: Log compaction fails due to timeout URL: https://github.com/apache/pulsar/issues/6173#issuecomment-582203489 @fantapsody I've now stripped this down to a self-contained example and have updated the instructions to reproduce the problem. I can reliably replicate it using above snippet. I've checked that the contents of neither key nor value are a problem, by using a single, hard-coded value for each. So when sending thousands of identical messages with the same key and value at low throughput (500 msg/sec or less), the topic can be compacted. But when sending thousands of identical messages at high throughput (I could replicate at more than 900 msg/sec), the topic becomes uncompactable. One more observations while playing with this: When not a single message has yet been produced to a topic, the same timeout error occurs trying to compact. This is perhaps not that big a deal, but I guess should be fixed.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
