Version 8

    STATUS: DRAFT, not ready for review.

     

    This document describes the short-term plan for the transaction profiler tool.

     

    1.0.0.Alpha1

    The focus is to provide a release of the profiler for the community to use.


    We now have an initial version of the tool, contributed by Alex Creasy. It is now open sourced and available here: https://github.com/jbosstm/transaction-profiler. The focus of the short-term plan is to make make some small changes required to make the profiler usable by the comunity. In particular:

     

    1. Add Copyright headers (DONE)
    2. Format code (DONE)
    3. Jira component under JBTM (DONE)
    4. Check tool still works in JTA-only mode. Alex has only tested it recently in JTS mode. I don't think we will get much community interest if we enforce JTS (although it should still be an option).
    5. Update for Wildfly 8.0.0.Beta1-SNAPSHOT
    6. Update README.md. Needs review and check getting started instructions work
    7. Create the release
    8. Write a blog post covering:
      1. Thanks to Alex
      2. Motivation for the tool
      3. Very quick overview
      4. Getting started docs, or link to them.

     

    1.0.0.Alpha2

    The focus is to provide a release of the profiler for GSS to use on real customer cases.

     

    1. Support EAP 6.1. We need to support an existing EAP version in order to get some real cases. EAP 6.1 is a good choice as it provides enough cases to get started and is also a growing community,
    2. Support multiple target servers. This is needed so that it can work with Wildfly and EAP 6.1 with the same release.
    3. Analyze existing log files. Essential for obtaining data from customers.
    4. Create a simple tool for simulating different transaction scenarios. E.g. timeouts, heuristics, failure to prepare, etc. This is useful for debugging and for getting the community to play with the tool.
    5. Consider moving to JAX-RS+AngularJS. This should make the tool easier to develop and maintain as well as extend. It's also an easy switch to make now, as there is very little to change. Making this switch later could be hard.
    6. Remove dependency on MySQL. Still have this as a configurable option as it's handy for debugging and currently essential for profiling the distributed (JTS) case.
    7. Blog post

     

     

    General Unscheduled Tasks

    This is just a place to keep track of minor tasks that may or may not make it into the above releases. There are also many larger tasks that are undocumented here and would into a medium-term plan.

     

    1. Replace 'TXVis' with "TxProf" or "Transaction Profiler" as applicable.
    2. Create Jenkins jobs to test PRs and CI
    3. Improve the tests so that they don't need to use Thread.sleep().
    4. Use a commons-io release. Currently using a SNAPSHOT to take advantage of an un-released bug fix.See here for issue: https://issues.apache.org/jira/browse/IO-279
    5. Remove un-used artifacts from the original prototype (Byteman scripts, log-file examples, etc)
    6. The .ear seems to contain unexpected libs (Arquillian, Shrinkwrap, etc). Remove these and check for other unexpected things in there and the .war too.