From pedro at infinispan.org Fri Aug 3 16:41:55 2018 From: pedro at infinispan.org (Pedro Ruivo) Date: Fri, 3 Aug 2018 21:41:55 +0100 Subject: [infinispan-dev] Infinispan 9.4.0.Beta1 is out! Message-ID: <9aff0137-6822-fc08-5ca0-4b7f9980f904@infinispan.org> Dear all, We have released Infinispan 9.4.0.Beta1. Read all about it here: https://goo.gl/P2HSEU Enjoy! Infinispan Team. From rory.odonnell at oracle.com Tue Aug 7 04:26:30 2018 From: rory.odonnell at oracle.com (Rory O'Donnell) Date: Tue, 7 Aug 2018 09:26:30 +0100 Subject: [infinispan-dev] JDK 11 , JDK 12 and JDK 8u192 Early Access builds are available on jdk.java.net Message-ID: Hi Galder, *JDK 11 Early Access? build 25 is available at : - **jdk.java.net/11/* * *JDK 11 entered Rampdown Phase 2 on 26-July [1]* o The overall feature set is frozen. No further JEPs will be targeted to this release. o We now turn our focus to P1 and P2 bugs. * Release notes are available here? [2] *JDK 12 Early Access? build 05 is available at : - **jdk.java.net/12/* * Changes in this build here . *JDK 8u192 Early Access build 04 is available at : - http://jdk.java.net/8/* * JDK 8u192 timeline is available [3] o GA is scheduled for October 2018 **Conference videos online* * * *OpenJDK Committers? Workshop [4]* * JVM Language Summit 2018 [5]: Regards, Rory [1] http://mail.openjdk.java.net/pipermail/jdk-dev/2018-July/001669.html [2] http://jdk.java.net/11/release-notes [3] http://openjdk.java.net/projects/jdk8u/releases/8u192.html [4] https://www.youtube.com/playlist?list=PLX8CzqL3ArzXY_9Ornabhxs-j2h4hnvJ3 [5] https://www.youtube.com/playlist?list=PLX8CzqL3ArzVnxC6PYxMlngEMv3W1pIkn -- Rgds,Rory O'Donnell Quality Engineering Manager Oracle EMEA , Dublin, Ireland -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/infinispan-dev/attachments/20180807/1d0f9aac/attachment.html From galder at redhat.com Tue Aug 14 11:05:34 2018 From: galder at redhat.com (Galder Zamarreno) Date: Tue, 14 Aug 2018 17:05:34 +0200 Subject: [infinispan-dev] Hot Rod decoding TRACE logging gone? Message-ID: Seems like we've lost all Hot Rod server decoder logging somehow? There's no trace or anything of any requests coming in :( ???? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/infinispan-dev/attachments/20180814/4c82297c/attachment.html From rvansa at redhat.com Mon Aug 20 08:57:49 2018 From: rvansa at redhat.com (Radim Vansa) Date: Mon, 20 Aug 2018 14:57:49 +0200 Subject: [infinispan-dev] Hot Rod decoding TRACE logging gone? In-Reply-To: References: <84782eab-b7ec-bb31-0c54-5a25a1280ea0@redhat.com> Message-ID: <34455c94-9044-553d-55f9-632c0d8aaf61@redhat.com> (Routing back to -dev list) Yes. This could be logged in the most readable format in the operation itself, rather than just the bytes as this gets parsed. CacheRequestProcessor is probably the best place to do so. Or are you interested in seeing that as it comes from the wire? In that case I'd suggest the Intrinsics. Radim On 08/20/2018 02:43 PM, Galder Zamarreno wrote: > Header is just one part of the operation. Individual operation > parameters, like version in replaceWithVersion are not logged > > On Tue, Aug 14, 2018 at 6:22 PM Radim Vansa > wrote: > > The header is logged [1] once it gets parsed, but you don't get a log > for each byte being read. You could add logs into Intrinsics [2] > if you > find that useful. You can also see the requests themselves in the > access > log. > > Or do you have any particular points where you'd like to get > something > logged on the protocol side? We could add log for entering each state > (log the current path in the grammar tree), though I'd prefer to > activate that just in debug builds since it will increase the code > size > significantly. > > Radim > > [1] > https://github.com/infinispan/infinispan/blob/master/server/hotrod/src/main/resources/hotrod.gr#L67 > [2] > https://github.com/infinispan/infinispan/blob/master/server/hotrod/src/main/java/org/infinispan/server/hotrod/Intrinsics.java > > On 08/14/2018 05:05 PM, Galder Zamarreno wrote: > > Seems like we've lost all Hot Rod server decoder logging somehow? > > > > There's no trace or anything of any requests coming in :( ???? > > > > > > _______________________________________________ > > infinispan-dev mailing list > > infinispan-dev at lists.jboss.org > > > https://lists.jboss.org/mailman/listinfo/infinispan-dev > > > -- > Radim Vansa > > JBoss Performance Team > -- Radim Vansa JBoss Performance Team From rory.odonnell at oracle.com Fri Aug 24 05:11:30 2018 From: rory.odonnell at oracle.com (Rory O'Donnell) Date: Fri, 24 Aug 2018 10:11:30 +0100 Subject: [infinispan-dev] JDK 11: First Release Candidate available Message-ID: <455bb483-3e8c-7205-c060-f9611d9d8039@oracle.com> Hi Galder, *JDK 11 build 28 is our first JDK 11 Release Candidate [1] * * JDK 11 Early Access? build 28 is available at : - jdk.java.net/11/ *FOSS fixes in recent builds.* * Eclipse Jetty - JDK-8207177 (b27) * Apache Tomcat ? -JDK-8208642 (b27) * JBoss Netty - JDK-8207029 (b23), JDK-8208166 (b25) *JDK 12 Early Access build 8 is available at : - jdk.java.net/12/* * Release Notes for JDK 12 [2] * Changes in this build include o JDK-8208350 - Disable all DES TLS cipher suites *OpenJFX Early-Access Build 24 is available at :-* *http://jdk.java.net/openjfx/* * This library is delivered as a set of modules, along with the native code needed to run JavaFX, that can be run using a JDK 10 build or a JDK 11 EA build. * This build is intended to allow application developers and OpenJFX contributors to test their applications with an unbundled, standalone JavaFX library. Regards, Rory [1] http://mail.openjdk.java.net/pipermail/jdk-dev/2018-August/001844.html [2] http://jdk.java.net/12/release-notes -- Rgds,Rory O'Donnell Quality Engineering Manager Oracle EMEA , Dublin, Ireland -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/infinispan-dev/attachments/20180824/acfd1f72/attachment.html From karesti at redhat.com Mon Aug 27 04:41:59 2018 From: karesti at redhat.com (Katia Aresti) Date: Mon, 27 Aug 2018 10:41:59 +0200 Subject: [infinispan-dev] Infinispan 9.4.0.CR1 is out! Message-ID: Dear all, We have released Infinispan 9.4.0.CR1. https://blog.infinispan.org/2018/08/infinispan-940cr1-is-out.html Enjoy! Infinispan Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/infinispan-dev/attachments/20180827/39679b89/attachment.html From galder at redhat.com Wed Aug 29 07:39:51 2018 From: galder at redhat.com (Galder Zamarreno) Date: Wed, 29 Aug 2018 13:39:51 +0200 Subject: [infinispan-dev] Hot Rod decoding TRACE logging gone? In-Reply-To: <34455c94-9044-553d-55f9-632c0d8aaf61@redhat.com> References: <84782eab-b7ec-bb31-0c54-5a25a1280ea0@redhat.com> <34455c94-9044-553d-55f9-632c0d8aaf61@redhat.com> Message-ID: I'd say log it wherever it's less costly. Originally I wanted this while I was adding new protocol changes to the Node.js client and the server was hanging. This was due to not sending some bytes, which couldn't figure out from the logs. I ended up looking at what the Java client was doing and solved it. At this stage, Intrinsics would probably have been more interested. Later on I had an issue with a command and there I was more interested in finding the value of the remaining parameters at a later stage. So I guess CacheRequestProcessor would maybe be a better location? Cheers Galder On Mon, Aug 20, 2018 at 3:10 PM Radim Vansa wrote: > (Routing back to -dev list) > > Yes. This could be logged in the most readable format in the operation > itself, rather than just the bytes as this gets parsed. > CacheRequestProcessor is probably the best place to do so. > Or are you interested in seeing that as it comes from the wire? In that > case I'd suggest the Intrinsics. > > Radim > > On 08/20/2018 02:43 PM, Galder Zamarreno wrote: > > Header is just one part of the operation. Individual operation > > parameters, like version in replaceWithVersion are not logged > > > > On Tue, Aug 14, 2018 at 6:22 PM Radim Vansa > > wrote: > > > > The header is logged [1] once it gets parsed, but you don't get a log > > for each byte being read. You could add logs into Intrinsics [2] > > if you > > find that useful. You can also see the requests themselves in the > > access > > log. > > > > Or do you have any particular points where you'd like to get > > something > > logged on the protocol side? We could add log for entering each state > > (log the current path in the grammar tree), though I'd prefer to > > activate that just in debug builds since it will increase the code > > size > > significantly. > > > > Radim > > > > [1] > > > https://github.com/infinispan/infinispan/blob/master/server/hotrod/src/main/resources/hotrod.gr#L67 > > [2] > > > https://github.com/infinispan/infinispan/blob/master/server/hotrod/src/main/java/org/infinispan/server/hotrod/Intrinsics.java > > > > On 08/14/2018 05:05 PM, Galder Zamarreno wrote: > > > Seems like we've lost all Hot Rod server decoder logging somehow? > > > > > > There's no trace or anything of any requests coming in :( ???? > > > > > > > > > _______________________________________________ > > > infinispan-dev mailing list > > > infinispan-dev at lists.jboss.org > > > > > https://lists.jboss.org/mailman/listinfo/infinispan-dev > > > > > > -- > > Radim Vansa > > > JBoss Performance Team > > > > -- > Radim Vansa > JBoss Performance Team > > _______________________________________________ > infinispan-dev mailing list > infinispan-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/infinispan-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/infinispan-dev/attachments/20180829/f892b14d/attachment.html From karesti at redhat.com Thu Aug 30 10:59:03 2018 From: karesti at redhat.com (Katia Aresti) Date: Thu, 30 Aug 2018 16:59:03 +0200 Subject: [infinispan-dev] Infinispan 9.3.2.Final and 9.4.0.CR2 are out! Message-ID: Dear all, We have released Infinispan 9.3.2.Final and 9.4.0.CR2. https://blog.infinispan.org/2018/08/infinispan-932final-and-940cr2-are-out.html Enjoy! Infinispan Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/infinispan-dev/attachments/20180830/599217d9/attachment.html