Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: J4MB0_82Hi,
Background
One of our clients has been running a Lavastorm graph we have developed for over a year now. They run this graph every month using a new data set every time. This graph has been distributed globally to 20+ locations. As developers of the graph, we have to frequently troubleshoot issues found when the regions run our Lavastorm process. We have so far been able to resolve most of them.
The Problem
We have come across an issue which doesn't seem to point to any particular problem i.e. incorrect syntax, wrong file or dodgy data etc, except that some nodes start to run and then all of a sudden one node fails with the following error message:
Error while starting execution of node
�Matching.Sorted+Check+with+reversed+strings+inclu ded.StringLevenshtein_1.Split+N+-+N5.Split+N+-+N+++5�
Error executing node:
Node :�Matching.Sorted+Check+with+reversed+strings+incl uded.StringLevenshtein_1.Split+N+-+N5.Split+N+-+N+++5� (handle:573c329449fa7d3f) encountered error during initialization
I check the node and in this case it happens to be a filter node (called Split) within a composite (Called StringLevenshtein) that errors. I examine the filter node and it looks perfectly fine, I then decide to re-run it and then it works. However, when I then proceed to run the remaining nodes in the graph, it errors again on another node with the same type of error. Again, I examine the node and notice it looks fine and then I re-run that node and it works. However, once I try and run all the other nodes it errors again on another node further down for no apparent reason.
The workaround
It seems to work if I run each node separately and if this graph only consisted of 10 nodes, we could probably get away with it. This graph however consists of more the 3K nodes and so this workaround is not viable.
Can someone please help?
Other notes
1) I am only seeing this issue with one location so far (let's call this location A), some other locations have been able to successfully run their process without a glitch. However, I have recently received an e-mail from another location showing similar error messages, but cannot confirm its the same issue. It has only been day two, so it early days and I am concerned other locations may face the same problem.
2) Prior to seeing location A's node error, when starting up their lavastorm, they had an issue where their server farm was not coming up let alone being able to connect to. I killed the lavastorm session via the console, re-started it and added a new server farm (local desktop). The graph seemed to open up and then we started getting hit with the issues described above. Any connection?
3) Client mentioned that they had upgraded their machine a few weeks ago, still unsure what was upgraded i.e. possibly their OS (Windows). Can find out, but not sure if this would be the root of the cause.
4) The client's computer crashed multiple times as we ran the Lavastorm process. Memory issue?
Any assistance on this matter would be much appreciated.
Thanks
James