#
fescar
Here are 7 public repositories matching this topic...
spring cloud 版分布式电商项目,全力打造顶级多模块,高可用,高扩展电商项目
mysql
redis
oauth2
kafka
apollo
vue
spring-cloud
druid
mybatis
mybatis-generator
swagger2
xxl-job
pagehelper
fescar
-
Updated
Jan 27, 2022 - Java
微服务 spring dubbo项目:dubbo rpc;druid数据源连接池;mybatis配置集成,多数据源;jmx监控MBean;定时任务;aop;ftp;测试;Metrics监控;参数验证;跨域处理;shiro权限控制;consul服务注册,发现;redis分布式锁;SPI服务机制;cat监控;netty服务代理;websocket;disconf;mongodb集成;rest;docker;fescar
docker
redis
validation
rest
prototype
mongodb
consul
maven
netty
websocket
rpc
spi
druid
jmx
mybatis
shiro
dubbo
disconf
archunit
fescar
-
Updated
Jan 7, 2022 - Java
基于Spring boot 2.0+ 脚手架重构微服务系统,CI、DevOps、Redisson、Shiro、RocketMQ tx、Dubbo、Sentinel、Sharding-Sphere、Fescar、Skywalking、Apollo、SocketIO, 小程序服务端快速上手Sample, Netty Socket Game/PUSH Server
-
Updated
Aug 23, 2021 - Java
分布式事务框架Fescar在SpringCloud环境下的应用实践
-
Updated
Apr 9, 2019 - Java
Sun8min的个人项目, 博客
spring-boot
cas
alipay
sso
dubbo
spring-boot-demo
single-sign-on
distributed-transaction
dubbo-demo
cas-overlay-template
fescar
seata
fescar-demo
seata-demo
sso-demo
cas-demo
cas-overlay-demo
alipay-demo
-
Updated
Aug 4, 2020 - Java
Improve this page
Add a description, image, and links to the fescar topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fescar topic, visit your repo's landing page and select "manage topics."
Why you need it?
Is your feature request related to a problem? Please describe in details
db/redis模式需串行更改事务状态,假设事务A在tm端进行决议提交,此时到达了tc端,而tc端刚好发现这个事务达到了超时,就会更改状态为超时回滚,而这两个动作是并行的,导致决议提交时删除了全局锁,又恰好被改为超时回滚,导致分支事务被回滚,回滚时可能会发现数据已经无法对上了(全局锁被删了)
How it could be?
A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.
1.red