-
Notifications
You must be signed in to change notification settings - Fork 329
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 Report] Wrong Unlock #336
Comments
@qingzhu521 Thanks for reporting this and sorry for this oversight; I will include a new unit-test case to sniff this out. I can't update this repo but I will update my forked repo and get the fix in this coming week. I'll also post where one can get the new Nuget packages. |
@qingzhu521 I have a new fork of the Graph Engine here: https://github.com/InKnowWorks/IKW-GraphEngine. We have a lot of updates coming to address bugs, updated and additional documentation as well as new capabilities in the new year. |
I'm testing a fix for this issue this week; I will keep you posted. |
@qingzhu521 Thanks for reporting this! @TaviTruman , Thank you for trying to address this! @qingzhu521 Could you help provide the minimal source code (with TSL etc.) that can reproduce this issue? I'd like to take a look at this issue. |
Kcore.txt |
@qingzhu521 Thank you. I'll check out your code. |
@shaobin Did we get time to review this in detail? I think I am running into the same problem. |
@qingzhu521 Hi, did you ever get any type of resolution this your problem? |
I think we can review this problem togather. |
@TaviTruman I think is not hard to reproduce this problem. I just write a program that every time trinity can deal with a batch of data. Then the bug produced. |
@qingzhu521 I have isolated the code template in the TSL Code Generator (C++). I will rebuild and test when I get a free hour or so. I'll also add a new test in the build. |
@qingzhu521 Are you using the DataImporter? |
yes |
Cool. I have a number of fixes and updates. I don't think the Dataimporter is supported in the repo. Have you made any updates to the utility. I'm working to prepare a PR for this repo UT have already updated my forked repo copy. |
if you try
this code the server will break this is for in
The storage will release the lock. But in load process there don't exit any lock on the cell.
this code will put the entrylock into -1.
The text was updated successfully, but these errors were encountered: