Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
运行 http 入站端点时,看到这些调试消息每 4 秒或超过 4 秒重复一次是否正常?
DEBUG IdleConnectionHandler [HttpClient-connection-cleaner-connector.http.mule.default]: Checking for connections, idleTimeout: 1373548231273
根据MULE-6032用于泄漏某些连接的 http 连接器
为了解决这个问题,已经做了几件事,其中之一是引入一个线程来清理处于 CLOSE_WAIT 状态的连接。
您可以在此处找到该问题的差异