You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "xiaoyaoziyang07 (via GitHub)" <gi...@apache.org> on 2023/06/01 03:00:23 UTC

[GitHub] [doris] xiaoyaoziyang07 opened a new issue, #20296: [Bug]

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

   ### 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
   
   1.2.2-rc01
   
   ### What's Wrong?
   
   when I import data using stream load, the import task is failed and the be process was down
   
   ### What You Expected?
   
   I want to know the reason why import task is failed and the way how to resolve this problem.
   
   
   and I think the import task fail cannot raise the be process down
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] 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-unsubscribe@doris.apache.org.apache.org

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


[GitHub] [doris] xiaoyaoziyang07 commented on issue #20296: [Bug] streamload task cause be process down

Posted by "xiaoyaoziyang07 (via GitHub)" <gi...@apache.org>.
xiaoyaoziyang07 commented on issue #20296:
URL: https://github.com/apache/doris/issues/20296#issuecomment-1577992762

   > Please provide schema of testdb.sale. Is there a array column? If so it could have been fixed.
   
   yes,the database have many array columns.
   
   which version do fixed this ?


-- 
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-unsubscribe@doris.apache.org

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


[GitHub] [doris] xiaoyaoziyang07 commented on issue #20296: [Bug] streamload task cause be process down

Posted by "xiaoyaoziyang07 (via GitHub)" <gi...@apache.org>.
xiaoyaoziyang07 commented on issue #20296:
URL: https://github.com/apache/doris/issues/20296#issuecomment-1594286975

   I have solved this problem by changing all array columns to string type


-- 
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-unsubscribe@doris.apache.org

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


[GitHub] [doris] StLeoX commented on issue #20296: [Bug] streamload task cause be process down

Posted by "StLeoX (via GitHub)" <gi...@apache.org>.
StLeoX commented on issue #20296:
URL: https://github.com/apache/doris/issues/20296#issuecomment-1578786787

   > Please provide schema of testdb.sale. Is there a array column? If so it could have been fixed.
   
   Just the official [demo](https://doris.apache.org/docs/dev/get-starting/#create-table).
   Can you reproduct this bug?


-- 
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-unsubscribe@doris.apache.org

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


[GitHub] [doris] xiaoyaoziyang07 commented on issue #20296: [Bug]

Posted by "xiaoyaoziyang07 (via GitHub)" <gi...@apache.org>.
xiaoyaoziyang07 commented on issue #20296:
URL: https://github.com/apache/doris/issues/20296#issuecomment-1571256024

   ![1685588205664](https://github.com/apache/doris/assets/16184810/852b2d0c-40dd-4108-aecd-dfb5c68447ba)
   


-- 
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-unsubscribe@doris.apache.org

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


[GitHub] [doris] dataroaring commented on issue #20296: [Bug] streamload task cause be process down

Posted by "dataroaring (via GitHub)" <gi...@apache.org>.
dataroaring commented on issue #20296:
URL: https://github.com/apache/doris/issues/20296#issuecomment-1577989309

   Please provide schema of testdb.sale. Is there a array column? If so it could have been fixed.


-- 
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-unsubscribe@doris.apache.org

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


[GitHub] [doris] xiaoyaoziyang07 commented on issue #20296: [Bug] streamload task cause be process down

Posted by "xiaoyaoziyang07 (via GitHub)" <gi...@apache.org>.
xiaoyaoziyang07 commented on issue #20296:
URL: https://github.com/apache/doris/issues/20296#issuecomment-1578001565

     `birthday` datetime NULL,
     `unit_type` text NULL,
     `like_style` text NULL,
     `decoration_status` bigint(20) NULL,
     `avatar` text NULL,
     `registered_time` datetime NULL,
     `registered_days` bigint(20) NULL,
     `last_active_time` datetime NULL,
     `source_market_id` array<bigint(20)> NULL,
     `source_market_name` array<text> NULL,
     `source_market_ord_cnt_7d` bigint(20) NULL,
     `category_7d_str` array<bigint(20)> NULL,
     `category_14d_str` array<bigint(20)> NULL,
     `category_30d_str` array<bigint(20)> NULL,
     `category_td_str` array<bigint(20)> NULL,
     `brand_7d_str` array<bigint(20)> NULL,
     `brand_14d_str` array<bigint(20)> NULL,
     `brand_30d_str` array<bigint(20)> NULL ,
     `brand_td_str` array<bigint(20)> NULL 
     
   
   here is some column of the table schema.


-- 
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-unsubscribe@doris.apache.org

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


[GitHub] [doris] StLeoX commented on issue #20296: [Bug] streamload task cause be process down

Posted by "StLeoX (via GitHub)" <gi...@apache.org>.
StLeoX commented on issue #20296:
URL: https://github.com/apache/doris/issues/20296#issuecomment-1575475892

   **Can't streamload from another machine**.
   Do this:
   ```
   curl  --location-trusted -u root: -T sale.csv -H "column_separator:," http://{fe_ip}:8030/api/testdb/sale/_stream_load
   ```
   No cli output. No data in the table `testdb.sale`.
   
   Env:
   ```
   fe_ip is deployed ip, not 127.0.0.1
   curl 7.81.0
   ```


-- 
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-unsubscribe@doris.apache.org

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