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 fd7796e472802db61ebc14f02cbed230e4505c5b Author: CMonkey <[email protected]> AuthorDate: Mon Nov 18 10:24:00 2019 +0800 add error logger --- .../org/apache/servicecomb/pack/alpha/benchmark/SagaEventBenchmark.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpha/alpha-benchmark/src/main/java/org/apache/servicecomb/pack/alpha/benchmark/SagaEventBenchmark.java b/alpha/alpha-benchmark/src/main/java/org/apache/servicecomb/pack/alpha/benchmark/SagaEventBenchmark.java index e73ad9d..ab8f6ad 100644 --- a/alpha/alpha-benchmark/src/main/java/org/apache/servicecomb/pack/alpha/benchmark/SagaEventBenchmark.java +++ b/alpha/alpha-benchmark/src/main/java/org/apache/servicecomb/pack/alpha/benchmark/SagaEventBenchmark.java @@ -118,7 +118,7 @@ public class SagaEventBenchmark { try { end.await(); } catch (InterruptedException e) { - e.printStackTrace(); + LOG.error("warmUp Exception = [{}]", e.getMessage(), e); } }
