You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by js...@apache.org on 2015/05/26 22:01:44 UTC

ambari git commit: AMBARI-11394. Fix persistence layer which allows out of order database writes when provisioning a cluster via a BP

Repository: ambari
Updated Branches:
  refs/heads/trunk 49403a68d -> 988248ca0


AMBARI-11394.  Fix persistence layer which allows out of order database
               writes when provisioning a cluster via a BP


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/988248ca
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/988248ca
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/988248ca

Branch: refs/heads/trunk
Commit: 988248ca061c29ec22d9bb657e47884f47e43e5c
Parents: 49403a6
Author: John Speidel <js...@hortonworks.com>
Authored: Tue May 26 15:30:03 2015 -0400
Committer: John Speidel <js...@hortonworks.com>
Committed: Tue May 26 16:01:39 2015 -0400

----------------------------------------------------------------------
 .../ambari/server/state/svccomphost/ServiceComponentHostImpl.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/988248ca/ambari-server/src/main/java/org/apache/ambari/server/state/svccomphost/ServiceComponentHostImpl.java
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/java/org/apache/ambari/server/state/svccomphost/ServiceComponentHostImpl.java b/ambari-server/src/main/java/org/apache/ambari/server/state/svccomphost/ServiceComponentHostImpl.java
index dd06eb5..f6aea66 100644
--- a/ambari-server/src/main/java/org/apache/ambari/server/state/svccomphost/ServiceComponentHostImpl.java
+++ b/ambari-server/src/main/java/org/apache/ambari/server/state/svccomphost/ServiceComponentHostImpl.java
@@ -883,7 +883,6 @@ public class ServiceComponentHostImpl implements ServiceComponentHost {
   }
 
   @Override
-  @Transactional
   public void handleEvent(ServiceComponentHostEvent event)
       throws InvalidStateTransitionException {
     if (LOG.isDebugEnabled()) {