Jul 17 15:00:09 #startmeeting Jul 17 15:00:43 pruivo, I'll go first Jul 17 15:00:44 ttarrant, do I have permission to start the meeting? Jul 17 15:00:53 pruivo, jbott isn't here Jul 17 15:01:06 pruivo, so we'll use the # commands as demarcators Jul 17 15:01:13 ack Jul 17 15:01:15 ttarrant, go ahead Jul 17 15:01:22 #topic ttarrant Jul 17 15:01:38 last week I spent some time fixing up the global javadocs Jul 17 15:02:05 ISPN-8064 was quite a cleanuo Jul 17 15:02:06 jira [ISPN-8064] Javadocs are missing some packages [Reopened (Unresolved) Bug, Major, Documentation-Core, Tristan Tarrant] https://issues.jboss.org/browse/ISPN-8064 Jul 17 15:02:07 cleanup Jul 17 15:02:53 I also fixed ISPN-8057 Jul 17 15:02:54 jira [ISPN-8057] AdminOperation task engine does not adhere to API [Resolved (Done) Bug, Major, Server/Tasks, Tristan Tarrant] https://issues.jboss.org/browse/ISPN-8057 Jul 17 15:03:19 and while I was there I made some sorely needed changes to the tasks API: ISPN-8058 Jul 17 15:03:21 jira [ISPN-8058] The org.infinispan.tasks.Task interface should be in the tasks-api package [Resolved (Done) Task, Major, Tasks, Tristan Tarrant] https://issues.jboss.org/browse/ISPN-8058 Jul 17 15:03:42 I've also been playing with the slim server Jul 17 15:04:16 creating a uberjar with infinispan, jgroups, hibernate search, lucene, netty, hotrod, rest, memcached, router, rocksdb, jdbc, jpa, sifs, narayana Jul 17 15:04:26 I've got a 37MB jar Jul 17 15:04:57 which only takes 8MB heap when started with a clustered hot rod endpoint and a single cache Jul 17 15:05:26 I plan to do a bit more work here, but my main task for then next couple of weeks will be ISPN-7779 Jul 17 15:05:27 jira [ISPN-7779] State transfer does not work with protobuf encoded entities [Resolved (Done) Bug, Major, Remote Querying, Adrian Nistor] https://issues.jboss.org/browse/ISPN-7779 Jul 17 15:05:30 oops Jul 17 15:05:50 ISPN-7776 Jul 17 15:05:51 jira [ISPN-7776] Clustered configuration state [Open (Unresolved) Feature Request, Major, Configuration, Tristan Tarrant] https://issues.jboss.org/browse/ISPN-7776 Jul 17 15:06:10 last week I also merged a bunch of PRs and released 9.1.0.Final Jul 17 15:06:28 thanks to everybody for the hard work in getting us there: it was quite a release Jul 17 15:06:36 and that's all Jul 17 15:06:39 #topic karesti Jul 17 15:07:45 hi all, so last week I was trying to reproduce the pb Radim spoke about in the PR of merge https://issues.jboss.org/browse/ISPN-7752 where apparently the previous value can be null in the context of QueryInterceptor Jul 17 15:07:47 jira [ISPN-7752] Merge [Pull Request Sent (Unresolved) Sub-task, Major, Katia Aresti] https://issues.jboss.org/browse/ISPN-7752 Jul 17 15:08:25 I could't make a test fail on this scenario, I decided to wait for rvansa to come back to speak with him Jul 17 15:10:02 Gustavo has already coded something that should make the failing test pass, but I couldn't make it happen, probably I wasted too much time changing a topology where I splitted the cluster and getting weird results til I understood that this was normal Jul 17 15:10:28 anyway, I learned on cluster split, so that's cool Jul 17 15:10:59 I made the embedded multimap work on encoding caches Jul 17 15:12:09 this is the multimap PR where I added the commit of the PR where I implemented the encoding on functional maps https://issues.jboss.org/browse/ISPN-7993 Jul 17 15:12:10 jira [ISPN-7993] Functional commands don't support Data convertions [Pull Request Sent (Unresolved) Feature Request, Major, Core, Katia Aresti] https://issues.jboss.org/browse/ISPN-7993 Jul 17 15:12:18 I implemented the foreach Jul 17 15:12:32 https://issues.jboss.org/browse/ISPN-7754 Jul 17 15:12:33 jira [ISPN-7754] ForEach [Pull Request Sent (Unresolved) Sub-task, Major, Katia Aresti] https://issues.jboss.org/browse/ISPN-7754 Jul 17 15:12:37 did some reviews Jul 17 15:12:44 and I'm on hotrod mutimap now Jul 17 15:12:56 https://issues.jboss.org/browse/ISPN-7887 Jul 17 15:12:57 jira [ISPN-7887] CacheMultimap over Hot Rod [Open (Unresolved) Feature Request, Major, Remote Protocols, Katia Aresti] https://issues.jboss.org/browse/ISPN-7887 Jul 17 15:13:30 so rvansa, tomorrow if you have time, or the day after, could be cool to talk on all this haha Jul 17 15:14:10 #topic pruivo Jul 17 15:14:18 thanks karesti Jul 17 15:14:21 hi all, Jul 17 15:14:36 last week my main focus was reviewing and integrate PR for the release Jul 17 15:15:08 also, I handled the comments and improved the hot rod transactions (server) Jul 17 15:15:30 and updated the client as well. Jul 17 15:15:48 I advanced a little on the client and my plan is to start working on the test this week. Jul 17 15:16:22 this week, I started by doing a tutorial about counters. Jul 17 15:16:34 I've opened a PR. comments are welcome Jul 17 15:16:45 here: https://github.com/infinispan/infinispan-simple-tutorials/pull/31 Jul 17 15:17:00 I'm working on a blog post about counters as well. Jul 17 15:17:12 and I think thats it from me Jul 17 15:17:14 remerson, next? Jul 17 15:17:55 sure pruivo, thanks Jul 17 15:17:58 #topic remerson Jul 17 15:18:10 Last week I worked on a variety of things Jul 17 15:18:36 A few last minutes on my PRs ready for final Jul 17 15:19:38 I also performed the console release, but ran into a few issues when releasing 9.1.0.Final unfortunately, so this meant that I had to make changes to the build process and then release 9.1.1.Final Jul 17 15:19:50 thanks ryan :-) Jul 17 15:20:20 ISPN-8066 Jul 17 15:20:21 jira [ISPN-8066] Management Console - Json meta files not included in dist build [Resolved (Done) Bug, Major, Build process/Console, Ryan Emerson] https://issues.jboss.org/browse/ISPN-8066 Jul 17 15:20:28 vblagoje: np Jul 17 15:21:09 I also created an initial implementation for ISPN-6677 and ISPN-8008 Jul 17 15:21:10 jira [ISPN-6677] Deal with unavailable dependencies during startup [Coding In Progress (Unresolved) Feature Request, Blocker, Cloud Integrations, Ryan Emerson] https://issues.jboss.org/browse/ISPN-6677 Jul 17 15:21:10 jira [ISPN-8008] Add Fault-tolerance to write-behind stores [Coding In Progress (Unresolved) Enhancement, Major, Loaders and Stores, Ryan Emerson] https://issues.jboss.org/browse/ISPN-8008 Jul 17 15:21:32 I should have an initial PR up for this later in the week Jul 17 15:22:41 I also started reading more about reactive streams and Rx java to help review will's latest PR, however I didn't make as much progress on this front as I would have liked due to different issues that popped up Jul 17 15:23:24 But I plan to revisit this soon, as our intention is to utilise reactive streams with the cache stores to improve how we iterate over stored entities Jul 17 15:23:42 Finally, I wrote the ConflictManager blog Jul 17 15:24:40 This week I plan to write a blog on store batching, finish up ISPN-6677, backport some features for JDG and prepare for the London server meeting next week Jul 17 15:24:41 jira [ISPN-6677] Deal with unavailable dependencies during startup [Coding In Progress (Unresolved) Feature Request, Blocker, Cloud Integrations, Ryan Emerson] https://issues.jboss.org/browse/ISPN-6677 Jul 17 15:24:54 that's all from me, rvansa next? Jul 17 15:26:08 or maybe slaskawi? Jul 17 15:26:13 remerson: Sure Jul 17 15:26:16 #topic slaskawi Jul 17 15:26:36 I guess rvansa has been doing a release recently :) Jul 17 15:26:48 Last week I was mainly working on Service Brokers stuff Jul 17 15:26:56 We are fairly close Jul 17 15:27:11 But I implemented a couple of adjustments to make the integration better: Jul 17 15:28:17 1) I revisited Galder's authentication PR and made some improvements: https://github.com/jboss-dockerfiles/infinispan/pull/55. By default it generates user/pass on startup or uses credentials passed in as env variables or parameters Jul 17 15:28:32 2) I exposed Jolokia ports on our Docker image: https://github.com/jboss-dockerfiles/infinispan/pull/56 Jul 17 15:28:42 2b) https://github.com/infinispan/infinispan-openshift-templates/pull/3 Jul 17 15:29:02 3) I added some improvements for generating binding secrets: https://github.com/infinispan/infinispan-openshift-templates/pull/4 Jul 17 15:29:31 4) I also released Spring Boot Starters 2.0.0.Alpha1 and prepared demo based on it https://github.com/infinispan-demos/infinispan-openshift-monitoring-and-catalog Jul 17 15:29:44 As for this week: Jul 17 15:29:51 1) I plan to finish the demo Jul 17 15:29:57 2) I plan to look into Hawkular stuff Jul 17 15:30:10 3) I plan to look into centralized logging stuff Jul 17 15:30:18 4) and prepare for OpenShift F2F Jul 17 15:30:24 All from me, vblagoje? Jul 17 15:32:00 #topic rvansa Jul 17 15:32:26 rvansa: Congrats Radim!!! Jul 17 15:32:34 Hi, I was off whole last week and most of the one before that, mostly playing with shovel & bucket etc :) Jul 17 15:32:58 This week I have to finally handle some problems with backports in Hibernate 5.1 2LC Jul 17 15:33:30 and more fun will probably pop up once I go through github notifications :) Jul 17 15:33:37 vblagoje next, please :) Jul 17 15:33:45 sure rvansa Jul 17 15:33:54 And congrats from me as well Jul 17 15:34:02 #topic vblagoje Jul 17 15:34:21 So last week was a bit shorter for me, I had Thu/Fri off for PTO Jul 17 15:34:55 Before that I was making sure that console is ready for the release, and in doing use cases I found task bug that ttarrant fixed promptly Jul 17 15:35:02 However, I overlook my own bug Jul 17 15:35:14 That remerson then fixed for the release Jul 17 15:35:36 As mentioned above in ISPN-8066 Jul 17 15:35:37 jira [ISPN-8066] Management Console - Json meta files not included in dist build [Resolved (Done) Bug, Major, Build process/Console, Ryan Emerson] https://issues.jboss.org/browse/ISPN-8066 Jul 17 15:36:20 I also fixed ISPN-7649 and ISPN-7657 by issuing a PR and also a few other minor issues that are not relevant any longer Jul 17 15:36:21 jira [ISPN-7649] Administration console - transaction tab allows to set invalid options [Pull Request Sent (Unresolved) Bug, Major, Console, Vladimir Blagojevic] https://issues.jboss.org/browse/ISPN-7649 Jul 17 15:36:21 jira [ISPN-7657] Administration console - Indexing tab allows invalid configuration to be set [Pull Request Sent (Unresolved) Bug, Major, Console, Vladimir Blagojevic] https://issues.jboss.org/browse/ISPN-7657 Jul 17 15:36:49 This week looking to complete my sprint, looking good so far Jul 17 15:36:57 So much from me for today Jul 17 15:37:07 And that’s it ttarrant? Jul 17 15:37:21 vblagoje, I'm running the meeting :) Jul 17 15:37:33 Oh, right apologies pruivo :-) Jul 17 15:37:34 thanks karesti remerson rvansa slaskawi vblagoje Jul 17 15:37:40 #endmeeting