Hi everyone,
I'm currently dealing with an issue where our DSA replication connection has broken and FillDB is getting completely locked up. I'm hoping someone here might have run into this before.
The Problem: In the BigFix Administration Tool under the Replication tab, the primary server shows <connection broken>.
When reviewing the FillDB.log, we are seeing a constant stream of timeouts specifically for a massive vulnerability mapping table:
Error: Replication failed for server 'XXX': A replication lock request for IVR_IMPORTED_CVE_FIXLET_MAP (Exclusive) timed out.
The Impact: Because FillDB is stuck trying to replicate this large table, it is causing a severe traffic jam for standard client reporting. Further down in the FillDB.log, we can see normal endpoint data getting blocked:
A replication lock request for COMPUTER_REGISTRATIONS (Exclusive) timed out.A replication lock request for COMPUTERS (Exclusive) timed out.Unable to parse chunk of compressed file in buffer; discarding chunk.
Because of this lock, our endpoints cannot process their updated status into the database.
What we are currently trying:
-
Increasing the
ReplicationTimeoutin BESAdmin Advanced Options (e.g., to 1200 or 1800 seconds) and restarting FillDB. -
Verifying that SQL Server and the ODBC DSNs on both servers are explicitly configured to use TCP/IP instead of Named Pipes for faster data transfer.
My Question for the Community: Has anyone else experienced this persistent replication lock on IVR_IMPORTED_CVE_FIXLET_MAP?
If increasing the timeout doesn't push the transfer through, is there a specific SQL command, setting, or alternative method to safely clear this lock and force the replication to complete so FillDB can process normal client reports again?
Any advice or insight would be greatly appreciated!