gianm opened a new pull request, #18201:
URL: https://github.com/apache/druid/pull/18201

   This patch adds an `EmbeddedMSQRealtimeQueryTest`, and `EmbeddedMSQApis` to 
support it.
   
   This patch also moves various usages of RuntimeInfo to regular injection 
rather than using a static function, and creates a RuntimeInfoModule that is 
part of the embedded tests and delivers a normal, non-statically-injected 
RuntimeInfo.
   
   This was necessary because the MSQ tasks, as they start up within the 
multi-task Indexer, need to see more than 100 MB of total Indexer memory in 
order to believe that there is sufficient memory to move forwards. Static 
injection of RuntimeInfo makes this difficult, since the various servers end up 
clobbering each other, and it isn't guaranteed that the correct RuntimeInfo 
will be used.


-- 
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]

Reply via email to