[Fix] Fix select external table return “Lost connection to MySQL server during query” error
This commit is contained in:
@ -687,7 +687,7 @@ CONF_Int32(send_batch_thread_pool_queue_size, "102400");
|
||||
CONF_mInt32(max_segment_num_per_rowset, "200");
|
||||
|
||||
// The connection timeout when connecting to external table such as odbc table.
|
||||
CONF_mInt32(external_table_connect_timeout_sec, "5");
|
||||
CONF_mInt32(external_table_connect_timeout_sec, "30");
|
||||
|
||||
// The capacity of lur cache in segment loader.
|
||||
// Althought it is called "segment cache", but it caches segments in rowset granularity.
|
||||
|
||||
Reference in New Issue
Block a user