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

Make ElasticsearchException ids for 2.0 consistent with master #13805

Merged
merged 1 commit into from Sep 25, 2015
Merged

Make ElasticsearchException ids for 2.0 consistent with master #13805

merged 1 commit into from Sep 25, 2015

Conversation

jasontedor
Copy link
Member

This commit reworks the ElasticsearchException ids so that they are
consistent with master at f40ae25.

ids.put(135, org.elasticsearch.index.mapper.StrictDynamicMappingException.class);
ids.put(136, org.elasticsearch.action.support.replication.TransportReplicationAction.RetryOnReplicaException.class);
ids.put(137, org.elasticsearch.indices.TypeMissingException.class);
ids.put(138, null);
Copy link
Contributor

Choose a reason for hiding this comment

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

can't we make those be filled by 2.0 and then fix master accordingly?

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

@s1monw
Copy link
Contributor

s1monw commented Sep 25, 2015

left one comment

This commit reworks the ElasticsearchException ids so that they are
consistent with master at f40ae25.
@s1monw
Copy link
Contributor

s1monw commented Sep 25, 2015

LGTM

jasontedor added a commit that referenced this pull request Sep 25, 2015
…th-master

Make ElasticsearchException ids for 2.0 consistent with master
@jasontedor jasontedor merged commit 2295d13 into elastic:2.0 Sep 25, 2015
@jasontedor jasontedor deleted the exception-ids-consistent-with-master branch September 25, 2015 20:55
@jasontedor jasontedor removed the review label Sep 25, 2015
@lcawl lcawl added :Core/Infra/Core Core issues without another label and removed :Exceptions labels Feb 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Core Core issues without another label >enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants