The process of building custom solutions for SharePoint Server.
Thank you for reaching out to the Microsoft Q&A forum.
I’ve looked into this behavior, and at the moment Microsoft has not published an official known issue specific to KB5002843 that directly addresses it.
That said, the pattern you’re describing is very similar to a previously known issue where the Search Query Logging timer job (QueryLogJobDefinition) does not consistently release SQL connections, which can eventually exhaust the SQL connection pool over time. I have also seen other users report similar behavior after applying this update. You may also refer to similar threads for additional context: QueryLogJobDefinition may be exhausting the SQL connection pool - Microsoft Q&A
To help reduce the impact, you may try the following:
-As a temporary mitigation, you might try stopping and then starting the SharePoint Timer Service (SPTimerV4) to help clear stale SQL connections and restore search functionality.
-If search query analytics are not critical in your environment, consider disabling the Search Query Logging timer job to prevent further SQL connection pool exhaustion.
-Increasing the SQL connection pool size may help delay the issue, but this should be treated as a short-term mitigation rather than a long-term solution if a connection leak is present.
Additionally, based on current information, there is no clear indication that the newer Hybrid Search onboarding changes are directly causing the SQL connection pool exhaustion observed with QueryLogJobDefinition.
Disclaimer: Because these troubleshooting steps involve SharePoint service operations, and because I do not have direct access to your environment, please ensure you have secured full backups before proceeding.
I hope this information helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.