Skip to content

Instantly share code, notes, and snippets.

diff --git a/client/rest/build.gradle b/client/rest/build.gradle
index 20e1fb8b57..5476aac8f9 100644
--- a/client/rest/build.gradle
+++ b/client/rest/build.gradle
@@ -19,6 +19,10 @@
import org.elasticsearch.gradle.precommit.PrecommitTasks
+plugins {
+ id "com.github.johnrengelman.shadow" version "2.0.1"
FAILURE 20.5s J2 | Netty3HandshakeWaitingHandlerTests.testWriteBeforeHandshakePassesWithHandshakeWaitingHandler <<< FAILURES!
2> NOTE: leaving temporary files on disk at: /var/lib/jenkins/workspace/elastic+x-pack-elasticsearch+5.x+java9-periodic/elasticsearch-extra/x-pack-elasticsearch/plugin/build/testrun/test/J2/temp/org.elasticsearch.xpack.security.transport.netty3.Netty3HandshakeWaitingHandlerTests_99584BF58FCEC668-001
2> May 24, 2017 6:28:11 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
> Throwable #1: java.lang.AssertionError: Expected this test to always pass with the HandshakeWaitingHandler in pipeline
> javax.net.ssl.SSLHandshakeException: bad record MAC
> at java.base/sun.security.ssl.Alerts.getSSLException(Alerts.java:198)
> at java.base/sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1830)
> at java.base/sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1735)
> at java.base/sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.ja
username=`git config --get user.github`
echo $username
repo=`git config --get remote.origin.url | sed 's/[email protected]://' | sed 's/\.git//'`
echo $repo
branches=`git branch --no-color | grep -v -E "^\\W*master$|^\\W*\\d+\\.x$|^\\W*\\d+.\\d+$" | sed 's/\*/ /'`
remotes=`git remote`
if [ ! -z "$branches" ] ; then
all=n
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>jna</artifactId>
<version>4.4.0</version>
<name>Elastic JNA Distribution</name>
<description>A build of jna which supports all platforms supported by Elasticsearch</description>
<licenses>
<license>
[2017-04-07T16:57:15,448][INFO ][o.e.r.RepositoriesService] [node1] put repository [remote_s3_prelert]
[2017-04-07T16:57:16,597][INFO ][o.e.r.RepositoriesService] [node1] put repository [local]
[2017-04-07T16:57:16,845][WARN ][o.e.s.RestoreService ] [node1] [remote_s3_prelert:farequote_snapshot] failed to restore snapshot
com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: B6AF919F8CA7E2A4)
at com.amazonaws.http.AmazonHttpClient.handleErrorResponse(AmazonHttpClient.java:1389) ~[?:?]
org.gradle.api.GradleScriptException: A problem occurred evaluating root project 'stack'.
at org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptRunnerImpl.run(DefaultScriptRunnerFactory.java:92)
at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl$2.run(DefaultScriptPluginFactory.java:176)
at org.gradle.configuration.ProjectScriptTarget.addConfiguration(ProjectScriptTarget.java:77)
at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl.apply(DefaultScriptPluginFactory.java:181)
at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:39)
at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:26)
at org.gradle.configuration.project.ConfigureActionsProjectEvaluator.evaluate(ConfigureActionsProjectEvaluator.java:34)
at org.gradle.configuration.project.LifecycleProjectEvaluator.doConfigure(LifecycleProjectEvaluator.java:70)
### Keybase proof
I hereby claim:
* I am rjernst on github.
* I am rjernst (https://keybase.io/rjernst) on keybase.
* I have a public key ASAoXbLp6xUE4j7r49I92WE8JZI5PqiySNNlDZ0sZwrcPAo
To claim this, I am signing this object:
Inspecting /Users/rjernst/Downloads/logstash-5.1.1/logstash-core/lib/com/fasterxml/jackson/core/jackson-annotations/2.7.0/jackson-annotations-2.7.0.jar
com/fasterxml/jackson/annotation/JsonFormat$Value
com/fasterxml/jackson/annotation/JsonInclude$Value
com/fasterxml/jackson/annotation/ObjectIdGenerator$IdKey
com/fasterxml/jackson/annotation/ObjectIdGenerator
Inspecting /Users/rjernst/Downloads/logstash-5.1.1/logstash-core/lib/com/fasterxml/jackson/core/jackson-core/2.7.4/jackson-core-2.7.4.jar
com/fasterxml/jackson/core/Base64Variant
com/fasterxml/jackson/core/JsonFactory
com/fasterxml/jackson/core/JsonLocation
com/fasterxml/jackson/core/Version
1. setup ClusterFormationTasks for node 1 and 2
- oldClusterTest
- set it to 2 nodes
- set it to old version
- rest tests to index data to old
2. setup another ClusterFormationTasks for new node 2
- mixedClusterTest
ElasticsearchSecurityException[action [cluster:monitor/state] is unauthorized for user [test]
]
at org.elasticsearch.xpack.security.support.Exceptions.authorizationError(Exceptions.java:45)
at org.elasticsearch.xpack.security.authz.AuthorizationService.denialException(AuthorizationService.java:383)
at org.elasticsearch.xpack.security.authz.AuthorizationService.denial(AuthorizationService.java:354)
at org.elasticsearch.xpack.security.authz.AuthorizationService.authorize(AuthorizationService.java:224)
at org.elasticsearch.xpack.security.action.filter.SecurityActionFilter.applyInternal(SecurityActionFilter.java:151)
at org.elasticsearch.xpack.security.action.filter.SecurityActionFilter.apply(SecurityActionFilter.java:115)
at org.elasticsearch.action.support.TransportAction$RequestFilterChain.proceed(TransportAction.java:180)
at org.elasticsearch.action.support.TransportAction.execute(TransportAction.java:153)