Skip to content

Conversation

@reta
Copy link
Collaborator

@reta reta commented Jun 27, 2023

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.

@reta reta added the skip-changelog Skip changelog verification label Jun 27, 2023
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']
Copy link
Member

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? ;)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Surely, thanks @dblock !

Copy link
Member

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 :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

😄 thanks @dblock !

@reta reta force-pushed the bump.os branch 2 times, most recently from f97237d to 4983044 Compare June 27, 2023 15:06
@codecov
Copy link

codecov bot commented Jun 27, 2023

Codecov Report

Merging #175 (8d66b3c) into main (8aa0e14) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            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     
Flag Coverage Δ
integration 73.75% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 3 files with indirect coverage changes

exit 0
fi
echo '=====> waiting...'
cat $(cygpath -alw $OPENSEARCH_HOME/logs/opensearch.log)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Debugging Windows GA failures ...

@reta reta force-pushed the bump.os branch 20 times, most recently from 0c1a7a8 to 9b17f85 Compare June 27, 2023 17:24
@reta reta force-pushed the bump.os branch 14 times, most recently from 33a2b9a to 7e44aba Compare June 27, 2023 18:31
brew install -q coreutils
fi
OPENSEARCH_HOME=$(realpath ./opensearch-*)
OPENSEARCH_JAVA_OPTS="-Djava.net.preferIPv4Stack=true"
Copy link
Collaborator Author

@reta reta Jun 27, 2023

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) [?:?]

@reta reta merged commit 547a363 into opensearch-project:main Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog Skip changelog verification

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants