jbguerraz commented on issue #15562: URL: https://github.com/apache/druid/issues/15562#issuecomment-2209608720
we're facing the same issue than described in https://github.com/apache/druid/issues/15562#issuecomment-1881389086 we do have sys.servers rows with max_size set to zero: everything BUT the historical servers. The where clause evaluation order probably drives the engine to evaluate the fill even if the server_type is not historical. Does it makes sens to set the max_size to 1 for servers that are not the historical ones ? or rework the sql query ? what would be the right way to fix that ? Thank 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]
