You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding this property for key [username] and value [Den] violates a uniqueness constraint [usernameUnique]
Adding this property for key [username] and value [Den] violates a uniqueness constraint [usernameUnique]
Adding this property for key [username] and value [Den] violates a uniqueness constraint [usernameUnique]
Adding this property for key [username] and value [Den] violates a uniqueness constraint [usernameUnique]
Count of vertices: 2
Exception in thread "main" java.lang.AssertionError: assertion failed: Users > 1
at scala.Predef$.assert(Predef.scala:170)
at com.xdev.titan.Launcher$$anonfun$main$1.apply$mcVI$sp(Launcher.scala:55)
at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160)
at com.xdev.titan.Launcher$.main(Launcher.scala:45)
at com.xdev.titan.Launcher.main(Launcher.scala)
This additional vertex cannot be removed, operation failed with status NOT_FOUND.
The text was updated successfully, but these errors were encountered:
xdev-developer
changed the title
Unique index not working.
Unique index failed when vertex creation running in parallel
Feb 18, 2017
Hi all.
Unique index not working when run vertex creation in parallel.
Titan version 1.0.0
How to reproduce.
Result:
This additional vertex cannot be removed, operation failed with status NOT_FOUND.
The text was updated successfully, but these errors were encountered: