-
Notifications
You must be signed in to change notification settings - Fork 35
Bump OpenSearch released version to 2.8.0 #175
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
Conversation
.github/workflows/test.yml
Outdated
| fail-fast: false | ||
| matrix: | ||
| version: ['1.1.0', '1.2.4', '1.3.4', '2.2.0', '2.4.0', '2.6.0'] | ||
| version: ['1.1.0', '1.2.4', '1.3.4', '2.2.0', '2.4.0', '2.6.0', '2.6.0'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean 2.8.0? ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Surely, thanks @dblock !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't just blinding merge all your PRs @reta :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😄 thanks @dblock !
f97237d to
4983044
Compare
Codecov Report
@@ Coverage Diff @@
## main #175 +/- ##
==========================================
- Coverage 73.75% 73.75% -0.01%
==========================================
Files 400 400
Lines 63098 63096 -2
==========================================
- Hits 46539 46536 -3
- Misses 16559 16560 +1
Flags with carried forward coverage won't be shown. Click here to find out more. |
| exit 0 | ||
| fi | ||
| echo '=====> waiting...' | ||
| cat $(cygpath -alw $OPENSEARCH_HOME/logs/opensearch.log) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debugging Windows GA failures ...
0c1a7a8 to
9b17f85
Compare
33a2b9a to
7e44aba
Compare
Signed-off-by: Andriy Redko <[email protected]>
| brew install -q coreutils | ||
| fi | ||
| OPENSEARCH_HOME=$(realpath ./opensearch-*) | ||
| OPENSEARCH_JAVA_OPTS="-Djava.net.preferIPv4Stack=true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Getting around of :
at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) ~[?:?]
at java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.java:930) ~[?:?]
at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1543) ~[?:?]
at java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:848) ~[?:?]
at java.net.InetAddress.getAllByName0(InetAddress.java:1533) ~[?:?]
at java.net.InetAddress.getAllByName(InetAddress.java:1386) ~[?:?]
at java.net.InetAddress.getAllByName(InetAddress.java:1307) ~[?:?]
at org.opensearch.transport.TcpTransport.parse(TcpTransport.java:615) ~[opensearch-2.8.0.jar:2.8.0]
at org.opensearch.transport.TcpTransport.addressesFromString(TcpTransport.java:557) ~[opensearch-2.8.0.jar:2.8.0]
at org.opensearch.transport.TransportService.addressesFromString(TransportService.java:1119) ~[opensearch-2.8.0.jar:2.8.0]
at org.opensearch.discovery.SeedHostsResolver.lambda$resolveHostsLists$0(SeedHostsResolver.java:182) ~[opensearch-2.8.0.jar:2.8.0]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
at org.opensearch.common.util.concurrent.ThreadContext$ContextPreservingRunnable.run(ThreadContext.java:747) ~[opensearch-2.8.0.jar:2.8.0]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:829) [?:?]
Description
Bump OpenSearch released version to 2.8.0
Issues Resolved
N/A
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.