Date
1 - 4 of 4
how can i remove the index
李平 <lipin...@...>
public class GraphTest {
the log is :Some key(s) on index phoneIndex do not currently have status DISABLED: phone=INSTALLED
|
|
David Pitera <piter...@...>
Your propertyKey `phone` on your index `phoneIndex` is in the `INSTALLED` state, so you need to `REGISTER` it and wait for it to become registered before you can attempt to `enable` it. After it is enabled, you can disable and then remove it. Some code that should help cause it goes through the whole installed/registered/enabled phase is: On Thu, Jul 20, 2017 at 11:43 PM, 李平 <lipin...@...> wrote:
|
|
Chin Huang <chinhu...@...>
We were in the same situation. The problem is the index cannot be manually moved out the "INSTALLED" state. We have to recreate in the index and make sure no open transactions during mgmt.commit() Please also check this thread, with similar issue of having index stuck in the "INSTALLED" state. https://mail.google.com/mail/u/0/#search/installed/15c7ee77373b6ea8 On Fri, Jul 21, 2017 at 9:15 AM, David Pitera <piter...@...> wrote:
|
|
李平 <lipin...@...>
BaseConfiguration baseConfiguration = new BaseConfiguration();
it can not turn to register status,exception is timeout 10:54:19.148 [main] DEBUG org.janusgraph.graphdb.database.management.GraphIndexStatusWatcher - Key phone has status INSTALLED 10:54:19.148 [main] INFO org.janusgraph.graphdb.database.management.GraphIndexStatusWatcher - Some key(s) on index phoneIndex do not currently have status REGISTERED: phone=INSTALLED 10:54:19.148 [main] INFO org.janusgraph.graphdb.database.management.GraphIndexStatusWatcher - Timed out (PT1M) while waiting for index phoneIndex to converge on status REGISTERED 在 2017年7月22日星期六 UTC+8上午12:15:20,David Pitera写道:
|
|