The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project.
Use the time_slice function to dynamically partition a table and use Kafka Routine Load to import data, an internal partition error may occur, and the data imported in this batch will be lost (the system will not retry importing this batch of data again)
StarRocks > select * from ta_event_119 where `#user_id` = 7869934612971692 and `#uuid` = '74e54458-07a9-4532-90a0-223eb6cb43ff@TE'\G
Empty set (0.08 sec)
Expected behavior (Required)
Retry import data when create partition failed in BE, data when loaded to table ta_event_119
Real behavior (Required)
Data lost ...
StarRocks version (Required)
You can get the StarRocks version by executing SQL select current_version()
StarRocks > select current_version();
+-------------------+
| current_version() |
+-------------------+
| 3.2.8-759cc78 |
+-------------------+
1 row in set (0.01 sec)
Use the time_slice function to dynamically partition a table and use Kafka Routine Load to import data, an internal partition error may occur, and the data imported in this batch will be lost (the system will not retry importing this batch of data again)
This bug appeared randomly
Steps to reproduce the behavior (Required)
error log is
data lost:
Expected behavior (Required)
Retry import data when create partition failed in BE, data when loaded to table ta_event_119
Real behavior (Required)
Data lost ...
StarRocks version (Required)
select current_version()