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
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
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
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
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