Skip to content

Commit

Permalink
TEMP: revert to confirm CI failure (on ARCH64)
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Nov 24, 2021
1 parent 905916a commit f38f797
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions logstash-core/lib/logstash/patches/puma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ module Puma
# Remove this patch once https://github.com/elastic/logstash/issues/13444 gets resolved!
Puma::Server.class_eval do
if closed_socket_supported? && ENV_JAVA['os.name'].match?(/Linux/i) && ENV_JAVA['os.arch'].eql?('aarch64')
def closed_socket?(socket)
false
end
# def closed_socket?(socket)
# false
# end
end
end

0 comments on commit f38f797

Please sign in to comment.