ouyangkui opened a new issue, #23148:
URL: https://github.com/apache/doris/issues/23148

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   2.0 
   x86 
   8c+24g
   centos7
   
   ### What's Wrong?
   
   load 1w or 10w apache logs , cause be crash.
   
   ### What You Expected?
   
   load ok
   
   ### How to Reproduce?
   
   1. create table apachelogtable
   (
       `dt` DATETIMEV2(3),
       `clientip` VARCHAR(100),
       `user` TEXT,
       `method` VARCHAR(100),
       `request` TEXT,
       `protocol` VARCHAR(100),
       `status` SMALLINT,
       `bytes` BIGINT,
       `referer` TEXT,
       `user_agent` TEXT,
       `x_forwarded_for` TEXT,
       `raw_message` TEXT,
       INDEX index_raw (`raw_message`) USING INVERTED PROPERTIES("parser" = 
"english") COMMENT 'reindex'
   )
    
   DUPLICATE KEY(`dt`)
   DISTRIBUTED BY HASH(`dt`) BUCKETS 1
   PROPERTIES (
       "replication_num" = "1"
   )
   
   2. load apache log, csv format.  1w logs ,   mysql or http, same result, 
   3. cause be crash in 2 seconds
   
   
   if change another column for invert index,   1w logs ok, but 100 thousands, 
crash again.
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org

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

Reply via email to