Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with incorrect behaviour with linkmap #6677

Closed
hadson19 opened this issue Sep 9, 2016 · 4 comments
Closed

Bug with incorrect behaviour with linkmap #6677

hadson19 opened this issue Sep 9, 2016 · 4 comments
Assignees
Labels
Milestone

Comments

@hadson19
Copy link

hadson19 commented Sep 9, 2016

After insert new Record with incorrect link map - our class become "locked" on UI part and it seems that we laso cannot make select from orientjs driver.
Example:
We have property mapLinkTest wth type maplink
WE are going to set map link via console

     create vertex RecordContent set recordContentMap = #85:0, recordContentGUID = "5357c9c4-f468-4c2e-98f0-a7442c8d6157", recordContent = {"717618f7-8bbf-49c7-8119-f83c6a8b1b02":#123:123}
 #123:123 - there is no any record with this @rid in out database.

WE got response the all ok:
Created vertex 'RecordContent#81:2{recordContentMap:#85:0,recordContentGUID:5357c9c4-f468-4c2e-98f0-a7442c8d6157,recordContent:[1]} v1' in 0.011000 sec(s).

But after select from RecordContent:
select * from RecordContent on UI part (also from nodejs app) - we got
"The command has not been executed"

 P.S. but console (console.sh) made response 

+----+-----+---------+---------+---------+---------------------------------------------------------------------------------------------------------------------------------+
|# |@Rid |@Class |recordCon|recordCon|recordContent |
+----+-----+---------+---------+---------+---------------------------------------------------------------------------------------------------------------------------------+
|1 |#81:2|Record...|#85:0 |5357c9...|{717618f7-8bbf-49c7-8119-f83c6a8b1b02:#123:123} |
+----+-----+---------+---------+---------+---------------------------------------------------------------------------------------------------------------------------------+

@prjhub prjhub added the bug label Sep 9, 2016
@wolf4ood
Copy link
Member

wolf4ood commented Sep 9, 2016

@hadson19

do you have a script to reproduce it?

@lvca
Copy link
Member

lvca commented Sep 22, 2016

@hadson19 any news on this?

@wolf4ood
Copy link
Member

wolf4ood commented Oct 5, 2016

hi @hadson19

any news?

@wolf4ood
Copy link
Member

Hi @hadson19

Fixed, it will be available in 2.2.14

@wolf4ood wolf4ood added this to the 2.2.x (next hotfix) milestone Nov 21, 2016
@robfrank robfrank modified the milestones: 2.2.x (next hotfix), 2.2.14 Dec 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

5 participants