odc icon indicating copy to clipboard operation
odc copied to clipboard

[Enhancement]: the tenant parameter max_allowed_packet of the metadata database must meet the specified size for odc to start successfully

Open zijiacj opened this issue 1 year ago • 2 comments

What would you like to be added?

During ODC startup, the tenant parameter max_allowed_packet of the metadata database needs to be checked. max_allowed_packet must meet the specified size

Why is this needed?

If the max_allowed_packet is too small, the flow module fails. In this case, customer need to set an appropriate size for max_allowed_packet and then restart the odc service.This affects the user experience

zijiacj avatar Jul 30 '24 09:07 zijiacj

we will set the json value of the request object into the table act_ge_bytearray, the json will be much bigger if the user input a large sql content.

this enhancement will should be fixed by limiting the max content's length by user inputing

yhilmare avatar Jul 31 '24 09:07 yhilmare

Already confirmed with QA @tonghan-gsh

yhilmare avatar Jul 31 '24 09:07 yhilmare