[GitHub] [incubator-doris] chaoyli commented on issue #4662: Transaction not be cleared after BE down

2020-09-23 Thread GitBox
chaoyli commented on issue #4662: URL: https://github.com/apache/incubator-doris/issues/4662#issuecomment-698155254 Reproduce the bug ``` 1. load a file using stream load 2. kill BE process 3. show proc ``` T

[GitHub] [incubator-doris] chaoyli opened a new issue #4662: Transaction not be cleared after BE down

2020-09-23 Thread GitBox
chaoyli opened a new issue #4662: URL: https://github.com/apache/incubator-doris/issues/4662 After BE down, transactions is not be cleared. But now, it's not. This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-doris] chaoyli opened a new pull request #4661: [BUG] Fix transaction not be cleared after BE down.

2020-09-23 Thread GitBox
chaoyli opened a new pull request #4661: URL: https://github.com/apache/incubator-doris/pull/4661 After BE down, transactions related should be cleared. The hostname is used to retrive the transactions. But hostname is recorded as hostname + port, the port should be removed.

[GitHub] [incubator-doris] acelyc111 commented on issue #4660: BE coredump when do schema change

2020-09-23 Thread GitBox
acelyc111 commented on issue #4660: URL: https://github.com/apache/incubator-doris/issues/4660#issuecomment-698096745 This issue may be ralated with https://github.com/apache/incubator-doris/issues/4527 This is an automated

[GitHub] [incubator-doris] acelyc111 opened a new issue #4660: BE coredump when do schema change

2020-09-23 Thread GitBox
acelyc111 opened a new issue #4660: URL: https://github.com/apache/incubator-doris/issues/4660 **Describe the bug** BE coredump when do schema change on a column from CHAR(10) to VARCHAR(64) ``` Core was generated by `/home/work/app/doris/zjyprc-hadoop/be/package/be/lib/palo_be

[GitHub] [incubator-doris] HangyuanLiu commented on a change in pull request #4648: Fix DATA_TYPE in information_schema.columns is not compatible to mysql meta

2020-09-23 Thread GitBox
HangyuanLiu commented on a change in pull request #4648: URL: https://github.com/apache/incubator-doris/pull/4648#discussion_r493549108 ## File path: be/src/exec/schema_scanner/schema_columns_scanner.cpp ## @@ -93,6 +93,41 @@ Status SchemaColumnsScanner::start(RuntimeState *sta

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #4648: Fix DATA_TYPE in information_schema.columns is not compatible to mysql meta

2020-09-23 Thread GitBox
EmmyMiao87 commented on a change in pull request #4648: URL: https://github.com/apache/incubator-doris/pull/4648#discussion_r493541513 ## File path: be/src/exec/schema_scanner/schema_columns_scanner.cpp ## @@ -93,6 +93,41 @@ Status SchemaColumnsScanner::start(RuntimeState *stat

[GitHub] [incubator-doris] Nivane opened a new pull request #4659: Update data-model-rollup.md

2020-09-23 Thread GitBox
Nivane opened a new pull request #4659: URL: https://github.com/apache/incubator-doris/pull/4659 fix typo ## Proposed changes fix typo ## Types of changes What types of changes does your code introduce to Doris? Documentation Update (if none of the other ch

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #4658: [Bug] Fix that the partitions of a dynamic-partitioned table has not been created at the time of load or insert

2020-09-23 Thread GitBox
EmmyMiao87 commented on a change in pull request #4658: URL: https://github.com/apache/incubator-doris/pull/4658#discussion_r493339458 ## File path: fe/fe-core/src/main/java/org/apache/doris/load/loadv2/LoadingTaskPlanner.java ## @@ -182,6 +182,13 @@ public String getTimezone(

[GitHub] [incubator-doris] xinghuayu007 commented on pull request #4658: [Bug] Fix that the partitions of a dynamic-partitioned table has not been created at the time of load or insert

2020-09-23 Thread GitBox
xinghuayu007 commented on pull request #4658: URL: https://github.com/apache/incubator-doris/pull/4658#issuecomment-697213624 this bug has been fixed at PR: https://github.com/apache/incubator-doris/pull/4621 This is an auto

[GitHub] [incubator-doris] xy720 opened a new pull request #4658: [Bug] Fix that the partitions of a dynamic-partitioned table has not been created at the time of load or insert

2020-09-23 Thread GitBox
xy720 opened a new pull request #4658: URL: https://github.com/apache/incubator-doris/pull/4658 ## Proposed changes Fix #4657 when a dynamic partitioned table is created, it will take some time to create the partitions, a exception needs to be thrown when users try to load d

[GitHub] [incubator-doris] xy720 opened a new issue #4657: [Bug] The load will stuck in Loading phase when the table is a dynamic-partitioned-table

2020-09-23 Thread GitBox
xy720 opened a new issue #4657: URL: https://github.com/apache/incubator-doris/issues/4657 **Describe the bug** The load will stuck in Loading phase when the table is a dynamic-partitioned-table **To Reproduce** Steps to reproduce the behavior: 1. create a dynamic-partitione

[GitHub] [incubator-doris] kangkaisen closed issue #4649: All queries failed when one BE network or disk has issue

2020-09-23 Thread GitBox
kangkaisen closed issue #4649: URL: https://github.com/apache/incubator-doris/issues/4649 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

[incubator-doris] branch master updated: Fix all queries failed when one BE network or disk has issue (#4651)

2020-09-23 Thread kangkaisen
This is an automated email from the ASF dual-hosted git repository. kangkaisen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 724f70a Fix all queries failed whe

[GitHub] [incubator-doris] kangkaisen merged pull request #4651: Fix all queries failed when one BE network or disk has issue

2020-09-23 Thread GitBox
kangkaisen merged pull request #4651: URL: https://github.com/apache/incubator-doris/pull/4651 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov