This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git

commit 1fe0bd2472fd8c09c7026be0e4b3f908aeeeef93
Author: Lei Zhang <[email protected]>
AuthorDate: Thu Jul 18 14:36:34 2019 +0800

    SCB-1369 Save transaction data to Elasticsearch after SagaActor stopped
---
 .../org/apache/servicecomb/pack/alpha/fsm/FsmAutoConfiguration.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/alpha/alpha-fsm/src/main/java/org/apache/servicecomb/pack/alpha/fsm/FsmAutoConfiguration.java
 
b/alpha/alpha-fsm/src/main/java/org/apache/servicecomb/pack/alpha/fsm/FsmAutoConfiguration.java
index b9a144e..3378260 100644
--- 
a/alpha/alpha-fsm/src/main/java/org/apache/servicecomb/pack/alpha/fsm/FsmAutoConfiguration.java
+++ 
b/alpha/alpha-fsm/src/main/java/org/apache/servicecomb/pack/alpha/fsm/FsmAutoConfiguration.java
@@ -69,7 +69,7 @@ import 
org.springframework.data.elasticsearch.core.ElasticsearchTemplate;
 @ConditionalOnProperty(value = {"alpha.feature.akka.enabled"})
 public class FsmAutoConfiguration {
 
-  @Value("${alpha.feature.akka.channel.memory.size:-1}")
+  @Value("${alpha.feature.akka.elasticsearch.memory.size:-1}")
   int memoryEventChannelMemorySize;
 
   
@Value("${alpha.feature.akka.transaction.repository.elasticsearch.batchSize:100}")

Reply via email to