[Feature-Wip](MySQL Load)Show load warning for my sql load (#18224)
1. Support the show load warnings for mysql load to get the detail error message. 2. Fix fillByteBufferAsync not mark the load as finished in same data load 3. Fix drain data only in client mode.
This commit is contained in:
@ -2098,6 +2098,8 @@ public class Config extends ConfigBase {
|
||||
@ConfField(mutable = false, masterOnly = false)
|
||||
public static String mysql_load_server_secure_path = "";
|
||||
|
||||
@ConfField(mutable = false, masterOnly = false)
|
||||
public static int mysql_load_in_memory_record = 20;
|
||||
|
||||
@ConfField(mutable = false, masterOnly = false)
|
||||
public static int mysql_load_thread_pool = 4;
|
||||
|
||||
Reference in New Issue
Block a user