The new product version check rejects oss distributions?
See original GitHub issue💬 Questions and Help
@delvedor Is there a reason why the new product version check introduced in 7.14.0 doesn’t accept distributions with oss
as flavor?
https://github.com/elastic/elasticsearch-js/blob/master/lib/Transport.js#L591-L595
if (result.body.version.build_flavor !== 'default') {
debug('Bad build_flavor')
this[kProductCheck] = 4
return productCheckEmitter.emit('product-check', null, false)
}
Issue Analytics
- State:
- Created 2 years ago
- Reactions:18
- Comments:9
Top Results From Across the Web
Open Source Software FAQ - DoD CIO - Department of Defense
Q: Are OSS licenses legally enforceable? Q: What are the major types of open source software licenses? Q: How can you determine if...
Read more >Keeping clients of OpenSearch and Elasticsearch compatible ...
OpenSearch aims to provide wire compatibility with open source distributions of Elasticsearch 7.10.2, the software from which it was derived ...
Read more >Preparing Managed System Note Assistant (SNOTE) for ...
Check your SAP Kernel (System > Status). As system kernel version is below 742, we can use SAPOSS connection but we need to...
Read more >Patch Management - Kaseya R95 Documentation
Machine Update is often used to test a new patch prior to approving ... Display a summary view of installed, missing and denied...
Read more >Frequently Answered Questions - Open Source Initiative
Is letting people use it on my server the same as distribution? Someone is violating a copyleft license, for example by refusing to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
With the
7.11
release of Elasticsearch, we will no longer be releasing oss-only distributions, as stated in the FAQ on license change. The recommendation is to upgrade to the latest default distribution of Elasticsearch, which is free to use under Elastic License v2.Please review the client’s compatibility that states the forward compatibility. The recommendation is to upgrade the server first, then the client. If you are blocked to upgrade the cluster, we’re happy to help you unblock the situation or please pin the client to an
<7.14
version according to your cluster.This issue is a breaking change for us. IMO a minor version update (7.13 -> 7.14) should not introduce a change like this, it should only be included in a major version update.