Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sse-gateway-plugin
  Commit: 4c2e42882f6ff87f9250022b7c0c8949d1b1fb60
      
https://github.com/jenkinsci/sse-gateway-plugin/commit/4c2e42882f6ff87f9250022b7c0c8949d1b1fb60
  Author: Tom Fennelly <tom.fenne...@gmail.com>
  Date:   2016-09-24 (Sat, 24 Sep 2016)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/ssegateway/Endpoint.java
    M src/main/java/org/jenkinsci/plugins/ssegateway/EventHistoryStore.java
    A 
src/main/java/org/jenkinsci/plugins/ssegateway/SubscriptionConfigQueue.java
    M src/main/java/org/jenkinsci/plugins/ssegateway/sse/EventDispatcher.java
    M src/test/java/org/jenkinsci/plugins/ssegateway/EndpointUnitTest.java

  Log Message:
  -----------
  [JENKINS-38252] Async subs configuration (#11)

* Removing synchronization around subscription configuration

Make it async

* Removed unneeded synchronization around channel subs counters

* Capture authentication when the dispatcher is created

Doing it async results in it being done outside the context of a user request, 
resulting in every subscription being created for ANONYMOUS and therefore many 
events not being delivered because of permissions restrictions.


-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to