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

prioritize initialization order for global transaction scanner #1227

Closed
awkejiang opened this issue Jun 20, 2019 · 0 comments · Fixed by #1230
Closed

prioritize initialization order for global transaction scanner #1227

awkejiang opened this issue Jun 20, 2019 · 0 comments · Fixed by #1230

Comments

@awkejiang
Copy link
Contributor

awkejiang commented Jun 20, 2019

Why you need it?

GlobalTransactionScanner provides pointcut for creating proxy to support GlobleTransaction & TCC . We need the scanner to find out all transaction-related beans and weaving handlers, and the scanner must be initialized as early as possible before any other beans working.

How it could be?

Prioritize GlobalTransactionScanner, make sure the scanner initialized first.

Other related information

none

awkejiang added a commit to awkejiang/seata that referenced this issue Jun 20, 2019
@awkejiang awkejiang changed the title prioritize global transaction scanner prioritize initialization order for global transaction scanner Jun 20, 2019
nick-tan pushed a commit to nick-tan/seata that referenced this issue Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant