Author: jawi
Date: Fri Sep 20 09:40:48 2013
New Revision: 1524959
URL: http://svn.apache.org/r1524959
Log:
ACE-381: feedback channels should synchronize all access on the feedback store.
Modified:
ace/trunk/org.apache.ace.agent/src/org/apache/ace/agent/impl/FeedbackChannelImpl.java
Modified:
ace/trunk/org.apache.ace.agent/src/org/apache/ace/agent/impl/FeedbackChannelImpl.java
URL:
http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.agent/src/org/apache/ace/agent/impl/FeedbackChannelImpl.java?rev=1524959&r1=1524958&r2=1524959&view=diff
==============================================================================
---
ace/trunk/org.apache.ace.agent/src/org/apache/ace/agent/impl/FeedbackChannelImpl.java
(original)
+++
ace/trunk/org.apache.ace.agent/src/org/apache/ace/agent/impl/FeedbackChannelImpl.java
Fri Sep 20 09:40:48 2013
@@ -121,7 +121,7 @@ public class FeedbackChannelImpl impleme
}
@Override
- public void write(int type, Map<String, String> properties) throws
IOException {
+ public synchronized void write(int type, Map<String, String> properties)
throws IOException {
m_storeManager.write(type, properties);
}