[GitHub] [incubator-doris] morningman commented on a change in pull request #1524: Use different ID instead of table ID for base index of an OLAP table

2019-07-20 Thread GitBox
morningman commented on a change in pull request #1524: Use different ID instead of table ID for base index of an OLAP table URL: https://github.com/apache/incubator-doris/pull/1524#discussion_r305599970 ## File path: be/src/common/config.h ## @@ -208,7 +208,7 @@ namespace

[GitHub] [incubator-doris] morningman opened a new pull request #1524: Use different ID instead of table ID for base index of an OLAP table

2019-07-20 Thread GitBox
morningman opened a new pull request #1524: Use different ID instead of table ID for base index of an OLAP table URL: https://github.com/apache/incubator-doris/pull/1524 In current implementation, the id of a base index of a OLAP table use the same id as table's id. Because in origin de

[GitHub] [incubator-doris] WingsGo opened a new pull request #1523: fix variable arguments bug in udaf

2019-07-20 Thread GitBox
WingsGo opened a new pull request #1523: fix variable arguments bug in udaf URL: https://github.com/apache/incubator-doris/pull/1523 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] morningman opened a new pull request #1522: Support setting replica status as bad manually

2019-07-20 Thread GitBox
morningman opened a new pull request #1522: Support setting replica status as bad manually URL: https://github.com/apache/incubator-doris/pull/1522 Sometimes a replica is broken on BE, but FE does not notice that. In this case, we have to manually delete that replica on BE. If there a

[GitHub] [incubator-doris] morningman opened a new issue #1521: Support setting replica status as bad manually

2019-07-20 Thread GitBox
morningman opened a new issue #1521: Support setting replica status as bad manually URL: https://github.com/apache/incubator-doris/issues/1521 Sometimes a replica is broken on BE, but FE does not notice that. In this case, we have to manually delete that replica on BE. If there are hu