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
The name of the OClusterSelectionStrategy implementation should appear in the orientdb's schema manager (UI)
Actual behavior
The dropdown in the UI contains a blank string. When deselecting it, and re-opening the drop down, the "name" does not appear. It would be nice if the system populated the dropdown with all the "name"s of the implementation of OClusterSelectionStrategy loaded. And error appears after some time - in the lower error "bar".
See attached screen-shots:
Steps to reproduce
Follow direction for 2.2/Cluster-Selection.html, the "random" implementation will suffice.
deploy the jar into orientdb's lib folder, restart the orientdb service/server.
connect to the database ->
CONNECT remote:localhost/
activate the custom implementation ->
ALTER CLASS messages CLUSTERSELECTION random
where "messages" is the class being altered.
verify the cluster selection is activated with "info class
open the orient db UI, http://:/studio/index.html#/database//schema
Find the altered class in the manager...
The text was updated successfully, but these errors were encountered:
brian-guggino
changed the title
Custom
Custom OClusterSelectionStrategy does not appear in studio manager dropdown
Feb 8, 2018
OrientDB Version: 2.1 and 2.2
Java Version: 1.8
OS: centos7
Expected behavior
The name of the OClusterSelectionStrategy implementation should appear in the orientdb's schema manager (UI)
Actual behavior
The dropdown in the UI contains a blank string. When deselecting it, and re-opening the drop down, the "name" does not appear. It would be nice if the system populated the dropdown with all the "name"s of the implementation of OClusterSelectionStrategy loaded. And error appears after some time - in the lower error "bar".
See attached screen-shots:
Steps to reproduce
CONNECT remote:localhost/
ALTER CLASS messages CLUSTERSELECTION random
where "messages" is the class being altered.
The text was updated successfully, but these errors were encountered: