Skip to content

PNLP-8011: fix ignite reconnect #171

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

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

SyrexMinus
Copy link
Contributor

Были несостыкованы питонячие интерфейсы. DBAdapter при ошибке подключения внутри self._async_run вызывал self._on_prepare, который был частью логики восстановления соединения. Но вызов происходил синхронно, а в IgniteAdapter интерфейс метода асинхронный, поэтому логика не отрабатывала. Я исправил интерфейс метода в IgniteAdapter.

@SyrexMinus SyrexMinus merged commit bda0ede into main Nov 21, 2023
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.

1 participant