Help Center/ CloudTable Service/ FAQs/ Doris/ What Can I Do If No Result Is Returned When I Create a Doris Table?
Updated on 2025-08-14 GMT+08:00

What Can I Do If No Result Is Returned When I Create a Doris Table?

Symptom

No result is returned during Doris table creation.

Possible Causes

The Doris table creation command is a synchronous command. The timeout interval of this command is simple, that is, tablet num × replication num, in seconds. If a large number of data fragments are created and some fragments fail to be created, an error may be returned after a long timeout.

Solution

In normal cases, table creation statements return results within a few seconds or a dozen or so seconds. If the timeout interval is longer than one minute, you are advised to cancel the operation and check the errors in the logs of the FE or BE node.