-
Notifications
You must be signed in to change notification settings - Fork 649
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
ES plugins: Specifying types in bulk requests is deprecated. #2240
Comments
#1997 was an attempt to fix this issue. |
This is more complicated than I thought. The changes are:
So sooner or later we need to stop specifying types. Although it is easy to fix the plugin in bitshares-core, the real trouble lies in service maintenance and client application compatibility. Currently in ES, we use the path pattern
A side benefit of not specifying a type is that it allows us to customize data mapping, which is required to store arrays using the @sschiessl-bcp @ety001 what do you think? If it's OK, I can make this change in the next feature release ( |
ElasticSearch has a license change after 7 (https://techgenix.com/elasticsearchs-licensing-change/), offspring of that is OpenSearch by Amazon: Are they following the change of |
I prefer to regenerate all data with new path pattern. Keeping old data is not a good way for developing. |
@sschiessl-bcp according to their blog about license change (https://www.elastic.co/blog/licensing-change) I think we can still use it as is, because we are using the software by our own, but not selling it as a service. |
@lebinbit I guess your applications would be impacted by the change. Please take a look. |
Fixed by #1997. |
User Story
Found in
elasticsearch_deprecation.log
:More info: https://www.elastic.co/guide/en/elasticsearch/reference/current/removal-of-types.html
#1997 was an attempt to fix this issue.
Impacts
Describe which portion(s) of BitShares Core may be impacted by your request. Please tick at least one box.
CORE TEAM TASK LIST
The text was updated successfully, but these errors were encountered: