coalchan opened a new issue #3443: URL: https://github.com/apache/incubator-doris/issues/3443
**Describe the bug** When one of statements contains Chinese and more long than 2048 chars, audit plugin cannot record them. **To Reproduce** Steps to reproduce the behavior: 1. install audit plugin 2. execute statement which contains Chinese and more long than 2048 chars 3. See error in fe.log: ``` 2020-04-30 14:40:40,179 INFO 204 [DorisStreamLoader.loadBatch():138] AuditLoader plugin load with label: audit_20200330_024040, response code: 200, msg: OK, content: { "TxnId": 11016, "Label": "audit_20200330_024040", "Status": "Fail", "Message": "too many filtered rows", "NumberTotalRows": 36, "NumberLoadedRows": 28, "NumberFilteredRows": 8, "NumberUnselectedRows": 0, "LoadBytes": 28355, "LoadTimeMs": 10, "ErrorURL": "http://xxx:8040/api/_load_error_log?file=__shard_1/error_log_insert_stmt_3f469ea29683c88f-503432c906d08da1_3f469ea29683c88f_503432c906d08da1"} ``` **Expected behavior** Load finished. **Screenshots**  **Desktop (please complete the following information):** - OS: Centos7 - Version: 0.12.8 release ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org