Ben Beuchler wrote:
I'm getting a ton of these errors in a row, all on the same connection:
Where does it say there's an error here?
Apr 5 11:32:48 swizzle slapd[1626]: connection_input: conn=6232680 deferring operation: pending operations Apr 5 11:32:51 swizzle slapd[1626]: connection_input: conn=6232680 deferring operation: pending operations Apr 5 11:32:51 swizzle slapd[1626]: connection_input: conn=6232680 deferring operation: pending operations Apr 5 11:32:52 swizzle slapd[1626]: connection_input: conn=6232680 deferring operation: pending operations
What does "deferring operation: pending operations" actually indicate?
It means that an operation that was just received on that connection has been deferred, because there are other operations ahead of it that are still pending. I.e., there's a bunch of operations on that connection waiting to execute, and the newcomer is last in line.