3fdb2ed Issue 51166 - Log an error when a search is fully unindexed

Authored and Committed by mreynolds 3 years ago
    Issue 51166 - Log an error when a search is fully unindexed
    
    Bug Description:  Some plugins can trigger very expensive internal searches
                      that can exhaust the bdb db_locks.  It is very difficult
                      to track these down.
    
    Fix description:  Log a message to the errors log when any search (internal or not)
                      is fully unindexed and provide the search details.  This will
                      allow an admin to identify and fix indexing issues.
    
    relates: https://pagure.io/389-ds-base/issue/51166
    
    Reviewed by: firstyear & tbordaz(Thanks!!)