capistrant opened a new issue #10374:
URL: https://github.com/apache/druid/issues/10374


   Please provide a detailed title (e.g. "Broker crashes when using TopN query 
with Bound filter" instead of just "Broker crashes").
   
   ### Affected Version
   
   0.18.1
   
   ### Description
   
   I am in the beginning steps of troubleshooting this and I will add more 
details as I find out how to reproduce the issue consistently. I am currently 
seeing queries fail in vectorization code when VectorMatch#copyFrom tries to 
copy a VectorMatch into another where the src VectorMatch selection array is 
too big to fit in to the destination selection array. This violates the 
Preconditions check and causes a query failure.
   
   I am currently only able to reproduce with one query on my cluster. This 
query is a timeseries query with a deeply nested or filter on a dimension 
value. When I flip this filter to use `IN` instead of `or`, the query runs 
successfully. The query also runs successfully as a non-vectorized query. This 
leads me to believe there may be a bug in the OrFilter code leading to these 
query failures.
   
   I wanted to get this issue up on the board now so I can see if anyone else 
has been hitting it. As I said, I will revamp the problem report as soon as I 
can reproduce this consistently allowing for more thorough analysis and 
documentation.
   


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

Reply via email to