Misha

Results 6 issues of Misha

Resolved a runtime exception triggered by executing limited and ordered scan queries via the MSQ engine. ![image](https://github.com/apache/druid/assets/81567675/5b7b0b1c-56b2-4cd0-b9aa-a31fea932874) ``` java.lang.RuntimeException: org.apache.druid.java.util.common.IOE: Encountered error while reading the output of stage [1], partition...

Area - Batch Ingestion
Area - MSQ

Fixed issue when msq queries throw ClassCastException with `"includeSegmentSource": "REALTIME"` and supervisor running. ```` Caused by: java.lang.ClassCastException: class [B cannot be cast to class org.apache.druid.query.aggregation.datasketches.hll.HllSketchHolder ([B is in module java.base...

Area - Documentation
Area - Batch Ingestion
Area - Segment Format and Ser/De
Area - Web Console
Area - MSQ

# Improvements Implemented a way to limit on the number of query controller tasks running at the same time. This limit specifies what percentage or amount of task slots can...

Area - Documentation
Area - Ingestion

### What is changed and how it works? Issue Number: Close #18253 What's Changed: ```commit-message Add a dedicated InvalidMaxTsUpdate RPC error so update_max_ts failures become real, typed errors instead of...

contribution
first-time-contributor
size/M
release-note-none
needs-ok-to-test
dco-signoff: yes

### Description This PR is aimed to enable flexible mapping of OIDC/JWT roles to Druid roles. By default, the pac4j OIDC authentication only maps the `sub` claim to a single...

Area - Documentation

Part of https://github.com/tikv/tikv/issues/18253 fix

size/S