[GitHub] [incubator-doris] vortual opened a new issue #5869: doris be机器宕机后重启后,查询报Failed to get scan range, no queryable replica found in tablet的错误

2021-05-20 Thread GitBox
vortual opened a new issue #5869: URL: https://github.com/apache/incubator-doris/issues/5869 **Describe the bug** doris be机器宕机后重启后,查询报Failed to get scan range, no queryable replica found in tablet的错误 以下是查询时fe的日志截图: ![image](https://user-images.githubusercontent.com/22464945/119088

[incubator-doris] branch master updated: [Bug-fix][Backup] Modify the persistence logic of backup and restore (#5853)

2021-05-20 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao 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 d4cc573 [Bug-fix][Backup] Modify the

[GitHub] [incubator-doris] EmmyMiao87 merged pull request #5853: [Bug-fix][Backup] Modify the persistence logic of backup and restore

2021-05-20 Thread GitBox
EmmyMiao87 merged pull request #5853: URL: https://github.com/apache/incubator-doris/pull/5853 -- 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 serv

[GitHub] [incubator-doris] EmmyMiao87 closed issue #5852: Restore job thrown exception when FE restarted

2021-05-20 Thread GitBox
EmmyMiao87 closed issue #5852: URL: https://github.com/apache/incubator-doris/issues/5852 -- 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,

[GitHub] [incubator-doris] JavaMagicCode opened a new issue #5868: 关于List Partition

2021-05-20 Thread GitBox
JavaMagicCode opened a new issue #5868: URL: https://github.com/apache/incubator-doris/issues/5868 1. doris版本:incubator-doris-0.14.0-rc06 2. 使用官方文档语句创建表 CREATE TABLE IF NOT EXISTS example_db.expamle_list_tbl ( `user_id` LARGEINT NOT NULL COMMENT "用户id", `date` DAT

[GitHub] [incubator-doris] Qyokizzzz opened a new issue #5867: How to import historical data with dynamic partition?

2021-05-20 Thread GitBox
Qyoki opened a new issue #5867: URL: https://github.com/apache/incubator-doris/issues/5867 The statement I wrote is as follows: CREATE TABLE F_PO_DETAIL ( ... SK_MONTH INT NOT NULL COMMENT "订货年月代理键", PRODUCT_NO VARCHAR(30) NOT NULL COMMENT "产品代码键", PO_TOT_AMT DECIMA

[GitHub] [incubator-doris] Qyokizzzz removed a comment on issue #5042: Doris does not create partition in dynamic partition table

2021-05-20 Thread GitBox
Qyoki removed a comment on issue #5042: URL: https://github.com/apache/incubator-doris/issues/5042#issuecomment-845593532 The statement I wrote is as follows: CREATE TABLE `F_PO_DETAIL` ( ... `SK_MONTH` INT NOT NULL COMMENT "订货年月代理键", `PRODUCT_NO` VARCHAR

[GitHub] [incubator-doris] Qyokizzzz commented on issue #5042: Doris does not create partition in dynamic partition table

2021-05-20 Thread GitBox
Qyoki commented on issue #5042: URL: https://github.com/apache/incubator-doris/issues/5042#issuecomment-845593532 The statement I wrote is as follows: CREATE TABLE `F_PO_DETAIL` ( ... `SK_MONTH` INT NOT NULL COMMENT "订货年月代理键", `PRODUCT_NO` VARCHAR(30) NOT

[GitHub] [incubator-doris] hf200012 opened a new pull request #5866: [Features]Add mysql last_day function support

2021-05-20 Thread GitBox
hf200012 opened a new pull request #5866: URL: https://github.com/apache/incubator-doris/pull/5866 ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature requ

[GitHub] [incubator-doris] zh0122 opened a new pull request #5865: [Doc] Fix demo in 'CREATE TABLE'

2021-05-20 Thread GitBox
zh0122 opened a new pull request #5865: URL: https://github.com/apache/incubator-doris/pull/5865 ## Proposed changes [Doc] Fix demo in 'CREATE TABLE' #5856 ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that a

[GitHub] [incubator-doris] zhangboya1 opened a new pull request #5864: [Docs] Fix typo in docs zh-CN CREATE TABLE.md

2021-05-20 Thread GitBox
zhangboya1 opened a new pull request #5864: URL: https://github.com/apache/incubator-doris/pull/5864 [Docs] Fix typo in docs zh-CN CREATE TABLE.md ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull

[GitHub] [incubator-doris] xinyiZzz opened a new issue #5863: [BUG] Three-level join,'all' ='all' as the join condition of the second level, an error is reported

2021-05-20 Thread GitBox
xinyiZzz opened a new issue #5863: URL: https://github.com/apache/incubator-doris/issues/5863 **Describe the bug** Error query: ``` select b.C_NATION from A a join B b on a.D_DATEKEY = b.C_CITY join C c on b.C_CUSTKEY = c.P_PARTKEY and 'all' = 'all'

[GitHub] [incubator-doris] morningman opened a new issue #5862: [Bug] FE oom and log missing in bdbje

2021-05-20 Thread GitBox
morningman opened a new issue #5862: URL: https://github.com/apache/incubator-doris/issues/5862 **Describe the bug** in fe.log, we can see OutOfMemoryError, and after restarting FE, the log is missing with error: ``` Failed to find key xx in database ``` This is becau

[GitHub] [incubator-doris] morningman opened a new pull request #5861: [Bug] Kill the FE process when writing BDBJE journal failed

2021-05-20 Thread GitBox
morningman opened a new pull request #5861: URL: https://github.com/apache/incubator-doris/pull/5861 ## Proposed changes 1. When an oom error occurs when writing bdbje, catch the error and exit the process. 2. Increase the timeout period of bdbje replica ack and change it to a co

[GitHub] [incubator-doris] xinyiZzz opened a new issue #5860: In view query, the value of NOT(con1 OR con2) expression is incorrect

2021-05-20 Thread GitBox
xinyiZzz opened a new issue #5860: URL: https://github.com/apache/incubator-doris/issues/5860 **Describe the bug** ``` CREATE TABLE `tab2` ( `col0` int(11) NULL COMMENT "", `col4` float NULL COMMENT "" ) ENGINE=OLAP DUPLICATE KEY(`col0`) COMMENT "

[GitHub] [incubator-doris] xinyiZzz opened a new issue #5859: [BUG] NULL = NULL in the join expression is different from the value of mysql

2021-05-20 Thread GitBox
xinyiZzz opened a new issue #5859: URL: https://github.com/apache/incubator-doris/issues/5859 **Describe the bug** query 1: ``` SELECT * FROM tab1 INNER JOIN tab0 ON NULL = NULL ``` `NULL = NULL` in Mysql is `false` `NULL = NULL` in Doris is `true` In contrast, query

[GitHub] [incubator-doris] xinyiZzz opened a new issue #5858: [BUG] NULLIF() function result is wrong

2021-05-20 Thread GitBox
xinyiZzz opened a new issue #5858: URL: https://github.com/apache/incubator-doris/issues/5858 **Describe the bug** case1: doris own value is different ``` SELECT NULLIF (91, CAST(69 AS DECIMAL) ); Result: 0 SELECT NULLIF (91, CAST(69 AS INT) ); R

[GitHub] [incubator-doris] stdpain opened a new pull request #5857: [BUG] fix some extra memory in bitmap operate

2021-05-20 Thread GitBox
stdpain opened a new pull request #5857: URL: https://github.com/apache/incubator-doris/pull/5857 ## Proposed changes will close #5855 may fix #5849 problem 1 ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes tha

[GitHub] [incubator-doris] yeohx opened a new issue #5856: 文档用例错误

2021-05-20 Thread GitBox
yeohx opened a new issue #5856: URL: https://github.com/apache/incubator-doris/issues/5856 CREATE TABLE example_db.table_hash ( k1 BIGINT, k2 LARGEINT, v1 VARCHAR(2048) REPLACE, v2 SMALLINT SUM DEFAULT "10" ) ENGINE=olap UNIQUE KEY(k1, k2) DISTRIBUTED BY H

[GitHub] [incubator-doris] stdpain opened a new issue #5855: [BUG] extra memory copy in bitmap operate

2021-05-20 Thread GitBox
stdpain opened a new issue #5855: URL: https://github.com/apache/incubator-doris/issues/5855 **Describe the bug** eg: ``` #include #include #include struct MC { MC() = default; MC(const MC& r) { std::cout << "call copy construct" << std::endl; }