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

LSP analysis fails a second time it is run #99

Closed
oxisto opened this issue Oct 21, 2020 · 1 comment · Fixed by #100
Closed

LSP analysis fails a second time it is run #99

oxisto opened this issue Oct 21, 2020 · 1 comment · Fixed by #100
Labels
bug Something isn't working

Comments

@oxisto
Copy link
Member

oxisto commented Oct 21, 2020

The LSP server only seems to produce a valid result for the first analysis. Every other other analysis run after the server is already started seems to produce erroneous results.

@oxisto oxisto added the bug Something isn't working label Oct 21, 2020
@oxisto
Copy link
Member Author

oxisto commented Oct 21, 2020

It seems that the edges are not persisted into the overflow DB the second time:

First run:

20:39:09,705 INFO  AnalysisServer Nodes in OverflowDB graph: 25 (79,80 ms/node), edges in graph: 79 (25,25 ms/edge)
20:39:09,707 INFO  AnalysisServer Benchmark: Persisted approx 25 nodes
20:39:09,707 INFO  AnalysisServer Evaluating mark: 1 entities, 1 rules

Second run:

20:39:56,987 INFO  AnalysisServer Nodes in OverflowDB graph: 25 (8,84 ms/node), edges in graph: 0 (Infinity ms/edge)
20:39:56,987 INFO  AnalysisServer Benchmark: Persisted approx 25 nodes
20:39:56,988 INFO  AnalysisServer Evaluating mark: 1 entities, 1 rules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant