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-25063. Restarting Ambari Server Fails Due to Recursive Injection of STOMPUpdatePublisher. #2826

Merged

Conversation

mpapirkovskyy
Copy link
Contributor

What changes were proposed in this pull request?

Cyclic injection was eliminated by inverting buffered publishers usage.

How was this patch tested?

Manual testing.

@mpapirkovskyy
Copy link
Contributor Author

Approved in #2740.

@asfgit
Copy link

asfgit commented Feb 20, 2019

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

@mpapirkovskyy mpapirkovskyy merged commit 77faf73 into apache:branch-2.7 Feb 20, 2019
vishalsuvagia pushed a commit to vishalsuvagia/ambari that referenced this pull request Feb 26, 2019
vishalsuvagia pushed a commit to vishalsuvagia/ambari that referenced this pull request Feb 26, 2019
* origin/branch-2.7: (28 commits)
  AMBARI-25159. http.strict-transport-security change does not take affect in 2.7.x. (mpapirkovskyy) (apache#2832)
  [AMBARI-24938] quick link profiles can override link url (benyoka) (apache#2646) (apache#2829)
  AMBARI-25164 Rack "Config Refresh" behaviour is different in Ambari 2.6 and 2.7.3
  AMBARI-25063. Restarting Ambari Server Fails Due to Recursive Injection of STOMPUpdatePublisher. (mpapirkovskyy) (apache#2826)
  AMBARI-25159. http.strict-transport-security change does not take affect in 2.7.x. (mpapirkovskyy) (apache#2825)
  AMBARI-25151 SystemD support for ambari-agent on SLES12 (benyoka) (apache#2819)
  AMBARI-25158 Dashboard is unable to load . Common console error : "SEVERE TypeError: widgetGroups is undefined"
  AMBARI-25123. /var/lib/ambari-agent/cache not updating (Ambari 2.7) (aonishuk)
  AMBARI-24885 Ambari Files view not working when User doesnt have access to any group and just have access to Filesview
  AMBARI-25141. Encrypting LDAP manager password in case password security is ON (apache#2810)
  AMBARI-25055 JS error after starting stack downgrade
  AMBARI-24672. Make sure we regenerate all service specific keytabs on all hosts where they are needed (apache#2802)
  AMBARI-25052 Unable to Add Services Due to toMapByProperty()
  AMBARI-25102 Dasboard metrics will not load for ambari user which has dot in their username.
  AMBARI-25117. getAsPost requests don't work when ambari is used behind knox proxy (amagyar) (apache#2775) (apache#2799)
  AMBARI-24986. Using Ambari server's CLI to enable/disable Trusted Proxy support (apache#2798)
  AMBARI-25090 - Logsearch should index keywords without the ending periods(.) (apache#2791)
  AMBARI-25114. Log Search: SSL props needs to be set if only ambari-server uses SSL (apache#2792)
  AMBARI-25041. Scale hosts does not install component if service is in maintenance mode (apache#2787)
  AMBARI-24847 - Logsearch: Cannot search for a term that includes spaces or dashes (apache#2790)
  ...
payert pushed a commit to payert/ambari that referenced this pull request Apr 16, 2020
…on of STOMPUpdatePublisher. (mpapirkovskyy) (apache#2826)

(cherry picked from commit 77faf73)

Change-Id: I6c59b54b3a7a83d4584534ac1a0f61c2b4474e69
vishalsuvagia added a commit that referenced this pull request Oct 11, 2022
…ts (#3389)

* AMBARI-24886 : Add stack feature constant to support Ranger admin users password change.

* AMBARI-24603 Better scrolling for long list of components in dropdown in host details page (sjanardhanhw via ababiichuk)

* AMBARI-24572 Fixing the cluster name alignment (sjanardhanhw via ababiichuk)

* [AMBARI-24887] [Log Search UI] The component filter dropdown does not select any item (#2599)

Change-Id: I9ef62c6e77e3d89d6548734793dc246a7342e80e

* AMBARI-24874 : Storm Service Check fail with 'The TGT found is not renewable' (#2638)

* AMBARI-24970 Set Hive pre-upgrade threshold for using Hive 1 jars to 3.1

* AMBARI-24979 Redirect Hive Pre-upgrade log to a logfile

* AMBARI-24879. kAdmin principal name is set on the GUI when enabling Kerberos with MIT KDC using a new variable replacement function (#2788)

* AMBARI-24847 - Logsearch: Cannot search for a term that includes spaces or dashes (#2790)

* AMBARI-25041. Scale hosts does not install component if service is in maintenance mode (#2787)

* AMBARI-25114. Log Search: SSL props needs to be set if only ambari-server uses SSL (#2792)

* AMBARI-25090 - Logsearch should index keywords without the ending periods(.) (#2791)

* AMBARI-24986. Using Ambari server's CLI to enable/disable Trusted Proxy support (#2798)

* AMBARI-25117. getAsPost requests don't work when ambari is used behind knox proxy (amagyar) (#2775) (#2799)

* AMBARI-25102 Dasboard metrics will not load for ambari user which has dot in their username.

* AMBARI-25052 Unable to Add Services Due to toMapByProperty()

* AMBARI-24672. Make sure we regenerate all service specific keytabs on all hosts where they are needed (#2802)

* AMBARI-25055 JS error after starting stack downgrade

* AMBARI-25141. Encrypting LDAP manager password in case password security is ON (#2810)

* AMBARI-24885 Ambari Files view not working when User doesnt have access to any group and just have access to Filesview

* AMBARI-25123. /var/lib/ambari-agent/cache not updating (Ambari 2.7) (aonishuk)

* AMBARI-25158 Dashboard is unable to load . Common console error : "SEVERE TypeError: widgetGroups is undefined"

* AMBARI-25151 SystemD support for ambari-agent on SLES12 (benyoka) (#2819)

* AMBARI-25151 SystemD support for ambari-agent on SLES12 (benyoka)

* AMBARI-25151 fix service unit file (benyoka)

* AMBARI-25151 fix service unit file (benyoka)

* AMBARI-25151 review comment (benyoka)

* AMBARI-25151 remove runlevel 2 and 4 (benyoka)

* AMBARI-25151 add pidfile, disable RemainAfterExit (benyoka)

* AMBARI-25159. http.strict-transport-security change does not take affect in 2.7.x. (mpapirkovskyy) (#2825)

* AMBARI-25063. Restarting Ambari Server Fails Due to Recursive Injection of STOMPUpdatePublisher. (mpapirkovskyy) (#2826)

* AMBARI-25164 Rack "Config Refresh" behaviour is different in Ambari 2.6 and 2.7.3

* [AMBARI-24938] quick link profiles can override link url (benyoka) (#2646) (#2829)

* AMBARI-24938 quick link profiles can override link url (benyoka)

* AMBARI-24938 new unit test in QuickLinkArtifactResourceProviderTest (benyoka)

* AMBARI-24938 review findings + check style issue + unit test fix (benyoka)

* AMBARI-25159. http.strict-transport-security change does not take affect in 2.7.x. (mpapirkovskyy) (#2832)

* AMBARI-25754 : Ambari server build is failing due to checkstyle issues

Issue:
Ambari server build is failing due to checkstyles reporting for unused imports.

Changes:
Removed unused imports.

Co-authored-by: Vishal Suvagia <vishalsuvagia@apache.org>
Co-authored-by: sjanardhanhw <sjanardhan@hortonworks.com>
Co-authored-by: Istvan Tobias <tobias.istvan@gmail.com>
Co-authored-by: Rajkumar Singh <rajkrrsingh@gmail.com>
Co-authored-by: Miklos Gergely <mgergely@hortonworks.com>
Co-authored-by: Sandor Molnar <smolnar@apache.org>
Co-authored-by: kasakrisz <33458261+kasakrisz@users.noreply.github.com>
Co-authored-by: Doroszlai, Attila <6454655+adoroszlai@users.noreply.github.com>
Co-authored-by: Olivér Sz <oleewere@gmail.com>
Co-authored-by: Attila Magyar <m.magyar3@gmail.com>
Co-authored-by: Andrii Tkach <atkach@apache.org>
Co-authored-by: Akhil Subhash Naik <asnaik@hortonworks.com>
Co-authored-by: Andrew Onishuk <aonishuk@hortonworks.com>
Co-authored-by: benyoka <benyoka@users.noreply.github.com>
Co-authored-by: Myroslav Papirkovskyi <mpapirkovskyy@apache.org>
brahmareddybattula pushed a commit to brahmareddybattula/ambari that referenced this pull request Dec 11, 2022
…ts (apache#3389)

* AMBARI-24886 : Add stack feature constant to support Ranger admin users password change.

* AMBARI-24603 Better scrolling for long list of components in dropdown in host details page (sjanardhanhw via ababiichuk)

* AMBARI-24572 Fixing the cluster name alignment (sjanardhanhw via ababiichuk)

* [AMBARI-24887] [Log Search UI] The component filter dropdown does not select any item (apache#2599)

Change-Id: I9ef62c6e77e3d89d6548734793dc246a7342e80e

* AMBARI-24874 : Storm Service Check fail with 'The TGT found is not renewable' (apache#2638)

* AMBARI-24970 Set Hive pre-upgrade threshold for using Hive 1 jars to 3.1

* AMBARI-24979 Redirect Hive Pre-upgrade log to a logfile

* AMBARI-24879. kAdmin principal name is set on the GUI when enabling Kerberos with MIT KDC using a new variable replacement function (apache#2788)

* AMBARI-24847 - Logsearch: Cannot search for a term that includes spaces or dashes (apache#2790)

* AMBARI-25041. Scale hosts does not install component if service is in maintenance mode (apache#2787)

* AMBARI-25114. Log Search: SSL props needs to be set if only ambari-server uses SSL (apache#2792)

* AMBARI-25090 - Logsearch should index keywords without the ending periods(.) (apache#2791)

* AMBARI-24986. Using Ambari server's CLI to enable/disable Trusted Proxy support (apache#2798)

* AMBARI-25117. getAsPost requests don't work when ambari is used behind knox proxy (amagyar) (apache#2775) (apache#2799)

* AMBARI-25102 Dasboard metrics will not load for ambari user which has dot in their username.

* AMBARI-25052 Unable to Add Services Due to toMapByProperty()

* AMBARI-24672. Make sure we regenerate all service specific keytabs on all hosts where they are needed (apache#2802)

* AMBARI-25055 JS error after starting stack downgrade

* AMBARI-25141. Encrypting LDAP manager password in case password security is ON (apache#2810)

* AMBARI-24885 Ambari Files view not working when User doesnt have access to any group and just have access to Filesview

* AMBARI-25123. /var/lib/ambari-agent/cache not updating (Ambari 2.7) (aonishuk)

* AMBARI-25158 Dashboard is unable to load . Common console error : "SEVERE TypeError: widgetGroups is undefined"

* AMBARI-25151 SystemD support for ambari-agent on SLES12 (benyoka) (apache#2819)

* AMBARI-25151 SystemD support for ambari-agent on SLES12 (benyoka)

* AMBARI-25151 fix service unit file (benyoka)

* AMBARI-25151 fix service unit file (benyoka)

* AMBARI-25151 review comment (benyoka)

* AMBARI-25151 remove runlevel 2 and 4 (benyoka)

* AMBARI-25151 add pidfile, disable RemainAfterExit (benyoka)

* AMBARI-25159. http.strict-transport-security change does not take affect in 2.7.x. (mpapirkovskyy) (apache#2825)

* AMBARI-25063. Restarting Ambari Server Fails Due to Recursive Injection of STOMPUpdatePublisher. (mpapirkovskyy) (apache#2826)

* AMBARI-25164 Rack "Config Refresh" behaviour is different in Ambari 2.6 and 2.7.3

* [AMBARI-24938] quick link profiles can override link url (benyoka) (apache#2646) (apache#2829)

* AMBARI-24938 quick link profiles can override link url (benyoka)

* AMBARI-24938 new unit test in QuickLinkArtifactResourceProviderTest (benyoka)

* AMBARI-24938 review findings + check style issue + unit test fix (benyoka)

* AMBARI-25159. http.strict-transport-security change does not take affect in 2.7.x. (mpapirkovskyy) (apache#2832)

* AMBARI-25754 : Ambari server build is failing due to checkstyle issues

Issue:
Ambari server build is failing due to checkstyles reporting for unused imports.

Changes:
Removed unused imports.

Co-authored-by: Vishal Suvagia <vishalsuvagia@apache.org>
Co-authored-by: sjanardhanhw <sjanardhan@hortonworks.com>
Co-authored-by: Istvan Tobias <tobias.istvan@gmail.com>
Co-authored-by: Rajkumar Singh <rajkrrsingh@gmail.com>
Co-authored-by: Miklos Gergely <mgergely@hortonworks.com>
Co-authored-by: Sandor Molnar <smolnar@apache.org>
Co-authored-by: kasakrisz <33458261+kasakrisz@users.noreply.github.com>
Co-authored-by: Doroszlai, Attila <6454655+adoroszlai@users.noreply.github.com>
Co-authored-by: Olivér Sz <oleewere@gmail.com>
Co-authored-by: Attila Magyar <m.magyar3@gmail.com>
Co-authored-by: Andrii Tkach <atkach@apache.org>
Co-authored-by: Akhil Subhash Naik <asnaik@hortonworks.com>
Co-authored-by: Andrew Onishuk <aonishuk@hortonworks.com>
Co-authored-by: benyoka <benyoka@users.noreply.github.com>
Co-authored-by: Myroslav Papirkovskyi <mpapirkovskyy@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants