0 How do I increase the database command timeout 4 Greg Lawless posted 6 Years Ago I'm running in to a problem with universal search. When I enable indexing on a group type that has a large number of groups I am getting "The wait operation timed out" after 30 seconds or so. I get the same thing if I try to save any edits on a group type that already has indexing enabled. Any Ideas
Daniel Hazelbaker 6 years ago It shouldn't. I'm looking at the code now and I can't see anything that would be causing a timeout related to indexing. As far as I can tell, when you enable indexing on a group type, all it does is set a flag. It doesn't do any actual processing. You might need to go find the exception related to this timeout and post it (the exception title, and the full stack trace) to give more information on exactly where the timeout is happening.
Daniel Hazelbaker 6 years ago There is an Add Comment button that appears after you have made a certain number of posts. It looks like I was wrong, as the stack trace clearly shows it trying to re-index. It seems like it's buried pretty deep in the core logic of Group Types. I created an issue on the tracker here: https://github.com/SparkDevNetwork/Rock/issues/3176For extra details, can you tell me:How many groups of this group type there are?How many Group attributes you have defined on the Group Type?How many Group Member attributes you have defined on the Group Type?A bit hard to determine, but to the best of your knowledge, do any of the groups of this type have multiple 10's of thousands of members? (i.e. a single group with 30,000 members)