apache / apache/incubator-seata

lock table的rowKey加上对应记录的列名,更细粒度控制这把分布式锁

Open
#3,848 2 comments 0 reactions 1 assignee Claimed by @liucaijin View on GitHub
task: help-wanted
Dominant language
Java
Stars
26k
Forks
8.8k
Avg merge
1d 8h
Merged PRs (30d)
4

Description

## Why you need it?
Is your feature request related to a problem? Please describe in details
全局事务A 修改表B中id为1的b1和b2字段
全局事务B 修改表B中id为1的b3和b4字段
若全局事务A在执行记录修改后未结束,则全局事务B中的修改无法开始,如果能将锁的标识在加上修改的列名,那么就可以让这两个同时进行。

## 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.

## Other related information
Add any other context or screenshots about the feature request here.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.