Skip to content
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

[AMBARI-23112] Some libraries are not relocated in ambari-metrics-common jar. #1869

Conversation

avijayanhwx
Copy link

What changes were proposed in this pull request?

Some libraries are not relocated in ambari-metrics-common jar, that means some classes are exists in the jar, and those can be on the classpath as well (with different versions), which can cause issues.

How was this patch tested?

mvn clean install

mradha25 and others added 30 commits March 22, 2018 11:26
… API instead of direct access (apache#709)

* AMBARI-23136: Create an interface to read command.json properties via API instead of direct access

* AMBARI-23136: Create an interface to read command.json properties via API instead of direct access
…apache#716)

* AMBARI-23032 fix execptions, export cluster settings and single mpacks (benyoka)

* AMBARI-23032 fix review comments (benyoka)

* AMBARI-23032 better method naming (benyoka)

* AMBARI-23032 fix review comments #2 (benyoka)

* AMBARI-23032 fix review comments apache#3 (benyoka)

* AMBARI-23032 fix swallowed exceptions during mpack installation

* AMBARI-23032 prepare for mpack info in component

* AMBARI-23032 fix exceptions during installation and blueprint export (benyoka)

* AMBARI-23032 revert accidental changes (benyoka)

* AMBARI-23032 revert accidental changes #2 (benyoka)

* AMBARI-23032 fixed a number of unit tests (benyoka)

* AMBARI-23032 make sure Blueprints tag is exported (benyoka)

* Merge branch-feature-AMBARI-14714

* AMBARI-23032 fix import error (benyoka)
…recoveryConfigHelper' in HostResourceProvider.
…recoveryConfigHelper' in HostResourceProvider.
…ON to clusterLevelParams and (2). On agent side, reads stackName from clusterlevelParams. (apache#809)
apache#820)

* [AMBARI-23394] Group_list should also look for properties in cluster settings besides desired configs

* [AMBARI-23394] Group_list should also look for properties in cluster settings besides desired configs - Review comments

* [AMBARI-23394] Group_list should also look for properties in cluster settings besides desired configs - Fix cluster_settings.xml
…a) (apache#821)

Change-Id: I618c8b018939c6da8374cce0418e2454ebe37234
scottduan and others added 16 commits July 12, 2018 15:29
AMBARI-24218. Add UTs for Mpack Advisor.
…lapi, events, hooks.users, ldap, logging, metadata, metric.system.impl, notifications, proxy, resources, sample.checks, scheduler, security, serveraction

Patch to fix broken UT cases in collections, configuration, credentialapi, events, hooks.users, ldap, logging, metadata, metric.system.impl, notifications, proxy, resources, sample.checks, scheduler, security, serveraction
@asfgit
Copy link

asfgit commented Jul 24, 2018

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/Ambari-Github-PullRequest-Builder/3268/
Test FAILed.
Test FAILured.

@avijayanhwx
Copy link
Author

retest this please.

@asfgit
Copy link

asfgit commented Aug 6, 2018

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/Ambari-Github-PullRequest-Builder/3469/
Test FAILed.
Test FAILured.

@avijayanhwx avijayanhwx changed the base branch from branch-feature-AMBARI-14714 to trunk August 7, 2018 17:52
@avijayanhwx avijayanhwx closed this Aug 7, 2018
@avijayanhwx
Copy link
Author

Will create a PR for trunk.

@avijayanhwx avijayanhwx deleted the AMBARI-23112-branch-feature-AMBARI-14714 branch August 7, 2018 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet