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

IGNITE-12969 TxRecovery discovery listener should implement HighPriorityListener #7779

Merged
merged 3 commits into from May 13, 2020

Conversation

anton-vinogradov
Copy link
Contributor

No description provided.

@@ -108,6 +109,9 @@ public static GridNearTxEnlistResponse createResponse(GridDhtTxEnlistFuture fut)
try {
cctx.io().send(nearNodeId, res, cctx.ioPolicy());
}
catch (ClusterTopologyCheckedException e) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code speed-up increase probability of this case.
It was a problem before, but very rarely.

@nizhikov nizhikov merged commit 4fd6fdf into apache:master May 13, 2020
kartiksomani pushed a commit to kartiksomani/ignite that referenced this pull request Jun 10, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants