zoukankan      html  css  js  c++  java
  • atomikos分布式事务的几个坑

    atomikos几个坑:
    1.jta.properties:
    com.atomikos.icatch.output_dir=/datayes/atomikos
    com.atomikos.icatch.log_base_dir=/datayes/atomikos
    若一个tomcat上有两个atomikos应用,则两个应用不要公用同一位置


    2.datasource的用户名密码url不对,应用启动会失败,而且什么错误日志也没有,日志打到中间就没有新的日志输出了。


    3.MySQL XA bug
    Some users have reported problems with MySQL XA (related to this MySQL bug: http://bugs.mysql.com/bug.php?id=27832external). This problem only happens if you access the same MySQL database more than once in the same transaction. A workaround can be setting the following property in jta.properties:


    com.atomikos.icatch.serial_jta_transactions=false
    Also, make sure to set the following property on the MySQL datasource:

     pinGlobalTxToPhysicalConnection="true"
    MariaDB's java driver also supports this workaround since v.1.1.8

  • 相关阅读:
    团队个人冲刺day08
    4.26 jQuery AJAX load() 方法
    4.23 jquery
    4.22 AJAX技术
    4.21 正则表达式
    4.20
    4.15 重写团队作业1
    4.12 重写团队作业1
    4.9 团队作业1
    4.7 团队作业1
  • 原文地址:https://www.cnblogs.com/rain-in-sun/p/4322174.html
Copyright © 2011-2022 走看看