*** hieplq has joined #idempiere | 01:01 | |
*** hieplq has quit IRC | 02:11 | |
*** hieplq has joined #idempiere | 02:16 | |
*** CarlosRuiz has quit IRC | 02:20 | |
*** a42niem has joined #idempiere | 04:20 | |
Not-c3a5 | [IDEMPIERE] deepak updated IDEMPIERE-2955 assignee set to "Deepak Pansheriya" | 05:34 |
---|---|---|
Not-c3a5 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2955 | 05:34 |
*** silphium has joined #idempiere | 06:19 | |
*** nmicoud has joined #idempiere | 07:47 | |
*** hieplq has quit IRC | 09:13 | |
*** gschneider has joined #idempiere | 11:09 | |
*** ngordon7000 has joined #idempiere | 11:22 | |
*** hieplq has joined #idempiere | 11:57 | |
*** CarlosRuiz has joined #idempiere | 12:08 | |
*** ChanServ sets mode: +o CarlosRuiz | 12:08 | |
*** aguerra has joined #idempiere | 12:37 | |
aguerra | Good morning and Feliz cumplaƱos CarlosRuiz, how was? | 12:38 |
CarlosRuiz | Hi aguerra - thanks - it was good :-) | 12:38 |
aguerra | :-) | 12:40 |
a42niem | yeah! CarlosRuiz Happy Birthday afterwards! | 12:41 |
aguerra | any one has a integration with magneto that want to share ? | 12:42 |
*** Deepak has joined #idempiere | 12:48 | |
CarlosRuiz | thanks a42niem :) | 12:48 |
*** smartjsp has joined #idempiere | 12:58 | |
Deepak | Carlos, Happy Be lated Birthday | 12:59 |
*** HideakiHagiwara has joined #idempiere | 12:59 | |
CarlosRuiz | Good morning | 13:00 |
Deepak | Good Morning All | 13:00 |
HideakiHagiwara | Good morning :D | 13:00 |
CarlosRuiz | :) Thanks Deepak | 13:07 |
smartjsp | Good Morning everyone .... | 13:09 |
Deepak | Good Morning Pedro | 13:10 |
Deepak | Carlos, I want to discuss about single session implementation you did | 13:11 |
Deepak | We took same route first and then we just detoured considering some risk | 13:11 |
smartjsp | good to hear from you side Deepak ... | 13:11 |
Deepak | Risk are may be keeping compiere service object connected for longer time | 13:11 |
Deepak | And second risk is sharing ctx between multiple request | 13:12 |
hieplq | @CarlosRuiz, i tested ant download from sourceforge, and it do without any delay. | 13:13 |
Deepak | So what we did is cloned Ctx just after first login and if we are getting authentication login, then we are just adding clone of cached ctx. This save us from time spent for login and role verifcation | 13:14 |
Deepak | smartjsp thanks | 13:15 |
CarlosRuiz | hieplq, that sounds good | 13:17 |
CarlosRuiz | what is your sourceforge user? | 13:17 |
hieplq | i forget it, so i download form zkoss | 13:17 |
CarlosRuiz | can you please check? is to give you upload permissions on sf | 13:18 |
Deepak | If all interested I would like to ask opinion for new iDempiere portal theme | 13:18 |
Deepak | https://docs.google.com/spreadsheets/d/1hewQbFa4QUIdxDka1Hd3uQJKNgzdVHD2SRmRmJIivtU/edit#gid=0 | 13:18 |
Deepak | Here I had listed some | 13:18 |
hieplq | hi @Deepak, need request right to access? | 13:19 |
CarlosRuiz | Deepak, the main goal we talked at Bischofstein about improving performance on webservices was about to reuse the same session | 13:19 |
Deepak | Please send, So I can give you access | 13:19 |
Deepak | hieplq, access granted | 13:21 |
CarlosRuiz | I'm trying with my proposed patch to achieve that without adding anything to webservices - is full backward compatible | 13:21 |
Deepak | @carlosRuiz, yes and performance will be almost same of with both approach | 13:21 |
Deepak | Currently major time taken for small request is for login | 13:21 |
CarlosRuiz | As I understood your patch didn't implement that | 13:21 |
Deepak | @CarlosRuiz, my patch is backward compitable now, But it has added nillable additional element in login request | 13:22 |
hieplq | @CarlosRuiz, it's hiepgau | 13:23 |
Deepak | Norbert tested backward compitablity as he is using lots of web service | 13:24 |
hieplq | thanks @Deepak | 13:24 |
CarlosRuiz | I mean backward compatible is that it didn't add anything to the webservices - I didn't change or added any field | 13:24 |
CarlosRuiz | I didn't add tokens or anything - it just reuse the same login info | 13:24 |
Deepak | Yes, Carlos | 13:24 |
CarlosRuiz | but - again - what Saul told me before and you confirmed is that in your patch it didn't implement the reuse of session | 13:24 |
Deepak | But for Authentication token implementation, We need to add this field later | 13:25 |
Deepak | Yes, there is no reuse of session | 13:25 |
CarlosRuiz | so - I want to firstly solve that | 13:25 |
CarlosRuiz | and my patch propose a way to solve it without impact to the actual web services | 13:25 |
CarlosRuiz | then we look for the auth token - which I think has a different goal | 13:26 |
Deepak | But I see risk of 2 web service interfering with each other | 13:26 |
Deepak | For example if you made 2 composite request call, With same credential and they try to use same session | 13:27 |
Deepak | We need to test for this | 13:27 |
Deepak | if one service pickup ctx variable from other service and it become non predictable behavior | 13:27 |
CarlosRuiz | good idea for a test case | 13:28 |
Deepak | Yes | 13:28 |
CarlosRuiz | if the session comes from the same IP with same login data - it will try to reuse the same session | 13:29 |
Deepak | As I mentioned we first did same approach like you, and then when I start thinking all possible things, I concluded that it is my wrong decision to share compiere service object between session | 13:29 |
CarlosRuiz | not sure about that risk - is the same session with same login data - which is the risk? | 13:30 |
Deepak | No | 13:30 |
Deepak | Using compiere service object between multiple request | 13:31 |
Deepak | I like your idea of same login detail using to avoid relogin | 13:31 |
CarlosRuiz | hieplq, you have permissions to upload to idempiere now -> https://sourceforge.net/projects/idempiere/ | 13:32 |
CarlosRuiz | I think could be good to create a folder there libraries/3.1 ? | 13:33 |
CarlosRuiz | or "jarfiles" ? | 13:33 |
hieplq | yes. will do | 13:35 |
CarlosRuiz | and I think can be good to have one folder per version - so we could materialize old versions in future | 13:36 |
Deepak | @CarlosRuiz | 13:38 |
Deepak | Should we continue with exp branch concept or just use patch? | 13:38 |
Deepak | Creating Exp branch for just one ticket not looks good idea | 13:39 |
CarlosRuiz | Deepak, yes - I haven't checked if every webservice call is threaded or all of them are using the same thread - if all using the same thread then there's a risk there about mixing stuff - unless the process is sequential | 13:39 |
Deepak | @CarlosRuiz, I am thinking that once this tested, We need to merge your patch and our patch for taking better things | 13:40 |
CarlosRuiz | I prefer not to mix them in principle | 13:41 |
CarlosRuiz | experimental is suggested for potentially disruptive things | 13:41 |
CarlosRuiz | about the reuse session - I'm trying to make it non-disruptive - changing the less possible - to integrate into 3.1 | 13:43 |
CarlosRuiz | for the auth tokens - we need to check how disruptive it will be - but I prefer not to mix both - different goals | 13:43 |
Deepak | @carlosRuiz, in terms of backward compatibility, it will not stop existing service to work | 13:48 |
Deepak | Also for existing service there will not be any behavior change | 13:48 |
Deepak | As Token is additional non required field, and also this behavior start after a system configuration, untill user do not enable it, it should work same way | 13:49 |
CarlosRuiz | good - that's what I need to test | 13:51 |
CarlosRuiz | but first I want to tackle the performance / thousand-sessions issue | 13:51 |
Deepak | @CarlosRuiz, Visitor here | 13:53 |
Deepak | We can discuss further later, May be over skype | 13:53 |
*** norbertbede has joined #idempiere | 13:56 | |
norbertbede | hi all | 13:56 |
CarlosRuiz | Hi norbertbede | 14:00 |
*** smartjsp has quit IRC | 14:08 | |
*** norbertbede has quit IRC | 14:17 | |
*** KermitTheFragger has joined #idempiere | 14:24 | |
*** norbertbede has joined #idempiere | 14:40 | |
*** HideakiHagiwara has quit IRC | 14:46 | |
Not-c3a5 | [IDEMPIERE] hieplq updated IDEMPIERE-2940 Attachment set to "IDEMPIERE-2940-moveFileServer.patch" | 14:56 |
Not-c3a5 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2940 | 14:56 |
hieplq | @CarlosRuiz, maybe you ask jenkins server for test this https://idempiere.atlassian.net/secure/attachment/23101/IDEMPIERE-2940-moveFileServer.patch | 14:58 |
hieplq | today, my network is slow to test materialize | 14:58 |
*** ngordon7000 has quit IRC | 15:04 | |
*** ChanServ has quit IRC | 15:34 | |
*** Deepak has quit IRC | 15:34 | |
*** gschneider has quit IRC | 15:34 | |
*** aguerra has quit IRC | 15:35 | |
*** CarlosRuiz has quit IRC | 15:35 | |
*** nmicoud has quit IRC | 15:35 | |
*** a42niem has quit IRC | 15:35 | |
*** KermitTheFragger has quit IRC | 15:36 | |
*** RecordingBot has joined #idempiere | 15:39 | |
*** posde has joined #idempiere | 15:40 | |
*** norbertbede has joined #idempiere | 15:40 | |
*** hieplq has joined #idempiere | 15:40 | |
*** Not-c3a5 has joined #idempiere | 15:40 | |
*** RecordingBot` has joined #idempiere | 15:40 | |
*** Deepak has joined #idempiere | 15:42 | |
*** gschneider has joined #idempiere | 15:42 | |
aguerra | Carlos Ruiz, i am trying to use NF 1.0 GL Journal Generator, how i select the period of adjust when generated the note | 15:43 |
aguerra | ok i see that in the GL Journal that was generated we need to change for that period, no ? | 15:50 |
*** norbertbede has quit IRC | 15:52 | |
*** hieplq has quit IRC | 15:52 | |
*** Not-c3a5 has quit IRC | 15:52 | |
*** RecordingBot` has quit IRC | 15:52 | |
*** a42niem has joined #idempiere | 15:59 | |
*** a42niem has quit IRC | 16:09 | |
*** a42niem has joined #idempiere | 16:12 | |
*** RecordingBot has joined #idempiere | 16:21 | |
*** orwell.freenode.net sets mode: +ns | 16:21 | |
*** Not-42d1 has joined #idempiere | 16:27 | |
Not-42d1 | [iDempiere3.1] jenkins built #15 completed (failure) http://ci.idempiere.org/job/iDempiere3.1/15/ | 16:27 |
*** orwell.freenode.net sets mode: -o RecordingBot | 16:28 | |
-orwell.freenode.net- *** Notice -- TS for #idempiere changed from 1449073310 to 1303424416 | 16:28 | |
*** orwell.freenode.net sets mode: +ct-s | 16:28 | |
*** a42niem has joined #idempiere | 16:28 | |
*** orwell.freenode.net sets mode: +bbb Michael_Judd!*@* *!*~juddm*@*.6-3.cable.virginmedia.com trifon*!*@* | 16:28 | |
*** orwell.freenode.net changes topic to "This IRC is being recorded and published openly. Meetings every wednesday 13:00 UTC." | 16:28 | |
*** gschneider has joined #idempiere | 16:46 | |
*** posde has joined #idempiere | 16:46 | |
*** CarlosRuiz has joined #idempiere | 16:46 | |
*** aguerra has joined #idempiere | 16:46 | |
*** orwell.freenode.net sets mode: +o CarlosRuiz | 16:46 | |
aguerra | thank CarlosRuiz, | 16:55 |
*** aguerra has quit IRC | 16:55 | |
Not-42d1 | [iDempiere3.1] jenkins built #16 completed (success) http://ci.idempiere.org/job/iDempiere3.1/16/ | 17:03 |
*** ChanServ has joined #idempiere | 17:04 | |
*** orwell.freenode.net sets mode: +o ChanServ | 17:04 | |
*** hieplq has joined #idempiere | 17:06 | |
CarlosRuiz | thanks hieplq - integrated your patch and fixed the sourceforge links | 17:10 |
*** mand1nga has joined #idempiere | 17:42 | |
*** a42niem has quit IRC | 17:49 | |
hieplq | thanks @CarlosRuiz. when you recreate experience branch, please notify me. | 17:54 |
*** hieplq has quit IRC | 18:09 | |
*** CarlosRuiz has quit IRC | 18:29 | |
*** mand1nga has quit IRC | 19:07 | |
*** norbertbede1 has joined #idempiere | 19:28 | |
*** norbertbede1 has joined #idempiere | 19:40 | |
*** gschneider has quit IRC | 19:47 | |
*** a42niem has joined #idempiere | 19:58 | |
*** norbertbede1 has quit IRC | 20:25 | |
*** norbertbede has joined #idempiere | 20:42 | |
*** norbertbede has quit IRC | 21:49 | |
*** CarlosRuiz has joined #idempiere | 22:54 | |
*** ChanServ sets mode: +o CarlosRuiz | 22:54 | |
*** a42niem has quit IRC | 23:23 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!