Sorry if my previous post was too verbose and not enough to the point.
Basically I am seeing this issue. When I delete a cluster, multiple
clusters are being deleted. e.g.:
I have 2 clusters "apples" and "newapples"
when I run "DELETE CLUSTER apples" from the conslole shell
newapples also gets deleted.
orientdb {FRUIT}> list clusters
CLUSTERS:
----------------------------------------------+-------+---------------------+---------+-----------------+
NAME | ID | TYPE
| DATASEG | RECORDS |
----------------------------------------------+-------+---------------------+---------+-----------------+
apples | 12 | PHYSICAL
| -1 | 1 |
default | 3 | PHYSICAL
| -1 | 0 |
e | 10 | PHYSICAL
| -1 | 0 |
index | 1 | PHYSICAL
| -1 | 2 |
internal | 0 | PHYSICAL
| -1 | 3 |
manindex | 2 | PHYSICAL
| -1 | 1 |
newapples | 11 | PHYSICAL
| -1 | 2 |
ofunction | 7 | PHYSICAL
| -1 | 0 |
orids | 6 | PHYSICAL
| -1 | 0 |
orole | 4 | PHYSICAL
| -1 | 3 |
oschedule | 8 | PHYSICAL
| -1 | 0 |
ouser | 5 | PHYSICAL
| -1 | 3 |
v | 9 | PHYSICAL
| -1 | 0 |
----------------------------------------------+-------+---------------------+---------+-----------------+
TOTAL = 13
| | 15 |
----------------------------------------------------------------------------+---------+-----------------+
orientdb {FRUIT}> DROP CLUSTER apples
Dropping cluster [apples] in database FRUIT...
Cluster correctly removed
orientdb {FRUIT}> list clusters
CLUSTERS:
----------------------------------------------+-------+---------------------+---------+-----------------+
NAME | ID | TYPE
| DATASEG | RECORDS |
----------------------------------------------+-------+---------------------+---------+-----------------+
default | 3 | PHYSICAL
| -1 | 0 |
e | 10 | PHYSICAL
| -1 | 0 |
index | 1 | PHYSICAL
| -1 | 2 |
internal | 0 | PHYSICAL
| -1 | 3 |
manindex | 2 | PHYSICAL
| -1 | 1 |
ofunction | 7 | PHYSICAL
| -1 | 0 |
orids | 6 | PHYSICAL
| -1 | 0 |
orole | 4 | PHYSICAL
| -1 | 3 |
oschedule | 8 | PHYSICAL
| -1 | 0 |
ouser | 5 | PHYSICAL
| -1 | 3 |
v | 9 | PHYSICAL
| -1 | 0 |
----------------------------------------------+-------+---------------------+---------+-----------------+
TOTAL = 12
| | 12 |
----------------------------------------------------------------------------+---------+-----------------+
orientdb {FRUIT}>
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.