cancel
Showing results for 
Search instead for 
Did you mean: 

Validation taking a long time and not finishing

WhatIsThis
New Contributor II

I'm validating a workflow and it's taking 10-20 minutes to validate. And when the gear stops spinning, many tiles are left greyed out. None are red, so it doesn't error out. What is causing this? 

 

Screenshot 2023-08-30 172524.png

1 ACCEPTED SOLUTION

Worked with someone who informed me that the browser ran out of memory. Reducing the validation size from 2000 fixed it. Would be nice to have an error message tell the user that. 

View solution in original post

4 REPLIES 4

dmiller
Admin Admin
Admin

It's difficult for me to see what Snaps are in use to give an accurate assessment on performance, but if performance continues to be an issue, contact your SnapLogic Customer Success Manager or SnapLogic Support.

One thing to note is that validation only uses a sample of data (50 records by default) so it's possible that any filtering in your pipeline may have removed those 50 records and there was nothing left to work with, which is why it looks like it did not finish.


Diane Miller
Community Manager

JensDeveloper
Contributor II

Hi @WhatIsThis 

After looking at your picture (quite difficult), My question is on the left bottom the joins, it seems that they are still waiting for input document but with which snaps are they connected ? Because if the mid right snaps is still waiting for a response from somwhere and that is connected to the other joins snap they are waiting for all inputs until further processing normally. So you need to look that there is not an infinite loop for waiting on each other while the one cannot get started without the other:

JensDeveloper_0-1693488844495.png

If I could see the numbers that connects the dots you can follow the flow and see where it is still processing the documents

Thanks for taking a look. I purposely made it hard to read to not give away any important information, but I acknowledge that it makes it hard to help me. 

The Snaps you highlighted are connected. 

WhatIsThis_5-1693493214093.png

 

WhatIsThis_4-1693493200727.png

 

 

 

 

 

Worked with someone who informed me that the browser ran out of memory. Reducing the validation size from 2000 fixed it. Would be nice to have an error message tell the user that.