FrankChen021 commented on issue #10753:
URL: https://github.com/apache/druid/issues/10753#issuecomment-765067654


   > @FrankChen021 I tried a large timeout and was able to solve segment cache 
in historical.
   > But still getting the mget exception in broker.
   
   Getting multiple values from different nodes by MGET are not supported by 
JEDIS now. I didn't notice this problem when I implemented redis cluster 
extension. We have to update the extension, either by calculating slots before 
such an operation or replacing jedis with lettuce. 
   
   I don't have a large chunk of time to do it these days, so I'm sorry that 
patch may not be shipped with 0.21 which is already on the way of release.


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to