Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Merge from master to 1.10 release #181

Merged
merged 67 commits into from
Aug 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
f161118
Merge pull request #65 from ktkrg/opendistro-1.2
ktkrg Jul 24, 2019
92e53b8
Fix NullPointerException when PA starts collecting metrics before mas…
ktkrg Jul 17, 2019
f29d127
Fix unit tests on Mac. Fix NPE during MasterServiceEventMetrics colle…
ktkrg Jul 17, 2019
19a4d2b
Reorder imports, refactor unit tests
ktkrg Jul 22, 2019
f68487b
Merge pull request #67 from ktkrg/master_merge
ktkrg Aug 15, 2019
392e8a0
add RFC for RCA
aesgithub Sep 11, 2019
12232b0
Merge pull request #72 from opendistro-for-elasticsearch/rcarfc
aesgithub Sep 11, 2019
7b1c023
Create README.md
aesgithub Sep 11, 2019
31f2955
Split Elasticsearch version independent code (#75)
Sep 26, 2019
76cce41
Update Performance Analyzer to support ElasticSearch version 7.3.2
Sep 23, 2019
275abd1
Merge pull request #74 from dvjyothsna/master
palashhedau Nov 6, 2019
5c3ea4c
This commit merges some of the fixes and features that should have be…
ktkrg Dec 11, 2019
9570ab0
Adding the dependency on the renamed jar performanceanalyzer-rca from…
Dec 12, 2019
9411a6e
Delete Unused test class
ktkrg Dec 19, 2019
e89b287
Merge pull request #82 from opendistro-for-elasticsearch/ktkrg-delete…
sendkb Dec 19, 2019
64698d6
Adding shardsPerCollection REST API to update the shards Per Collecti…
khushbr Jan 9, 2020
5287ec6
Update gradle wrapper
Jan 9, 2020
cc7ce7a
Add isMasterNode to NodeDetailsStatus (#84)
spardeepsingh Jan 12, 2020
9152076
make the unit test backward compatible with the isMasterNode in NodeD…
rguo-aws Jan 16, 2020
9e2cc2b
Merge pull request #85 from opendistro-for-elasticsearch/rguo-merge
spardeepsingh Jan 16, 2020
bb337b8
Create gradle.yml (#87)
yojs Feb 1, 2020
703a9e4
Added the bouncy castle jars
yojs Feb 11, 2020
e6a5106
Added the licenses file
yojs Feb 11, 2020
506b0a3
Add cd.yml and enable CD pipeline to upload artifact to S3 (#90)
rguo-aws Mar 31, 2020
07250e8
removing the -i flag
yojs Apr 17, 2020
2d00113
fix a bug in StatsTests.java (#97)
rguo-aws May 6, 2020
c3aa8d5
Update CONTRIBUTORS.md
sendkb May 8, 2020
5db7fc8
Update CONTRIBUTORS.md
sendkb May 8, 2020
8b6e446
We must handle all exceptions while intercepting ES requests (#99)
yojs May 15, 2020
e4f209e
Adding Shard Size Metric as a part of Node Stats (#101)
adityaj1107 May 16, 2020
393f479
collect queue latency metric in PerformanceAnalyzer (#111)
rguo-aws Jun 4, 2020
06ea546
Remove unnecessary string formatting (#112)
ricardolstephen Jun 5, 2020
9b2e2b9
Odfe it framework release (#107)
Jun 15, 2020
1d92e7e
Add github badges (#114)
ricardolstephen Jun 16, 2020
106401b
Run integ tests as part of git workflow instead of build (#115)
Jun 16, 2020
8583570
Fixup ITs and binding issues (#119)
Jun 18, 2020
976e132
collect queue capacity on writer (#118)
rguo-aws Jun 19, 2020
f5d7260
Pa build fix (#122)
Jun 19, 2020
d4ecfda
PA will no longer crash when SecurityManager says no (#113)
Jun 23, 2020
cfe65cd
Calculate rejection increase and emit the delta increase of rejection…
rguo-aws Jun 23, 2020
faaf3f9
Enable spotbugs, address spotbug warnings (#126)
ricardolstephen Jun 25, 2020
423ef34
Fix cluster state when pa is enabled from controller (#125)
sruti1312 Jun 29, 2020
3f90e17
Move PA files to subdir owned by elasticsearch user (#146)
peterzhuamazon Jul 14, 2020
5c34976
IT improvements (#143)
Jul 23, 2020
b7c465c
cache max size metric collector (#145)
khushbr Jul 23, 2020
82a5c99
Updating the Cache Max Size Dimension to use toString (#153)
khushbr Jul 28, 2020
19e3b4a
Fixing checkstyle build failure (#158)
khushbr Jul 28, 2020
f89a956
Add an IT which verifies that the RCA REST endpoint can be queried (#…
Jul 29, 2020
dd7f58a
Add initial support for dynamic config overriding (#148)
ktkrg Jul 31, 2020
67a1257
Node collector split (#162)
adityaj1107 Aug 3, 2020
5810f42
Use the correct ctor for NodeDetailsCollector (#166)
ktkrg Aug 5, 2020
7bc70ff
Add unit test for null cluster setting (#167)
ktkrg Aug 5, 2020
6830838
Split capacity/latency collecting logic into separate try/catch block…
rguo-aws Aug 6, 2020
7dc225a
Update PULL_REQUEST_TEMPLATE.md
yojs Aug 13, 2020
bcf65ef
Fix invalid cluster state (#172)
sruti1312 Aug 20, 2020
8568b8e
Skip RCA tests when building PA in Github workflows (#177)
Aug 20, 2020
3a38289
Build against elasticsearch 7.9 and resolve dependency conflicts
sruti1312 Aug 22, 2020
fbc54fb
Add licenses for dependencies
sruti1312 Aug 22, 2020
3361a3c
Add licenses for dependencies
sruti1312 Aug 24, 2020
9324d62
Change minor version
sruti1312 Aug 24, 2020
1de8a4a
Add release notes and contributors
sruti1312 Aug 24, 2020
1df867e
Merge branch 'master' into opendistro-1.10
sruti1312 Aug 24, 2020
ded6d00
Changed licenses
sruti1312 Aug 24, 2020
5d8abf1
Modify github workflows
sruti1312 Aug 24, 2020
ee82a71
Fix merge conflicts
sruti1312 Aug 24, 2020
72d466a
Merge branch 'opendistro-1.10' into partsrut-1.10-merge
sruti1312 Aug 24, 2020
115f1d7
Fix jarHell around log4j
sruti1312 Aug 24, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: ./gradlew publishToMavenLocal
- name: Build PA gradle using the new RCA jar
working-directory: ./tmp/pa
run: rm licenses/performanceanalyzer-rca-1.3.jar.sha1
run: rm licenses/performanceanalyzer-rca-1.10.jar.sha1
- name: Update SHA
working-directory: ./tmp/pa
run: ./gradlew updateShas
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ dependencies {
compile 'com.amazon.opendistro.elasticsearch:performanceanalyzer-rca:1.10'
compile 'com.fasterxml.jackson.core:jackson-annotations:2.10.4'
compile 'com.fasterxml.jackson.core:jackson-databind:2.10.4'
compile(group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.13.0') {
compile(group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.11.1') {
force = 'true'
}
compile(group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.13.0') {
compile(group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.1') {
force = 'true'
}

Expand Down
34 changes: 34 additions & 0 deletions licenses/commons-lang3-NOTICE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

=============================================================================

Commons Lang Package
Version 3.0
Release Notes


INTRODUCTION:

This document contains the release notes for the 3.0 version of Apache Commons Lang.
Commons Lang is a set of utility functions and reusable components that should be of use in any
Java environment.

Lang 3.0 now targets Java 5.0, making use of features that arrived with Java 5.0 such as generics,
variable arguments, autoboxing, concurrency and formatted output.

For the latest advice on upgrading, see the following page:

https://commons.apache.org/lang/article3_0.html
1 change: 0 additions & 1 deletion licenses/log4j-api-2.13.0.jar.sha1

This file was deleted.

202 changes: 0 additions & 202 deletions licenses/log4j-api-LICENSE.txt

This file was deleted.

Empty file removed licenses/log4j-api-NOTICE.txt
Empty file.
1 change: 0 additions & 1 deletion licenses/log4j-core-2.13.0.jar.sha1

This file was deleted.

Loading