-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
Upgrading external plugins to 7.3.0 fails #45073
Comments
Pinging @elastic/es-core-infra |
@spinscale Sorry for the inconvenience here, we'll get this sorted out in 7.3.1. For now I have a temporary workaround for you: Add the following to your settings.gradle file:
Add the following to your root build.gradle file:
This should unblock you until the 7.3.1 patch release which includes a permanent fix. |
yes that works, thanks for the workaround! |
also impacted by this problem. |
testShouldFlushAfterPeerRecovery was added #28350 to make sure the flushing loop triggered by afterWriteOperation eventually terminates. This test relies on the fact that we call afterWriteOperation after making changes in translog. In #44756, we roll a new generation in RecoveryTarget#finalizeRecovery but do not call afterWriteOperation. Relates #28350 Relates #45073
This has been fixed and merged back to the |
testShouldFlushAfterPeerRecovery was added #28350 to make sure the flushing loop triggered by afterWriteOperation eventually terminates. This test relies on the fact that we call afterWriteOperation after making changes in translog. In #44756, we roll a new generation in RecoveryTarget#finalizeRecovery but do not call afterWriteOperation. Relates #28350 Relates #45073
See elastic/elasticsearch#45073 This fix needs to be removed for ES 7.3.1 and later.
Elasticsearch version (
bin/elasticsearch --version
): 7.3.0Description of the problem including expected versus actual behavior:
Upgrading to 7.3.0 seems to show some error in build tools.
Steps to reproduce:
After upgrading to gradle 5.5 (or 5.5.1) the following exception occurs:
You can use https://github.com/spinscale/elasticsearch-ingest-langdetect as a base and change
gradle/wrapper/gradle-wrapper.properties
to use gradle 5.5 and then the error manifests.The text was updated successfully, but these errors were encountered: