Help Center/ MapReduce Service/ Component Operation Guide (LTS)/ Using Doris/ Doris FAQs/ What Should I Do If a Timeout Error Is Reported When Broker Load Imports Data?
Updated on 2024-05-29 GMT+08:00

What Should I Do If a Timeout Error Is Reported When Broker Load Imports Data?

Symptom

The following error message was displayed when Broker Load was used to import data:

org.apache.thrift.transport.TTransportException: java.net.SocketException: Broken pipe

Cause Analysis

When data is imported from an external storage device (for example, HDFS), file directory query times out because there are too many files in the directory.

Procedure

Log in to FusionInsight Manager, choose Cluster > Services > Doris and click Configurations > All Configurations. Select FE (Role) > Customization, and add the custom parameter broker_timeout_ms. The default value is 10 seconds. You need to increase the value of this parameter, for example, to 1000, and restart the FE instance whose configuration has expired.