Maplejw opened a new issue, #13264:
URL: https://github.com/apache/druid/issues/13264

   
   When I uprage druid from 0.20.2 to 24.0.
   broker can not launch successfully, it's log
   
![image](https://user-images.githubusercontent.com/24646597/197926859-47f5f3ed-dfed-4b41-badf-d15c90d5fdfc.png)
   
   It means some datasources the device_id_sketch is null, so I check my 
datasource and ingestion spec
   
![image](https://user-images.githubusercontent.com/24646597/197926531-4e919175-9d61-4712-ac9a-4b88447ca34d.png)
   
   this is my ingestion spec about metricsSpec
   ```
   "metricsSpec": [
         {
           "type": "longSum",
           "name": "behavior_total_times",
           "fieldName": "behavior_total_times",
           "expression": null
         },
         {
           "type": "thetaSketch",
           "name": "device_id_sketch",
           "fieldName": "device_id",
           "size": 16384,
           "shouldFinalize": true,
           "isInputThetaSketch": false,
           "errorBoundsStdDev": null
         }
       ]
   ```
   
   So why my device_id is not null, but device_id_sketch is null,and why 0.20.2 
it run well,but upgrate 24.0,it fails
   
   
   


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