Re: [VOTE] Release Apache Karaf 4.0.0.M3

2015-06-05 Thread Jean-Baptiste Onofré
+1 (binding) Regards JB On 06/05/2015 11:57 PM, Jamie G. wrote: Hi, We have 597 issues resolved on our way towards Apache Karaf 4.0.0 GA release. This is a technology preview, as such there will be features and other functionality not yet implemented. Please refrain from using this particular

Re: [VOTE] Release Apache Karaf 4.0.0.M3

2015-06-05 Thread Morgan Hautman
+1 (non-binding) On 5/06/2015 23:57, Jamie G. wrote: Hi, We have 597 issues resolved on our way towards Apache Karaf 4.0.0 GA release. This is a technology preview, as such there will be features and other functionality not yet implemented. Please refrain from using this particular RC in produc

Re: [VOTE] Release Apache Karaf 4.0.0.M3

2015-06-05 Thread Heath Kesler
+1 non-binding Fabian Lange June 5, 2015 at 4:56 PM +1 non-binding Thanks! Will recheck all my issues against this and report back. Fabian Sent from my iPhone Jamie G. June 5, 2015 at 3:57 PM Hi, We have 597 issues resolv

Re: [VOTE] Release Apache Karaf 4.0.0.M3

2015-06-05 Thread Fabian Lange
+1 non-binding Thanks! Will recheck all my issues against this and report back. Fabian Sent from my iPhone > On 05 Jun 2015, at 23:57, Jamie G. wrote: > > Hi, > > We have 597 issues resolved on our way towards Apache Karaf 4.0.0 GA > release. This is a technology preview, as such there will b

[VOTE] Release Apache Karaf 4.0.0.M3

2015-06-05 Thread Jamie G.
Hi, We have 597 issues resolved on our way towards Apache Karaf 4.0.0 GA release. This is a technology preview, as such there will be features and other functionality not yet implemented. Please refrain from using this particular RC in production. http://svn.apache.org/viewvc/karaf/site/trunk/src

[GitHub] karaf pull request: [KARAF-3761] Build and test fail on Windows

2015-06-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/karaf/pull/64 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enable

Re: Thread locked with JAASLogin Module called by CXF Interceptor (Karaf 2.4)

2015-06-05 Thread Charles Moulliard
Hi, Please find here the zip file containing the Threads blocked/locked - https://www.dropbox.com/s/y94x550v1neiksf/cxf-jaas-issue-june-2015-ThreadDump.zip?dl=0 As you will see, the thread blocks here - see (org.apache.karaf.jaas.modules.properties.PropertiesLoginModule.initialize(PropertiesLoginM

Re: Thread locked with JAASLogin Module called by CXF Interceptor (Karaf 2.4)

2015-06-05 Thread Morgan Hautman
Maybe we first need to be sure that it is the problem? Regards Morgan On 5/06/2015 10:20, Christian Schneider wrote: I agree that loading the file each time does not scale well. As the property files are mostly static I propose we install a listener for changes and cache the contents in a threa

Re: Thread locked with JAASLogin Module called by CXF Interceptor (Karaf 2.4)

2015-06-05 Thread Jean-Baptiste Onofré
It would be great to have a threadDump to investigate ;) Regards JB On 06/05/2015 10:18 AM, Charles Moulliard wrote: I don't have the threadDump (get this issue from a client). I don't think that encryption was used. On Fri, Jun 5, 2015 at 10:10 AM, Jean-Baptiste Onofré wrote: Hi Charles,

Re: Thread locked with JAASLogin Module called by CXF Interceptor (Karaf 2.4)

2015-06-05 Thread Christian Schneider
I agree that loading the file each time does not scale well. As the property files are mostly static I propose we install a listener for changes and cache the contents in a thread safe map internally. WDYT? Christian On 05.06.2015 09:51, Charles Moulliard wrote: Hi, Could it be possible wit

Re: Thread locked with JAASLogin Module called by CXF Interceptor (Karaf 2.4)

2015-06-05 Thread Charles Moulliard
I don't have the threadDump (get this issue from a client). I don't think that encryption was used. On Fri, Jun 5, 2015 at 10:10 AM, Jean-Baptiste Onofré wrote: > Hi Charles, > > Did you take a thread dump ? Especially did you enable the encryption ? > > Regards > JB > > > On 06/05/2015 09:51 AM

Re: Thread locked with JAASLogin Module called by CXF Interceptor (Karaf 2.4)

2015-06-05 Thread Morgan Hautman
Hi Charles, I think this could be possible. The use of https://docs.oracle.com/javase/8/docs/api/java/nio/channels/FileChannel.html is made for multi-threaded environments accessing files. Regards, Morgan On 5/06/2015 9:51, Charles Moulliard wrote: Hi, Could it be possible with Apache Kara

Re: Thread locked with JAASLogin Module called by CXF Interceptor (Karaf 2.4)

2015-06-05 Thread Jean-Baptiste Onofré
Hi Charles, Did you take a thread dump ? Especially did you enable the encryption ? Regards JB On 06/05/2015 09:51 AM, Charles Moulliard wrote: Hi, Could it be possible with Apache Karaf 2.4 that, when we have a huge number of threads accessing JAAS Properties login Module, some thread could

Thread locked with JAASLogin Module called by CXF Interceptor (Karaf 2.4)

2015-06-05 Thread Charles Moulliard
Hi, Could it be possible with Apache Karaf 2.4 that, when we have a huge number of threads accessing JAAS Properties login Module, some thread could be blocked/locked as we reopen every time the users.properties file ( http://grepcode.com/file/repo1.maven.org/maven2/org.apache.karaf.jaas/org.apach