You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/04/30 07:47:36 UTC

[GitHub] [incubator-doris] coalchan opened a new issue #3443: [Bug][FE_PLUGIN] Audit Plugin load error when statement contains Chinese and more long than 2048 chars

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**
   ![411588232451_ pic_hd](https://user-images.githubusercontent.com/6671051/80685345-aa7c8b00-8af9-11ea-8411-f46a6a30f0aa.jpg)
   
   **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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org