abhishekagarwal87 commented on issue #11035: URL: https://github.com/apache/druid/issues/11035#issuecomment-1435902067
if you are using the latest version and your tasks are appending the data to an interval, you can set `useSharedLock` to `true` in the task context. That way, appending tasks won't compete for the lock for the same interval. -- 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]
