[jira] [Assigned] (SCB-1417) Alpha Event Redis Channel Plugin

2019-08-15 Thread Lei Zhang (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lei Zhang reassigned SCB-1417:
--

Assignee: Lei Zhang

> Alpha Event Redis Channel Plugin
> 
>
> Key: SCB-1417
> URL: https://issues.apache.org/jira/browse/SCB-1417
> Project: Apache ServiceComb
>  Issue Type: Sub-task
>  Components: Saga
>Reporter: Lei Zhang
>Assignee: Lei Zhang
>Priority: Minor
> Fix For: pack-0.5.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (SCB-1442) Topic initialization & Class KafkaMessagePublisher needs to use globalTxId as the partitioning strategy.

2019-08-15 Thread Lei Zhang (JIRA)
Lei Zhang created SCB-1442:
--

 Summary: Topic initialization  & Class KafkaMessagePublisher needs 
to use globalTxId as the partitioning strategy.
 Key: SCB-1442
 URL: https://issues.apache.org/jira/browse/SCB-1442
 Project: Apache ServiceComb
  Issue Type: Sub-task
  Components: Saga
Reporter: Lei Zhang
 Fix For: pack-0.5.0






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (SCB-1438) Class ElasticsearchTransactionRepository synchronization save method is invalid

2019-08-15 Thread Lei Zhang (JIRA)


[ 
https://issues.apache.org/jira/browse/SCB-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16908141#comment-16908141
 ] 

Lei Zhang commented on SCB-1438:


I made a low-level error, should add synchronized (lock) before queries.add()

I have updated the PR

> Class ElasticsearchTransactionRepository synchronization save method is 
> invalid
> ---
>
> Key: SCB-1438
> URL: https://issues.apache.org/jira/browse/SCB-1438
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Saga
>Reporter: Lei Zhang
>Assignee: Lei Zhang
>Priority: Major
> Fix For: pack-0.5.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Resolved] (SCB-1431) set all dependency version as properties in java-chasis-dependencies

2019-08-15 Thread Ang Li (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ang Li resolved SCB-1431.
-
Resolution: Fixed

[https://github.com/apache/servicecomb-java-chassis/pull/1295/commits/1e6f90b03d7ab10eb23baeba344979128d9d2bea]

> set all dependency version as properties in java-chasis-dependencies
> 
>
> Key: SCB-1431
> URL: https://issues.apache.org/jira/browse/SCB-1431
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Java-Chassis
>Reporter: Ang Li
>Assignee: Ang Li
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (SCB-1438) Class ElasticsearchTransactionRepository synchronization save method is invalid

2019-08-15 Thread Willem Jiang (JIRA)


[ 
https://issues.apache.org/jira/browse/SCB-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16907959#comment-16907959
 ] 

Willem Jiang commented on SCB-1438:
---

Is this ElasticsearchTransactionRepository a singleton in the deployment 
environment?

> Class ElasticsearchTransactionRepository synchronization save method is 
> invalid
> ---
>
> Key: SCB-1438
> URL: https://issues.apache.org/jira/browse/SCB-1438
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Saga
>Reporter: Lei Zhang
>Assignee: Lei Zhang
>Priority: Major
> Fix For: pack-0.5.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (SCB-1438) Class ElasticsearchTransactionRepository synchronization save method is invalid

2019-08-15 Thread Lei Zhang (JIRA)


[ 
https://issues.apache.org/jira/browse/SCB-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16907976#comment-16907976
 ] 

Lei Zhang commented on SCB-1438:


Yes,ElasticsearchTransactionRepository a singleton.

but I found this error,  the original synchronization method is no problem. I'm 
not sure what caused it. 

I tried locking static lock to solve this problem

17:56:59.852 [elasticsearch-repository-refresh] INFO 
org.apache.servicecomb.pack.alpha.fsm.repository.elasticsearch.ElasticsearchTransactionRepository
 - save queries=0, received=5, accepted=5
17:56:59.852 [elasticsearch-repository-refresh] INFO 
org.apache.servicecomb.pack.alpha.fsm.repository.elasticsearch.ElasticsearchTransactionRepository
 - end-67
17:57:03.341 [MemoryTransactionRepositoryChannel] INFO 
org.apache.servicecomb.pack.alpha.fsm.repository.elasticsearch.ElasticsearchTransactionRepository
 - begin-72
17:57:03.508 [MemoryTransactionRepositoryChannel] INFO 
org.apache.servicecomb.pack.alpha.fsm.repository.elasticsearch.ElasticsearchTransactionRepository
 - save queries=0, received=100, accepted=100
17:57:03.508 [MemoryTransactionRepositoryChannel] INFO 
org.apache.servicecomb.pack.alpha.fsm.repository.elasticsearch.ElasticsearchTransactionRepository
 - end-72
17:57:04.549 [MemoryTransactionRepositoryChannel] INFO 
org.apache.servicecomb.pack.alpha.fsm.repository.elasticsearch.ElasticsearchTransactionRepository
 - begin-72
17:57:04.699 [MemoryTransactionRepositoryChannel] INFO 
org.apache.servicecomb.pack.alpha.fsm.repository.elasticsearch.ElasticsearchTransactionRepository
 - save queries=0, received=200, accepted=200
17:57:04.699 [MemoryTransactionRepositoryChannel] INFO 
org.apache.servicecomb.pack.alpha.fsm.repository.elasticsearch.ElasticsearchTransactionRepository
 - end-72
17:57:04.855 [elasticsearch-repository-refresh] INFO 
org.apache.servicecomb.pack.alpha.fsm.repository.elasticsearch.ElasticsearchTransactionRepository
 - begin-67
17:57:04.856 [elasticsearch-repository-refresh] ERROR 
org.apache.servicecomb.pack.alpha.fsm.repository.elasticsearch.ElasticsearchTransactionRepository
 - null
java.util.ConcurrentModificationException: null
 at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909) 
~[?:1.8.0_201]
 at java.util.ArrayList$Itr.next(ArrayList.java:859) ~[?:1.8.0_201]
 at 
org.springframework.data.elasticsearch.core.ElasticsearchTemplate.bulkIndex(ElasticsearchTemplate.java:620)
 ~[spring-data-elasticsearch-3.1.9.RELEASE.jar:3.1.9.RELEASE]
 at 
org.apache.servicecomb.pack.alpha.fsm.repository.elasticsearch.ElasticsearchTransactionRepository.save(ElasticsearchTransactionRepository.java:242)
 ~[classes/:?]
 at 
org.apache.servicecomb.pack.alpha.fsm.repository.elasticsearch.ElasticsearchTransactionRepository.access$300(ElasticsearchTransactionRepository.java:60)
 ~[classes/:?]
 at 
org.apache.servicecomb.pack.alpha.fsm.repository.elasticsearch.ElasticsearchTransactionRepository$RefreshTimer.run(ElasticsearchTransactionRepository.java:262)
 ~[classes/:?]
 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
17:57:05.589 [MemoryTransactionRepositoryChannel] INFO 
org.apache.servicecomb.pack.alpha.fsm.repository.elasticsearch.ElasticsearchTransactionRepository
 - begin-72
17:57:05.697 [MemoryTransactionRepositoryChannel] INFO 
org.apache.servicecomb.pack.alpha.fsm.repository.elasticsearch.ElasticsearchTransactionRepository
 - save queries=0, received=300, accepted=300
17:57:05.697 [MemoryTransactionRepositoryChannel] INFO 
org.apache.servicecomb.pack.alpha.fsm.repository.elasticsearch.ElasticsearchTransactionRepository
 - end-72
17:57:06.514 [MemoryTransactionRepositoryChannel] INFO 
org.apache.servicecomb.pack.alpha.fsm.repository.elasticsearch.ElasticsearchTransactionRepository
 - begin-72
17:57:06.648 [MemoryTransactionRepositoryChannel] INFO 
org.apache.servicecomb.pack.alpha.fsm.repository.elasticsearch.ElasticsearchTransactionRepository
 - save queries=0, received=400, accepted=400
17:57:06.648 [MemoryTransactionRepositoryChannel] INFO 
org.apache.servicecomb.pack.alpha.fsm.repository.elasticsearch.ElasticsearchTransactionRepository
 - end-72
17:57:07.560 [MemoryTransactionRepositoryChannel] INFO 
org.apache.servicecomb.pack.alpha.fsm.repository.elasticsearch.ElasticsearchTransactionRepository
 - begin-72
17:57:07.745 [MemoryTransactionRepositoryChannel] INFO 
org.apache.servicecomb.pack.alpha.fsm.repository.elasticsearch.ElasticsearchTransactionRepository
 - save queries=0, received=500, accepted=500
17:57:07.745 [MemoryTransactionRepositoryChannel] INFO 
org.apache.servicecomb.pack.alpha.fsm.repository.elasticsearch.ElasticsearchTransactionRepository
 - end-72
17:57:08.549 [MemoryTransactionRepositoryChannel] INFO 
org.apache.servicecomb.pack.alpha.fsm.repository.elasticsearch.ElasticsearchTransactionRepository
 - begin-72
17:57:08.676 [MemoryTransactionRepositoryChannel] INFO 

[jira] [Created] (SCB-1439) Optimize class ElasticsearchTransactionRepository persistence parameters

2019-08-15 Thread Lei Zhang (JIRA)
Lei Zhang created SCB-1439:
--

 Summary: Optimize class ElasticsearchTransactionRepository 
persistence parameters
 Key: SCB-1439
 URL: https://issues.apache.org/jira/browse/SCB-1439
 Project: Apache ServiceComb
  Issue Type: Sub-task
  Components: Saga
Reporter: Lei Zhang
Assignee: Lei Zhang
 Fix For: pack-0.5.0






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Resolved] (SCB-1429) Use etcd operation

2019-08-15 Thread chanzhu (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

chanzhu resolved SCB-1429.
--
Resolution: Fixed

> Use etcd operation
> --
>
> Key: SCB-1429
> URL: https://issues.apache.org/jira/browse/SCB-1429
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Service-Center
>Affects Versions: service-center-1.3.0
>Reporter: chanzhu
>Assignee: chanzhu
>Priority: Major
> Fix For: service-center-1.3.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Storage instances and mapping to ETCD should use transactions



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (SCB-1429) Use etcd operation

2019-08-15 Thread chanzhu (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

chanzhu updated SCB-1429:
-
Summary: Use etcd operation  (was: Storage instances and mapping to ETCD 
should use transactions)

> Use etcd operation
> --
>
> Key: SCB-1429
> URL: https://issues.apache.org/jira/browse/SCB-1429
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Service-Center
>Affects Versions: service-center-1.3.0
>Reporter: chanzhu
>Assignee: chanzhu
>Priority: Major
> Fix For: service-center-1.3.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Storage instances and mapping to ETCD should use transactions



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Closed] (SCB-1429) Use etcd operation

2019-08-15 Thread chanzhu (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

chanzhu closed SCB-1429.


> Use etcd operation
> --
>
> Key: SCB-1429
> URL: https://issues.apache.org/jira/browse/SCB-1429
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Service-Center
>Affects Versions: service-center-1.3.0
>Reporter: chanzhu
>Assignee: chanzhu
>Priority: Major
> Fix For: service-center-1.3.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Storage instances and mapping to ETCD should use transactions



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (SCB-1438) Class ElasticsearchTransactionRepository synchronization save method is invalid

2019-08-15 Thread Lei Zhang (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lei Zhang updated SCB-1438:
---
Summary: Class ElasticsearchTransactionRepository synchronization save 
method is invalid  (was: lass ElasticsearchTransactionRepository 
synchronization save method is invalid)

> Class ElasticsearchTransactionRepository synchronization save method is 
> invalid
> ---
>
> Key: SCB-1438
> URL: https://issues.apache.org/jira/browse/SCB-1438
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Saga
>Reporter: Lei Zhang
>Assignee: Lei Zhang
>Priority: Major
> Fix For: pack-0.5.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (SCB-1438) lass ElasticsearchTransactionRepository synchronization save method is invalid

2019-08-15 Thread Lei Zhang (JIRA)
Lei Zhang created SCB-1438:
--

 Summary: lass ElasticsearchTransactionRepository synchronization 
save method is invalid
 Key: SCB-1438
 URL: https://issues.apache.org/jira/browse/SCB-1438
 Project: Apache ServiceComb
  Issue Type: Bug
  Components: Saga
Reporter: Lei Zhang
Assignee: Lei Zhang
 Fix For: pack-0.5.0






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (SCB-1440) Remove the Kamon dependencies

2019-08-15 Thread Willem Jiang (JIRA)
Willem Jiang created SCB-1440:
-

 Summary: Remove the Kamon dependencies
 Key: SCB-1440
 URL: https://issues.apache.org/jira/browse/SCB-1440
 Project: Apache ServiceComb
  Issue Type: Task
  Components: Saga
Reporter: Willem Jiang


As we discussed[1] in the dev mailing list, it's time to remove the Kamon 
dependencies from Alpha server.
[1]https://lists.apache.org/thread.html/23f0117de2a6b7f897c265e0fa46fe47a49983a079b6c38864f527c2@%3Cdev.servicecomb.apache.org%3E
 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Assigned] (SCB-1440) Remove the Kamon dependencies

2019-08-15 Thread Willem Jiang (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Willem Jiang reassigned SCB-1440:
-

Assignee: Willem Jiang

> Remove the Kamon dependencies
> -
>
> Key: SCB-1440
> URL: https://issues.apache.org/jira/browse/SCB-1440
> Project: Apache ServiceComb
>  Issue Type: Task
>  Components: Saga
>Reporter: Willem Jiang
>Assignee: Willem Jiang
>Priority: Major
> Fix For: pack-0.5.0
>
>
> As we discussed[1] in the dev mailing list, it's time to remove the Kamon 
> dependencies from Alpha server.
> [1]https://lists.apache.org/thread.html/23f0117de2a6b7f897c265e0fa46fe47a49983a079b6c38864f527c2@%3Cdev.servicecomb.apache.org%3E
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (SCB-1440) Remove the Kamon dependencies

2019-08-15 Thread Willem Jiang (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Willem Jiang updated SCB-1440:
--
Fix Version/s: pack-0.5.0

> Remove the Kamon dependencies
> -
>
> Key: SCB-1440
> URL: https://issues.apache.org/jira/browse/SCB-1440
> Project: Apache ServiceComb
>  Issue Type: Task
>  Components: Saga
>Reporter: Willem Jiang
>Priority: Major
> Fix For: pack-0.5.0
>
>
> As we discussed[1] in the dev mailing list, it's time to remove the Kamon 
> dependencies from Alpha server.
> [1]https://lists.apache.org/thread.html/23f0117de2a6b7f897c265e0fa46fe47a49983a079b6c38864f527c2@%3Cdev.servicecomb.apache.org%3E
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (SCB-1441) Support for using tls certificate in Syner

2019-08-15 Thread chanzhu (JIRA)
chanzhu created SCB-1441:


 Summary: Support for using tls certificate in Syner
 Key: SCB-1441
 URL: https://issues.apache.org/jira/browse/SCB-1441
 Project: Apache ServiceComb
  Issue Type: Improvement
  Components: Service-Center
Affects Versions: service-center-1.3.0
Reporter: chanzhu
 Fix For: service-center-1.3.0






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Assigned] (SCB-1441) Support for using tls certificate in Syner

2019-08-15 Thread chanzhu (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

chanzhu reassigned SCB-1441:


Assignee: chanzhu

> Support for using tls certificate in Syner
> --
>
> Key: SCB-1441
> URL: https://issues.apache.org/jira/browse/SCB-1441
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Service-Center
>Affects Versions: service-center-1.3.0
>Reporter: chanzhu
>Assignee: chanzhu
>Priority: Major
> Fix For: service-center-1.3.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Resolved] (SCB-1417) Alpha Event Redis Channel Plugin

2019-08-15 Thread Lei Zhang (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lei Zhang resolved SCB-1417.

Resolution: Fixed

> Alpha Event Redis Channel Plugin
> 
>
> Key: SCB-1417
> URL: https://issues.apache.org/jira/browse/SCB-1417
> Project: Apache ServiceComb
>  Issue Type: Sub-task
>  Components: Saga
>Reporter: Lei Zhang
>Assignee: Lei Zhang
>Priority: Minor
> Fix For: pack-0.5.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Resolved] (SCB-1418) Alpha Event Kafka Channel Plugin

2019-08-15 Thread Lei Zhang (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lei Zhang resolved SCB-1418.

Resolution: Fixed

> Alpha Event Kafka Channel Plugin
> 
>
> Key: SCB-1418
> URL: https://issues.apache.org/jira/browse/SCB-1418
> Project: Apache ServiceComb
>  Issue Type: Sub-task
>  Components: Saga
>Reporter: Lei Zhang
>Assignee: Lei Zhang
>Priority: Major
> Fix For: pack-0.5.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Assigned] (SCB-1374) Implement Alpha Event Channel Plugin

2019-08-15 Thread Lei Zhang (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lei Zhang reassigned SCB-1374:
--

Assignee: Lei Zhang

> Implement Alpha Event Channel Plugin
> 
>
> Key: SCB-1374
> URL: https://issues.apache.org/jira/browse/SCB-1374
> Project: Apache ServiceComb
>  Issue Type: Sub-task
>  Components: Saga
>Affects Versions: pack-0.5.0
>Reporter: Lei Zhang
>Assignee: Lei Zhang
>Priority: Major
>  Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> After receiving the event, Alpha puts the event channel and returns quickly. 
> This can improve TPS. Alpha defaults to use the  MemoryActorEventChannel, and 
> can extend other implementations through the interface. 
> Use alpha.feature.akka.channel.type to switch event channel type.
> alpha.feature.akka.channel.type=activemq use ActiveMQActorEventChannel
> alpha.feature.akka.channel.type=redis use RedisActorEventChannel
> alpha.feature.akka.channel.type=kafka use KafkaActorEventChannel
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Resolved] (SCB-1438) Class ElasticsearchTransactionRepository synchronization save method is invalid

2019-08-15 Thread Lei Zhang (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lei Zhang resolved SCB-1438.

Resolution: Fixed

> Class ElasticsearchTransactionRepository synchronization save method is 
> invalid
> ---
>
> Key: SCB-1438
> URL: https://issues.apache.org/jira/browse/SCB-1438
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Saga
>Reporter: Lei Zhang
>Assignee: Lei Zhang
>Priority: Major
> Fix For: pack-0.5.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Resolved] (SCB-1440) Remove the Kamon dependencies

2019-08-15 Thread Willem Jiang (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Willem Jiang resolved SCB-1440.
---
Resolution: Fixed

Merged the patch into master branch.

> Remove the Kamon dependencies
> -
>
> Key: SCB-1440
> URL: https://issues.apache.org/jira/browse/SCB-1440
> Project: Apache ServiceComb
>  Issue Type: Task
>  Components: Saga
>Reporter: Willem Jiang
>Assignee: Willem Jiang
>Priority: Major
> Fix For: pack-0.5.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As we discussed[1] in the dev mailing list, it's time to remove the Kamon 
> dependencies from Alpha server.
> [1]https://lists.apache.org/thread.html/23f0117de2a6b7f897c265e0fa46fe47a49983a079b6c38864f527c2@%3Cdev.servicecomb.apache.org%3E
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)