migrating a java solution to hp integrity nonstop a mix
play

Migrating a Java Solution to HP Integrity NonStop A mix of Whats, - PowerPoint PPT Presentation

SQL/MX ANSI compliance Migrating a Java Solution to HP Integrity NonStop A mix of Whats, Whys and Hows Moore Ewing HPE EMEA NonStop Presales What 1. A Card Management Solution Create Programs, Issue Cards, Authenticate Use, Manage


  1. SQL/MX ANSI compliance Migrating a Java Solution to HP Integrity NonStop A mix of Whats, Whys and Hows Moore Ewing HPE EMEA NonStop Presales

  2. What 1. A Card Management Solution Create Programs, Issue Cards, Authenticate Use, Manage Accounts for 5. 2

  3. What 2. FSS CMS 5.0 3

  4. Why 1. Natural Affinity. – HPE . – Looking for new solutions in new technologies – Lacking a Card Management solution – FSS – Aware of NonStop as the leading top tier financial platform – NonStop experience as ACI Base-24 service provider – Authorisation is 24/7 and even Back-Office is becoming mission critical 4

  5. Why 2. FSS had seen these slides HA and Availability - SMP Cluster or HPE Integrity NonStop

  6. Why 3. What FSS had … What FSS would like to have… 6

  7. What 2. FSS CMS 5.0 ; Two applications in one solution CMS 5.0 Users CMS 5.0 Card & Program Management Carduser Acquirer CMS 5.0 Switch Realtime Authorisation 7

  8. What 3. Two JAVA Technologies JEE JBoss4 CMS 5.0 Users CMS 5.0 Card & Program Management Carduser Acquirer CMS 5.0 Switch Realtime Authorisation JSE Custom Code 8

  9. How 1. Two guiding principles in planning 1. Commonality of Code - Same business logic in both Linux and NonStop versions 2. Isolation of Migration effort - minimise possible delays due to complications in other components - simplify scoping of problems - early detection of issues in any component 9

  10. How 2. Four components …… three teams J2EE user-driven card/program management application The Application Team The DataBase The DataBase Team JSE Authorisation “messaging” application The NonStop System and Software The Infrastructure Team 10

  11. CMS 5.0 J2EE application migration to NSASJ 11

  12. What x. NSASJ : wrapping JBoss AS7 code into TS/MP HP Integrity NonStop PATHMON $JEE1 NSASJ-HC NSASJ-Server NSASJ-Cache-n <<tsmp-pp>> JBoss EJB Client <<tsmp-sclass>> <<tsmp-pp>> TCP/IPv6 or CIP Host- / Domain tcp/ip Controller NSASJ Infinispan (JBoss7 SQL/MX Cache NSASJ-PM code) <<tsmp-pp>> Post Master tsmp-pp…persistent process

  13. What x. NSASJ Overview HP Integrity NonStop NonStop Application Server for Java (NSASJ) Post NSASJ JBoss EJB Client Master Infinispan TCP/IPv6 or CIP Cache Post pathsend NSASJ Master Infinispan tcp/ip SQL/MX Cache Post NSASJ Master Infinispan Cache Post NSASJ Master

  14. What 4. Scalable, HA Deployments: Wildfly(JBoss) and NSASJ NSASJ derived from JBoss AS JBoss AS Domain Deployment

  15. How x. Isolation and verification JBoss4 -> JBossAS7 with ORACLE DB JBossAS7 (Wildfly8) -> NSASJ with remote ORACLE (T4) DB JBossAS7 with 1 st cut SQL/MX(T4) DB NSASJ with 1 st cut SQL/MX(T2) DB JBossAS7 with 2nd cut SQL/MX(T4) DB NSASJ with 2nd cut SQL/MX(T2) DB JBossAS7 with 3rd cut SQL/MX(T4) DB NSASJ with 3rd cut SQL/MX(T2) DB Database Development Delivery 15

  16. What x. The JBoss to NSASJ migration experience • Went very much as expected. HPE assistance given to avoid issues in thread, pool and heap parameters • Some minor product issues, e.g. with Hibernate and SQL/MX Sequences. Were quickly resolved by HPE. • The STARTUP Time issue - resolved by improved use of JBoss AS7 packaging and dependency definitions - a JBoss4 -> JBoss AS7 change which benefited Linux version as well - more obvious in NSASJ test as 8 JBoss instances not one • Actually done twice - migrated and started testing with older FSS ACM product - switched to CMS 5.0 when Linux development finalised 16

  17. CMS 5.0 Database migration 17

  18. How x. Database migration in 3+ cuts Remove it as a Gating Factor in the overall process 3 rd Cut 2 nd Cut 1 st Cut Refined PDBD Realistic PDBD Logically correct SQL statement change? first performance test Statement tests – Create tables with minimal change – Partitioning, location , space allocation – Revise PDBD for -datatypes – Default size and placement – Secondary indexes for access paths and -Keys (Primary,Clustering,Partition) RI/FK constraints -table splits -access paths and indexes – RI/FK constraints -RI requirement – Collect planning/tuning info for tables -Triggers for test and initial production volumes -Stored Procedures – Collect significant SQL statements – Load test data – Revise statements for new PDBD – For MXCS, create test/tuning environment – Re-test and reiterate as required 18

  19. What x. Many tables but relatively simple • Hundreds of tables but mostly small static dimension tables • No complex Triggers or Stored Procedures • No complex datatypes or ADTs • Most complex joins only used during initialisation PLEASANT SURPRISE! Easier and faster than anticipated due to lack of any heavy ORACLE dependencies 19

  20. How x. Compromise until change is really needed - retain code compatibility • Used original DDL input scripts not ORACLE generated output. Made mass editing of simple syntax changes easier • Three separate ORACLE databases retained as three schemas • Most active tables keyed for partitioning but not implemented. Makes collecting metrics easier. • Some synthetic keys were replaced as Primary Key by a composite natural key. Allowed the removal of associated indexes and simplified joins • Redundant joins removed. • Joins of 3+ small, static tables could be “materialised” but infrequently used • Three TMF transactions retained due to changes in the business logic required to remove them Provides a known improvement if needed in the future or requirement for common code is relaxed • Some of the changes benefited the Linux/ORACLE version. 20

  21. CMS 5.0 Authorisation application migration 21

  22. What x. . A multi-threaded singleton. But Listener Thread so was Authorisation JBoss Worker Threads

  23. How x. Java Infrastructure – the secret sauce of NSASJ : turns Socket I/O into Pathsends Open Source Component. Uses JI to act as Pathsend EJB Client clientJBoss AS. Uses JI to run NonStop Server as a TS/MP server class TCPIP Subsystem (IP-CIP or TCPIPv6) Port Mapper Port Mapper Port Mapper Port Mapper JI libray JI libray JI libray JI libray TS/MP Pathsend API JI libray JI libray JI libray JI libray NSASJ NSASJ NSASJ NSASJ CPU 0 CPU 1 CPU 2 CPU 3

  24. How X. How to enable JI • Add ji.jar to classpath • Add libji.so directory to RLD path • Export JI_ENDABLE=true • Configure JI in ji.properties • Reference ji.properties from system as system property or set as export

  25. How x. . Change the Authorisation architecture; not the code. Listener Thread Listener Shared Address TCP/IP Listener Thread Thread J Listener I Thread Listener Thread Authorisation L Worker Threads i Socket PassThru Authorisation b Worker Threads Worker Threads r a Authorisation r Worker Threads Socket PassThru y Worker Threads TS/MP Serverclass

  26. HOW (not) x. Do not jump in the deep end to see if you can swim – Concerns about NSJ multi-threading capability – Created a test program to compare single-threading and multi-threading – Ran a stress test load against it – Guess what? It did not do very well!! – Unrealistic thread levels – Inconsistency between TS/MP links, thread pools and connection pools – Badly tuned SQL statements – UNNECESSARY LIBRARIES – Incremental Testing with the real application code introduced 27

  27. Incremental Performance Testing And Sizing Metric Collection 28

  28. FSS CMS 5.0 Performance Validation Testing is not in “benchmark” format but has multiple goals - verify product is functionally correct on NS - verify that performance is acceptable and deemed competitive with CMS on other platforms - Experiment with configuration options to provide some best practices NSASJ CM application - people-driven + batch like file and report processing Performance at or above expectation Realtime Authorisation - not lightweight ; 12 medium SQL statements per request Performance again acceptable and competitive Tests on HP NS2404 with limited number of discs are very satisfactory. Testing on NSX7 in various core configurations is underway. Not appropriate to provide figures in this presentation. 127 2263 123 6928 524 35 0 0 0 15 7 0 <= 20 ms 178 1105 8243 416 51 0 0 1789 2981 1257 0 3704 225 44 0 0 21-25 ms 13 118 3254 2310 4109 157 52 0 0 0 17 3269 5102 1484 77 51 0 0 0 25-30 ms 11 1 4012 4688 1172 86 41 0 0 0 Achsentitel 7 4918 4198 759 78 40 0 0 0 30-50 ms 9 5 5587 3780 515 79 34 0 0 0 43 0 508 6782 2311 323 25 3 5 31-100 ms 7 78 2 1058 7475 1005 338 35 5 4 101-250 ms 12 325 1056 7327 929 310 35 2 4 5 8 2143 3000 4265 292 259 27 3 3 201-500 ms 0 1663 5630 2161 241 278 21 3 3 3 4 4023 4130 1393 157 268 18 5 2 501-1000 ms 6 6217 2457 916 124 257 18 2 3 1 21 7082 1853 637 131 249 21 4 2 > 1000 ms 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend