```"sinkFail": { "connector": "starrocks", ...
# questions-and-troubleshooting
s
Copy code
"sinkFail": {
      "connector": "starrocks",
      "error": "Doris/Starrocks connect error: transaction error: ANALYSIS_ERROR, No partitions have data available for loading. If you are sure there may be no data to be loaded, you can use `ADMIN SET FRONTEND CONFIG ('empty_load_as_error' = 'false')` to ensure such load jobs can succeed, Some(\"<http://star-rocks-be-2.star-rocks-be-search.star-rocks.svc.cluster.local:8040/api/_load_error_log?file=error_log_974288d48ed72c55_6ebd28cbcfa654ae>\")",
      "sinkId": 272,
      "sinkName": "table_sink_star_rocks"
    }

"error: Doris/Starrocks connect error: error sending request for url (<http://star-rocks-be-0.star-rocks-be-search.star-rocks.svc.cluster.local:8040/api/transaction/prepare>): operation timed out
am trying to sink using risingwave and we have seen this errors and missing major chunk of records in star rocks
r
Can you see if your be node is listening, by pinging it. Try to check any warning under
be.WARNING
and
<http://be.INFO|be.INFO>
s
Copy code
W20250919 17:47:22.592715 134761985136192 stack_util.cpp:437] 2025-09-19 17:47:22.592704, query_id=00000000-0000-0000-0000-000000000000, fragment_instance_id=00000000-0000-0000-0000-000000000000 throws exception: std::bad_alloc, trace:
     @          0xc01331f  __wrap___cxa_throw
    @         0x13de748a  operator new(unsigned long) [clone .cold]
    @          0xb8e1de1  starrocks::ByteBuffer::allocate_with_tracker(unsigned long, starrocks::ByteBufferMetaType)
    @          0xcb849d0  starrocks::TransactionStreamLoadAction::on_chunk_data(starrocks::HttpRequest*)
    @          0xffd140f  evhttp_read_body
    @          0xffd4c07  bufferevent_readcb
    @          0xffbffc2  event_process_active_single_queue
    @          0xffc074f  event_base_loop
    @         0x13e81934  execute_native_thread_routine
    @     0x7a91b97e6ac3  (/usr/lib/x86_64-linux-gnu/libc.so.6+0x94ac2)
    @     0x7a91b9878850  (/usr/lib/x86_64-linux-gnu/libc.so.6+0x12684f)
 
W20250919 17:47:22.604512 134761976743488 stack_util.cpp:437] 2025-09-19 17:47:22.604504, query_id=00000000-0000-0000-0000-000000000000, fragment_instance_id=00000000-0000-0000-0000-000000000000 throws exception: std::bad_alloc, trace:
     @          0xc01331f  __wrap___cxa_throw
    @         0x13de748a  operator new(unsigned long) [clone .cold]
    @          0xb8e1de1  starrocks::ByteBuffer::allocate_with_tracker(unsigned long, starrocks::ByteBufferMetaType)
    @          0xcb849d0  starrocks::TransactionStreamLoadAction::on_chunk_data(starrocks::HttpRequest*)
    @          0xffd140f  evhttp_read_body
    @          0xffd4c07  bufferevent_readcb
    @          0xffbffc2  event_process_active_single_queue
    @          0xffc074f  event_base_loop
    @         0x13e81934  execute_native_thread_routine
    @     0x7a91b97e6ac3  (/usr/lib/x86_64-linux-gnu/libc.so.6+0x94ac2)
    @     0x7a91b9878850  (/usr/lib/x86_64-linux-gnu/libc.so.6+0x12684f)
i could see this