question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 2 years ago
  • Reactions:18
  • Comments:9

github_iconTop GitHub Comments

66reactions
philkracommented, Aug 16, 2021

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.

52reactions
dlocke-rheaplycommented, Aug 14, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found