[GitHub] [incubator-doris] Seaven commented on issue #2123: If the parameter of ifnull is datetime, return wrong type

2019-11-12 Thread GitBox
Seaven commented on issue #2123: If the parameter of ifnull is datetime, return wrong type URL: https://github.com/apache/incubator-doris/issues/2123#issuecomment-552782707 There are several reasons for the question: 1.The ifnull method does not support check for date type 2.If the p

[GitHub] [incubator-doris] Seaven removed a comment on issue #2123: If the parameter of ifnull is datetime, return wrong type

2019-11-12 Thread GitBox
Seaven removed a comment on issue #2123: If the parameter of ifnull is datetime, return wrong type URL: https://github.com/apache/incubator-doris/issues/2123#issuecomment-552782707 There are several reasons for the question: 1.The ifnull method does not support check for date type 2.

[GitHub] [incubator-doris] manannan2017 opened a new issue #2180: when int column union date column, is the system not supported?

2019-11-12 Thread GitBox
manannan2017 opened a new issue #2180: when int column union date column, is the system not supported? URL: https://github.com/apache/incubator-doris/issues/2180 1、table,k1 TINYINT, k10 date ![image](https://user-images.githubusercontent.com/33174388/68659561-68bf4e80-0572-11ea-8189-350

[GitHub] [incubator-doris] morningman commented on issue #2168: Bump libthrift from 0.9.3 to 0.12.0 in /fs_brokers/apache_hdfs_broker

2019-11-12 Thread GitBox
morningman commented on issue #2168: Bump libthrift from 0.9.3 to 0.12.0 in /fs_brokers/apache_hdfs_broker URL: https://github.com/apache/incubator-doris/pull/2168#issuecomment-552840288 No need, thank u. This is an automated

[GitHub] [incubator-doris] dependabot[bot] commented on issue #2168: Bump libthrift from 0.9.3 to 0.12.0 in /fs_brokers/apache_hdfs_broker

2019-11-12 Thread GitBox
dependabot[bot] commented on issue #2168: Bump libthrift from 0.9.3 to 0.12.0 in /fs_brokers/apache_hdfs_broker URL: https://github.com/apache/incubator-doris/pull/2168#issuecomment-552840301 OK, I won't notify you again about this release, but will get in touch when a new version is avail

[GitHub] [incubator-doris] morningman commented on issue #2169: Bump libthrift from 0.9.3 to 0.12.0 in /fe

2019-11-12 Thread GitBox
morningman commented on issue #2169: Bump libthrift from 0.9.3 to 0.12.0 in /fe URL: https://github.com/apache/incubator-doris/pull/2169#issuecomment-552840196 No need, thank u. This is an automated message from the Apache Git

[GitHub] [incubator-doris] morningman closed pull request #2168: Bump libthrift from 0.9.3 to 0.12.0 in /fs_brokers/apache_hdfs_broker

2019-11-12 Thread GitBox
morningman closed pull request #2168: Bump libthrift from 0.9.3 to 0.12.0 in /fs_brokers/apache_hdfs_broker URL: https://github.com/apache/incubator-doris/pull/2168 This is an automated message from the Apache Git Service. T

[GitHub] [incubator-doris] dependabot[bot] commented on issue #2169: Bump libthrift from 0.9.3 to 0.12.0 in /fe

2019-11-12 Thread GitBox
dependabot[bot] commented on issue #2169: Bump libthrift from 0.9.3 to 0.12.0 in /fe URL: https://github.com/apache/incubator-doris/pull/2169#issuecomment-552840212 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip

[GitHub] [incubator-doris] morningman closed pull request #2169: Bump libthrift from 0.9.3 to 0.12.0 in /fe

2019-11-12 Thread GitBox
morningman closed pull request #2169: Bump libthrift from 0.9.3 to 0.12.0 in /fe URL: https://github.com/apache/incubator-doris/pull/2169 This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [incubator-doris] morningman opened a new issue #2181: Too many transaction waiting to be cleared on BE

2019-11-12 Thread GitBox
morningman opened a new issue #2181: Too many transaction waiting to be cleared on BE URL: https://github.com/apache/incubator-doris/issues/2181 **Describe the bug** When a user submits an load transaction, the load transaction may succeed on some BE nodes and some BE nodes fail. Eventu

[GitHub] [incubator-doris] morningman opened a new pull request #2182: Sending clear txn task explicitly after transaction being aborted

2019-11-12 Thread GitBox
morningman opened a new pull request #2182: Sending clear txn task explicitly after transaction being aborted URL: https://github.com/apache/incubator-doris/pull/2182 ISSUE #2181 This is an automated message from the Apache

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted

2019-11-12 Thread GitBox
chaoyli commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted URL: https://github.com/apache/incubator-doris/pull/2182#discussion_r345183101 ## File path: be/src/olap/txn_manager.cpp ## @@ -225,6 +235,7 @@ OLAPStatus

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted

2019-11-12 Thread GitBox
chaoyli commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted URL: https://github.com/apache/incubator-doris/pull/2182#discussion_r345181863 ## File path: be/src/olap/txn_manager.cpp ## @@ -500,4 +514,32 @@ bool TxnM

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted

2019-11-12 Thread GitBox
chaoyli commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted URL: https://github.com/apache/incubator-doris/pull/2182#discussion_r345176889 ## File path: be/src/olap/txn_manager.cpp ## @@ -500,4 +514,32 @@ bool TxnM

[GitHub] [incubator-doris] morningman commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted

2019-11-12 Thread GitBox
morningman commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted URL: https://github.com/apache/incubator-doris/pull/2182#discussion_r345198306 ## File path: be/src/olap/txn_manager.cpp ## @@ -225,6 +235,7 @@ OLAPSta

[GitHub] [incubator-doris] imay commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted

2019-11-12 Thread GitBox
imay commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted URL: https://github.com/apache/incubator-doris/pull/2182#discussion_r345196949 ## File path: fe/src/main/java/org/apache/doris/task/ClearTransactionTask.java

[GitHub] [incubator-doris] imay commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted

2019-11-12 Thread GitBox
imay commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted URL: https://github.com/apache/incubator-doris/pull/2182#discussion_r345197092 ## File path: fe/src/main/java/org/apache/doris/transaction/GlobalTransactionMgr.java

[GitHub] [incubator-doris] imay commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted

2019-11-12 Thread GitBox
imay commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted URL: https://github.com/apache/incubator-doris/pull/2182#discussion_r345201831 ## File path: be/src/olap/txn_manager.cpp ## @@ -500,4 +514,32 @@ bool TxnMana

[GitHub] [incubator-doris] morningman commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted

2019-11-12 Thread GitBox
morningman commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted URL: https://github.com/apache/incubator-doris/pull/2182#discussion_r345207588 ## File path: fe/src/main/java/org/apache/doris/task/ClearTransactionTask.java ##

[GitHub] [incubator-doris] morningman commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted

2019-11-12 Thread GitBox
morningman commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted URL: https://github.com/apache/incubator-doris/pull/2182#discussion_r345208187 ## File path: fe/src/main/java/org/apache/doris/transaction/GlobalTransactionMgr.

[GitHub] [incubator-doris] morningman commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted

2019-11-12 Thread GitBox
morningman commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted URL: https://github.com/apache/incubator-doris/pull/2182#discussion_r345208187 ## File path: fe/src/main/java/org/apache/doris/transaction/GlobalTransactionMgr.

[GitHub] [incubator-doris] morningman commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted

2019-11-12 Thread GitBox
morningman commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted URL: https://github.com/apache/incubator-doris/pull/2182#discussion_r345211476 ## File path: be/src/olap/txn_manager.cpp ## @@ -500,4 +514,32 @@ bool T

[GitHub] [incubator-doris] imay commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted

2019-11-12 Thread GitBox
imay commented on a change in pull request #2182: Sending clear txn task explicitly after transaction being aborted URL: https://github.com/apache/incubator-doris/pull/2182#discussion_r345212509 ## File path: fe/src/main/java/org/apache/doris/transaction/GlobalTransactionMgr.java

[GitHub] [incubator-doris] zhangy5 opened a new issue #2183: segment v2 be crashed when compaction

2019-11-12 Thread GitBox
zhangy5 opened a new issue #2183: segment v2 be crashed when compaction URL: https://github.com/apache/incubator-doris/issues/2183 segment v2 be crashed when compaction *** Check failure stack trace: *** @ 0x23077bd google::LogMessage::Fail() @ 0x23096

[GitHub] [incubator-doris] imay merged pull request #2182: Sending clear txn task explicitly after transaction being aborted

2019-11-12 Thread GitBox
imay merged pull request #2182: Sending clear txn task explicitly after transaction being aborted URL: https://github.com/apache/incubator-doris/pull/2182 This is an automated message from the Apache Git Service. To respond

[incubator-doris] branch master updated: Sending clear txn task explicitly after transaction being aborted (#2182)

2019-11-12 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc 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 11872d5 Sending clear txn task explicit

[GitHub] [incubator-doris] morningman closed pull request #2179: Limit the load mem consumption by process mem limit

2019-11-12 Thread GitBox
morningman closed pull request #2179: Limit the load mem consumption by process mem limit URL: https://github.com/apache/incubator-doris/pull/2179 This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [incubator-doris] zhangy5 closed issue #2138: Read Doris data through spark error,when date column is null

2019-11-12 Thread GitBox
zhangy5 closed issue #2138: Read Doris data through spark error,when date column is null URL: https://github.com/apache/incubator-doris/issues/2138 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] zhangy5 commented on issue #2157: Spark date result is 1970-01-01 when doris date is before 1970-01-01 or after 2038-01-19

2019-11-12 Thread GitBox
zhangy5 commented on issue #2157: Spark date result is 1970-01-01 when doris date is before 1970-01-01 or after 2038-01-19 URL: https://github.com/apache/incubator-doris/issues/2157#issuecomment-553241712 date/datetime column in doris will convert to string in spark, largeint too. ---