Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-failure-analyzer-plugin
  Commit: 750343e15b2341f3d174ab30ebc085d61bb66d18
      
https://github.com/jenkinsci/build-failure-analyzer-plugin/commit/750343e15b2341f3d174ab30ebc085d61bb66d18
  Author: Tomas Westling <tom...@axis.com>
  Date:   2023-02-15 (Wed, 15 Feb 2023)

  Changed paths:
    M 
src/main/java/com/sonyericsson/jenkins/plugins/bfa/db/MongoDBKnowledgeBase.java

  Log Message:
  -----------
  Fix for leaking threads when closing a MongoDBKnowledgeBase

Either when you click the "Test Connection" button, or switch
from a MongoDBKnowledgeBase, connection threads towards the old
one are left hanging around. These won't get removed until
the Jenkins server is restarted.

This commit makes sure that the connection is closed, which also
remove the threads.


  Commit: 37aee8409407fd54042a601d9b0e0a67654c210e
      
https://github.com/jenkinsci/build-failure-analyzer-plugin/commit/37aee8409407fd54042a601d9b0e0a67654c210e
  Author: Tomas Westling <tom...@axis.com>
  Date:   2023-02-15 (Wed, 15 Feb 2023)

  Changed paths:
    M 
src/main/java/com/sonyericsson/jenkins/plugins/bfa/db/MongoDBKnowledgeBase.java
    M 
src/test/java/com/sonyericsson/jenkins/plugins/bfa/db/MongoDBKnowledgeBaseTest.java

  Log Message:
  -----------
  Set MongoConnection to null after stop and added test


  Commit: 6873b7b8b2367839166eefbff64e86a38b0b6079
      
https://github.com/jenkinsci/build-failure-analyzer-plugin/commit/6873b7b8b2367839166eefbff64e86a38b0b6079
  Author: Robert Sandell <rsand...@cloudbees.com>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M 
src/main/java/com/sonyericsson/jenkins/plugins/bfa/db/MongoDBKnowledgeBase.java
    M 
src/test/java/com/sonyericsson/jenkins/plugins/bfa/db/MongoDBKnowledgeBaseTest.java

  Log Message:
  -----------
  Merge pull request #169 from TWestling/threadlingering

Fix for leaking threads when closing a MongoDBKnowledgeBase


Compare: 
https://github.com/jenkinsci/build-failure-analyzer-plugin/compare/8a225e4c31c6...6873b7b8b236

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/build-failure-analyzer-plugin/push/refs/heads/master/8a225e-6873b7%40github.com.

Reply via email to