kfaraz commented on issue #17660: URL: https://github.com/apache/druid/issues/17660#issuecomment-2656643153
@nozjkoitop , segment-level locking is known to have issues and is unofficially deprecated. I wouldn't advise using it in a production setup. Instead, you may try out [Concurrent append and replace](https://druid.apache.org/docs/latest/ingestion/concurrent-append-replace/) to allow compaction of an interval while data is being appended to it. Please let me know if this works for you. -- 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]
