Hi All, I did 10 round of load test, below are the findings,
Successfull out of 15 app creation requestSuccessfull out of 10 app creation request12101510131014101310141010991011101310 Since we have implemented a retry + sleep(if the push failed it will retry 3 time max with a sleep time, *sleeptime = 10 sec*retrycount* ) scenario along with the above explained approach, In the above testing the failures occurred at the end of last retry. So we thought of having this retry count and sleep time in appcatory.xml as configurable and go with this. Here, This sleep time will affect the failed application only and other applications will not be affected by this sleep time. Any views or optimal suggestions please? Thanks & Regards, S.A.Rajeevan Software Engineer WSO2 Inc E-Mail: [email protected] | Mobile : +94776411636 On Fri, Oct 9, 2015 at 10:58 AM, Aiyadurai Rajeevan <[email protected]> wrote: > Hi All, > > I have been doing a load test on WSO2 AppFactory where I'm trying to > create 15 apps in 15 threads with a rampup period of 10sec.(There is not if > we increase the ramup period) > > I was able to create ~5 apps and the rest app creation failed due to s2git > repo not synced for the next application push. So we implemented a pull and > rebase before push if its failed in the first push try, With this solution > we could able to create minimum of 10 application in each try. The rest of > the apps are failing because of below fact. > > Say 11th application being pushed(not commited), at the same time 12th > application get pull of the tenant repo space, So it will not have 11th > application's update. Now 11th push has been completed and now 12th > application push failing as it doesn't have the updated tenant repo space. > > So I tried to synchronized the remote repo URL and noticed the success > application creation went down further (6 or 7 application success). Anyhow > synchronizing is not a good approach as this will reduce the performance. > > Any suggestions to overcome this issue would be much appreciated. > > Thanks & Regards, > S.A.Rajeevan > Software Engineer WSO2 Inc > E-Mail: [email protected] | Mobile : +94776411636 >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
