Commit Graph

2 Commits

Author SHA1 Message Date
0eb54007be [Bug]External engines(e.g. ES) don't have segments, ignore those tables (#4671)
It will crash when there are External engine tables in doris after executing "python show_segment_status.py"
The main reason is external engine tables don't have any index and partitions. So it should be ignored.
2020-09-28 13:39:05 +08:00
036ef5bcb9 Add a tool to show segment status (#2260)
In order to be aware of the convert process from AlphaRowset to BetaRowset, we need a mechanism to know the process of convert.
2019-11-27 11:35:16 +08:00