Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

库存量分配到本地机器机制或时机是怎样的 #9

Open
Awezome opened this issue Dec 26, 2019 · 1 comment
Open

库存量分配到本地机器机制或时机是怎样的 #9

Awezome opened this issue Dec 26, 2019 · 1 comment

Comments

@Awezome
Copy link

Awezome commented Dec 26, 2019

把库存分配到本地机器的机制是怎样的,在什么时机或以什么方式进行,怎样保证数据的一致性,如果 一台机器分配时没有成功,这台机器没有了库存,落在此机器上的请求会不会买不到票?

@ResolLIU
Copy link

ResolLIU commented Oct 1, 2022

把库存分配到本地机器的机制是怎样的,在什么时机或以什么方式进行,怎样保证数据的一致性,如果 一台机器分配时没有成功,这台机器没有了库存,落在此机器上的请求会不会买不到票?

这个例子中是固定分配了150 ,初始化的时候开始分配的,设置的固定值,以 原子性 的脚本命令 写远端数据、本地管道读写锁的方式保证数据的一致性,如果一台机器没有分配成功,请求会买不到票。以上都是我对于这个例子的理解:因为很明显判断条件是&&,无论本地无库存还是远端无库存,都是下单不成功的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants