[BUILD-UNSTABLE]: Job 'IoTDB/IoTDB-Pipe/master [master] [624]'

2022-06-14 Thread Apache Jenkins Server
BUILD-UNSTABLE: Job 'IoTDB/IoTDB-Pipe/master [master] [624]': Check console output at "https://ci-builds.apache.org/job/IoTDB/job/IoTDB-Pipe/job/master/624/";>IoTDB/IoTDB-Pipe/master [master] [624]"

回复:New function: show region

2022-06-14 Thread lu
Maybe this function could support query conditions like sg or device. Thus, users could locate the data. And show storageGroup/devices may link with regions too. | | cmlmakahts | | 邮箱:cmlmaka...@126.com | 回复的原邮件 | 发件人 | 李思佳 | | 日期 | 2022年06月14日 17:42 | | 收件人 | dev@iotdb.apache.or

Re: I've submitted a PR for issue IOTDB-5879 [https://github.com/apache/iotdb/pull/6257]

2022-06-14 Thread Jialin Qiao
Hi, merged, welcome! — Jialin Qiao Apache IoTDB PMC 王安阳 于2022年6月13日周一 20:42写道: > First PR to IOTDB, Glad to join the community. Thanks. >

Re: New function: show region

2022-06-14 Thread Jialin Qiao
Hi, Good point! We could add a status column, which may contain the following enums: Up, Moving to {DataNodeId} Deleting Besides, how many slots a region contains may also be helpful: Status, RegionID, RegionType, Slots, DataNodeID, RPCAddress, RPCPort There may need to reconsider some concept

答复: New function: show region

2022-06-14 Thread 李思佳
That sounds like a nice feature. By the way, if my region is migrating or not ready, can I see its status? As you said, can I see which regions are moving when my datanode has changed or in rebalanced? For example, Region a is moving from node A to node B? BR, ---

Re: New function: show region

2022-06-14 Thread Eric Pai
If one region is under migration, what the output will be? Do we need a state/status field? 在 2022/6/14 17:31,“Jialin Qiao” 写入: Hi, I created an issue to query the region distribution [1]. This could be used in some scenarios: (1) To see if the region migration is successful a

New function: show region

2022-06-14 Thread Jialin Qiao
Hi, I created an issue to query the region distribution [1]. This could be used in some scenarios: (1) To see if the region migration is successful after removing a datanode (2) To see if the region is well-distributed in datanodes The query result could contain 5 columns: RegionID, RegionType,