<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hmmm, we now disabled CapeDwarf logging, and it runs a lot better.<div><br></div><div>We are logging every stuff that goes on,</div><div>and then it's up to user to filter it later -- this is how GAE does it.</div><div><br></div><div>The weird thing is that there shouldn't be any fine log traffic, INFO+ level only.</div><div>Marko is looking into this.</div><div><br></div><div>But sometimes users will want to have FINE log level,</div><div>meaning a lot more traffic will go into cache.</div><div>And then it still shouldn't kill the app -- as it does now.</div><div><br></div><div>-Ales<br><div><br><div><div>On Apr 8, 2013, at 3:12 PM, Ales Justin &lt;<a href="mailto:ales.justin@gmail.com">ales.justin@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Steps to re-produce:<div><br></div><div>(1) checkout JBossAS 7.2.0.Final tag --&gt; JBOSS_HOME</div><div><br></div><div>(2) build CapeDwarf Shared</div><div><br></div><div><a href="https://github.com/capedwarf/capedwarf-shared">https://github.com/capedwarf/capedwarf-shared</a></div><div><br></div><div>(3) build CapeDwarf Blue</div><div><br></div><div><a href="https://github.com/capedwarf/capedwarf-">https://github.com/capedwarf/capedwarf-</a>blue</div><div><br></div><div>(4) build CapeDwarf AS</div><div><br></div><div><a href="https://github.com/capedwarf/capedwarf-jboss-as">https://github.com/capedwarf/capedwarf-jboss-as</a></div><div><br></div><div>mvn clean install -Djboss.dir=&lt;JBOSS_HOME&gt; -Pupdate-as</div><div><br></div><div>This will install CapeDwarf Subsystem into previous AS 7.2.0.Final</div><div><br></div><div>(5) grab GAE 1.7.6 SDK</div><div><br></div><div><a href="http://googleappengine.googlecode.com/files/appengine-java-sdk-1.7.6.zip">http://googleappengine.googlecode.com/files/appengine-java-sdk-1.7.6.zip</a></div><div><br></div><div>(6) Build GAE demos/helloorm2</div><div><br></div><div>ant</div><div><br></div><div>cd war/</div><div><br></div><div>zip -r ROOT.war .</div><div><br></div><div>This will zip the demo app as ROOT.war,</div><div>which you then deploy to AS.</div><div><br></div><div>(7) start CapeDwarf</div><div><br></div><div>JBOSS_HOME/bin</div><div><br></div><div>./standalone.sh -c standalone-capedwarf.xml -b &lt;IP&gt; -Djboss.node.name=some_name</div><div><br></div><div>(8) deploy the app / ROOT.war</div><div><br></div><div>---</div><div><br></div><div>Deploy this on a few nodes, goto browser: http://&lt;IP:8080&gt;,</div><div>add a few flights and see how it works.</div><div><br></div><div>It now runs a bit better, where we changed mstruk's laptop with luksa's.</div><div>But we still get replication locks ...</div><div><br></div><div>Also, the problem is that query on indexing slave takes waaay tooo long.</div><div><br></div><div>Anyway, you'll see. ;-)</div><div><br></div><div>Ping me for any issues.</div><div><br></div><div>-Ales</div><div><br></div></div></blockquote></div><br></div></div></body></html>