jihoonson commented on issue #11140: URL: https://github.com/apache/druid/issues/11140#issuecomment-844645191
Hi @jasonk000, I would like to ask you if there is any reason for using `HeapMemoryTaskStorage`? It has been there mostly for internal testing of other modules that require `TaskStorage` because it's easier to set up than other `TaskStorages` based on databases. AFAIT, it has some flaws that might be a blocker for using in production, such as that it forgets all task history when you restart the overlord. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
