deleted group and recreate the same name group , the cli says some children of have already been set to storage group
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.2k
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 115
Description
IoTDB> SET STORAGE GROUP TO root.device.JQZ_FI10101
Msg: 300: some children of root.device.JQZ_FI10101 have already been set to storage group
IoTDB> show storage group root.device.JQZ_FI10101
+-------------+
|storage group|
+-------------+
+-------------+
Empty set.
It costs 0.001s
can i re create a new storage group which name is same with a deleted group?
Contributor guide
Research direction
Reproduce the sequence in the IoTDB CLI: set root.device.JQZ_FI10101 as a storage group, delete it, then attempt to create it again. Inspect the storage-group metadata and command handling involved in these operations, and verify that the recreated name is either accepted or that the CLI reports the remaining conflicting children accurately.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- database
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100