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

disallow recovery from ancient versions #9922

Closed
rmuir opened this issue Feb 27, 2015 · 1 comment
Closed

disallow recovery from ancient versions #9922

rmuir opened this issue Feb 27, 2015 · 1 comment

Comments

@rmuir
Copy link
Contributor

rmuir commented Feb 27, 2015

Upgrading from version < 1.4 causes too much corruption. Users should not use rolling upgrade, we should just not allow this to happen.

s1monw added a commit to s1monw/elasticsearch that referenced this issue Mar 2, 2015
This commit forces a full recovery if the source node is < 1.4.0 and
prevents any recoveries from pre 1.3.2 nodes if compression is enabled to
work around elastic#7210

Closes elastic#9922
s1monw added a commit to s1monw/elasticsearch that referenced this issue Mar 2, 2015
This commit forces a full recovery if the source node is < 1.4.0 and
prevents any recoveries from pre 1.3.2 nodes if compression is enabled to
work around elastic#7210

Closes elastic#9922

Conflicts:
	src/main/java/org/elasticsearch/indices/recovery/RecoveryTarget.java
@s1monw
Copy link
Contributor

s1monw commented Mar 17, 2015

forgot to close this... this was fixed by #9925

@s1monw s1monw closed this as completed Mar 17, 2015
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
This commit forces a full recovery if the source node is < 1.4.0 and
prevents any recoveries from pre 1.3.2 nodes if compression is enabled to
work around elastic#7210

Closes elastic#9922

Conflicts:
	src/main/java/org/elasticsearch/indices/recovery/RecoveryTarget.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants