[jira] [Commented] (SCB-508) Cache does not match the etcd store

2018-05-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on SCB-508:


little-cui closed pull request #335: SCB-508 Cache does not match the etcd store
URL: https://github.com/apache/incubator-servicecomb-service-center/pull/335
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.gitignore b/.gitignore
index b6fa4196..855c6984 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,7 +9,6 @@ service-center.iml
 
 vendor/**
 !vendor/manifest
-!vendor/manifest/github.com/didip/tollbooth
 !vendor/manifest/github.com/grpc-ecosystem/go-grpc-prometheus
 !vendor/manifest/github.com/grpc-ecosystem/grpc-gateway
 
diff --git a/etc/conf/app.conf b/etc/conf/app.conf
index d468dbe2..c2e7e880 100644
--- a/etc/conf/app.conf
+++ b/etc/conf/app.conf
@@ -17,6 +17,12 @@ component_name = service_center
 #run mode could be many options to specify the env like prod,dev
 runmode = dev
 
+###
+# Frontend Configurations
+###
+frontend_host_ip = 127.0.0.1
+frontend_host_port = 30103
+
 ###
 # sever options
 ###
@@ -30,6 +36,8 @@ write_timeout = 60s
 max_header_bytes = 32768 # 32K
 max_body_bytes = 2097152 # 2M
 
+enable_pprof = 0
+
 ###
 # plugin options
 ###
@@ -53,13 +61,17 @@ manager_cluster = "127.0.0.1:2379"
 #<=0, use default 30s
 auto_sync_interval = 30s
 
-#indicate how many revision you want to keep in etcd
+# indicate how many revision you want to keep in etcd
 compact_index_delta = 100
 compact_interval = 12h
 
+# registry cache
+enable_cache = 1
+
+# pluggable cipher
 cipher_plugin = ""
 
-#suppot buildin, unlimit
+# suppot buildin, unlimit
 quota_plugin = ""
 
 #access control plugin
@@ -108,21 +120,15 @@ log_format = text
 # whether enable record syslog
 log_sys = false
 
-###
-# Frontend Configurations
-###
-frontend_host_ip=127.0.0.1
-frontend_host_port=30103
-
 ###
 # above is the global configurations
 # you can overide above configuration in specific env
 ###
 [prod]
-#DEBUG, INFO, WARN, ERROR, FATAL
+# DEBUG, INFO, WARN, ERROR, FATAL
 loglevel = INFO
 logfile = ./service-center.log
-##dev env, if you are a operator,ignore this env
+## dev env, if you are a operator,ignore this env
 [dev]
 loglevel = DEBUG
 logfile = ""
diff --git a/integration/health-metrics-grafana.json 
b/integration/health-metrics-grafana.json
index 55e5c695..2404a611 100644
--- a/integration/health-metrics-grafana.json
+++ b/integration/health-metrics-grafana.json
@@ -1,4 +1,46 @@
 {
+  "__inputs": [
+{
+  "name": "DS_LOCAL",
+  "label": "local",
+  "description": "",
+  "type": "datasource",
+  "pluginId": "prometheus",
+  "pluginName": "Prometheus"
+}
+  ],
+  "__requires": [
+{
+  "type": "grafana",
+  "id": "grafana",
+  "name": "Grafana",
+  "version": "5.1.0"
+},
+{
+  "type": "panel",
+  "id": "graph",
+  "name": "Graph",
+  "version": "5.0.0"
+},
+{
+  "type": "datasource",
+  "id": "prometheus",
+  "name": "Prometheus",
+  "version": "5.0.0"
+},
+{
+  "type": "panel",
+  "id": "singlestat",
+  "name": "Singlestat",
+  "version": "5.0.0"
+},
+{
+  "type": "panel",
+  "id": "text",
+  "name": "Text",
+  "version": "5.0.0"
+}
+  ],
   "annotations": {
 "list": [
   {
@@ -15,8 +57,7 @@
   "editable": true,
   "gnetId": null,
   "graphTooltip": 0,
-  "hideControls": false,
-  "id": 6,
+  "id": null,
   "links": [
 {
   "icon": "external link",
@@ -26,1039 +67,1095 @@
   "url": "http://servicecomb.io;
 }
   ],
-  "refresh": false,
-  "rows": [
+  "panels": [
 {
-  "collapse": false,
-  "height": 234,
-  "panels": [
+  "aliasColors": {},
+  "bars": false,
+  "dashLength": 10,
+  "dashes": false,
+  "datasource": "${DS_LOCAL}",
+  "fill": 1,
+  "gridPos": {
+"h": 6,
+"w": 8,
+"x": 0,
+"y": 0
+  },
+  "height": "",
+  "id": 1,
+  "legend": {
+"alignAsTable": 

[jira] [Commented] (SCB-508) Cache does not match the etcd store

2018-05-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on SCB-508:


coveralls commented on issue #335: SCB-508 Cache does not match the etcd store
URL: 
https://github.com/apache/incubator-servicecomb-service-center/pull/335#issuecomment-386167033
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/16810384/badge)](https://coveralls.io/builds/16810384)
   
   Coverage remained the same at 72.937% when pulling 
**1931ead3b164cd155215e48084ef1b0211c04ba9 on little-cui:master** into 
**24eb859334ff32da88306c695778a303b572e39a on apache:master**.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Cache does not match the etcd store
> ---
>
> Key: SCB-508
> URL: https://issues.apache.org/jira/browse/SCB-508
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Service-Center
>Reporter: little-cui
>Assignee: little-cui
>Priority: Major
> Fix For: service-center-1.0.0-m2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SCB-508) Cache does not match the etcd store

2018-05-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on SCB-508:


codecov-io commented on issue #335: SCB-508 Cache does not match the etcd store
URL: 
https://github.com/apache/incubator-servicecomb-service-center/pull/335#issuecomment-386193157
 
 
   # 
[Codecov](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/335?src=pr=h1)
 Report
   > Merging 
[#335](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/335?src=pr=desc)
 into 
[master](https://codecov.io/gh/apache/incubator-servicecomb-service-center/commit/24eb859334ff32da88306c695778a303b572e39a?src=pr=desc)
 will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/335/graphs/tree.svg?width=650=GAaF7zrg8R=150=pr)](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/335?src=pr=tree)
   
   ```diff
   @@   Coverage Diff   @@
   ##   master #335   +/-   ##
   ===
 Coverage   69.45%   69.45%   
   ===
 Files  17   17   
 Lines3438 3438   
   ===
 Hits 2388 2388   
 Misses884  884   
 Partials  166  166
   ```
   
   
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/335?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/335?src=pr=footer).
 Last update 
[24eb859...1931ead](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/335?src=pr=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Cache does not match the etcd store
> ---
>
> Key: SCB-508
> URL: https://issues.apache.org/jira/browse/SCB-508
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Service-Center
>Reporter: little-cui
>Assignee: little-cui
>Priority: Major
> Fix For: service-center-1.0.0-m2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SCB-508) Cache does not match the etcd store

2018-05-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on SCB-508:


coveralls commented on issue #335: SCB-508 Cache does not match the etcd store
URL: 
https://github.com/apache/incubator-servicecomb-service-center/pull/335#issuecomment-386167033
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/16809172/badge)](https://coveralls.io/builds/16809172)
   
   Coverage increased (+0.07%) to 73.003% when pulling 
**be2c08488158960318b2cb2a0a4d0e7fe3d60447 on little-cui:master** into 
**24eb859334ff32da88306c695778a303b572e39a on apache:master**.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Cache does not match the etcd store
> ---
>
> Key: SCB-508
> URL: https://issues.apache.org/jira/browse/SCB-508
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Service-Center
>Reporter: little-cui
>Assignee: little-cui
>Priority: Major
> Fix For: service-center-1.0.0-m2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SCB-508) Cache does not match the etcd store

2018-05-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on SCB-508:


coveralls commented on issue #335: SCB-508 Add etcd client logger
URL: 
https://github.com/apache/incubator-servicecomb-service-center/pull/335#issuecomment-386167033
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/16808891/badge)](https://coveralls.io/builds/16808891)
   
   Coverage increased (+0.1%) to 73.039% when pulling 
**e14ee7510566ce2894dc5da3a314e79113bea8f8 on little-cui:master** into 
**24eb859334ff32da88306c695778a303b572e39a on apache:master**.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Cache does not match the etcd store
> ---
>
> Key: SCB-508
> URL: https://issues.apache.org/jira/browse/SCB-508
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Service-Center
>Reporter: little-cui
>Assignee: little-cui
>Priority: Major
> Fix For: service-center-1.0.0-m2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SCB-508) Cache does not match the etcd store

2018-05-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on SCB-508:


little-cui opened a new pull request #335: SCB-508 Add etcd client logger
URL: https://github.com/apache/incubator-servicecomb-service-center/pull/335
 
 
   Follow this checklist to help us incorporate your contribution quickly and 
easily:
   
- [ ] Make sure there is a [JIRA 
issue](https://issues.apache.org/jira/browse/SCB) filed for the change (usually 
before you start working on it).  Trivial changes like typos do not require a 
JIRA issue.  Your pull request should address just this issue, without pulling 
in other changes.
- [ ] Each commit in the pull request should have a meaningful subject line 
and body.
- [ ] Format the pull request title like `[SCB-XXX] Fixes bug in 
ApproximateQuantiles`, where you replace `SCB-XXX` with the appropriate JIRA 
issue.
- [ ] Write a pull request description that is detailed enough to 
understand what the pull request does, how, and why.
- [ ] Run `go build` `go test` `go fmt` `go vet` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
- [ ] If this contribution is large, please file an Apache [Individual 
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   ---
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Cache does not match the etcd store
> ---
>
> Key: SCB-508
> URL: https://issues.apache.org/jira/browse/SCB-508
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Service-Center
>Reporter: little-cui
>Assignee: little-cui
>Priority: Major
> Fix For: service-center-1.0.0-m2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SCB-508) Cache does not match the etcd store

2018-04-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on SCB-508:


little-cui closed pull request #332: SCB-508 Cache does not match the etcd store
URL: https://github.com/apache/incubator-servicecomb-service-center/pull/332
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/integration/health-metrics-grafana.json 
b/integration/health-metrics-grafana.json
index aff03ab7..55e5c695 100644
--- a/integration/health-metrics-grafana.json
+++ b/integration/health-metrics-grafana.json
@@ -1,18 +1,3 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
 {
   "annotations": {
 "list": [
@@ -31,7 +16,7 @@
   "gnetId": null,
   "graphTooltip": 0,
   "hideControls": false,
-  "id": 5,
+  "id": 6,
   "links": [
 {
   "icon": "external link",
@@ -57,9 +42,9 @@
   "height": "",
   "id": 1,
   "legend": {
-"alignAsTable": false,
+"alignAsTable": true,
 "avg": true,
-"current": false,
+"current": true,
 "max": false,
 "min": false,
 "show": true,
@@ -448,7 +433,7 @@
   "repeatIteration": null,
   "repeatRowId": null,
   "showTitle": false,
-  "title": "Dashboard Row",
+  "title": "service metrics",
   "titleSize": "h6"
 },
 {
@@ -571,7 +556,7 @@
   "legend": {
 "alignAsTable": true,
 "avg": true,
-"current": false,
+"current": true,
 "max": true,
 "min": true,
 "show": true,
@@ -649,7 +634,7 @@
   "legend": {
 "alignAsTable": true,
 "avg": true,
-"current": false,
+"current": true,
 "max": true,
 "min": true,
 "show": true,
@@ -909,7 +894,7 @@
   "dashes": false,
   "datasource": null,
   "fill": 1,
-  "id": 7,
+  "id": 14,
   "legend": {
 "alignAsTable": true,
 "avg": true,
@@ -977,6 +962,92 @@
   "show": true
 }
   ]
+},
+{
+  "aliasColors": {},
+  "bars": false,
+  "dashLength": 10,
+  "dashes": false,
+  "datasource": null,
+  "fill": 1,
+  "id": 7,
+  "legend": {
+"alignAsTable": true,
+"avg": false,
+"current": true,
+"max": true,
+"min": false,
+"rightSide": true,
+"show": true,
+"sort": "current",
+"sortDesc": true,
+"total": false,
+"values": true
+  },
+  "lines": true,
+  "linewidth": 1,
+  "links": [],
+  "nullPointMode": "null",
+  "percentage": false,
+  "pointradius": 5,
+  "points": false,
+  "renderer": "flot",
+  "seriesOverrides": [],
+  "spaceLength": 10,
+  "span": 12,
+  "stack": false,
+  "steppedLine": false,
+  "targets": [
+{
+  "expr": "service_center_local_cache_size_bytes",
+  "format": "time_series",
+  "intervalFactor": 2,
+  "legendFormat": "{{resource}}.{{type}}",
+  "refId": "A"
+},
+{
+  "expr": "sum(service_center_local_cache_size_bytes)",
+  "format": "time_series",
+  "intervalFactor": 2,
+  "legendFormat": "ALL",
+  "refId": "B"
+}
+  ],
+  "thresholds": [],
+  "timeFrom": null,
+  "timeShift": null,
+  "title": "Cache",
+  "tooltip": {
+"shared": true,
+"sort": 0,
+"value_type": "individual"
+  },
+  "type": "graph",
+

[jira] [Commented] (SCB-508) Cache does not match the etcd store

2018-04-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on SCB-508:


coveralls commented on issue #332: SCB-508 Cache does not match the etcd store
URL: 
https://github.com/apache/incubator-servicecomb-service-center/pull/332#issuecomment-383774261
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/16664964/badge)](https://coveralls.io/builds/16664964)
   
   Coverage increased (+0.007%) to 72.937% when pulling 
**fae3ae3841b02828c38185d813782f09d783bfeb on little-cui:master** into 
**bdbdfebc6e0754bf1dda8f77498d768feb947da1 on apache:master**.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Cache does not match the etcd store
> ---
>
> Key: SCB-508
> URL: https://issues.apache.org/jira/browse/SCB-508
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Service-Center
>Reporter: little-cui
>Assignee: little-cui
>Priority: Major
> Fix For: service-center-1.0.0-m2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SCB-508) Cache does not match the etcd store

2018-04-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on SCB-508:


codecov-io commented on issue #332: SCB-508 Cache does not match the etcd store
URL: 
https://github.com/apache/incubator-servicecomb-service-center/pull/332#issuecomment-383774260
 
 
   # 
[Codecov](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/332?src=pr=h1)
 Report
   > Merging 
[#332](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/332?src=pr=desc)
 into 
[master](https://codecov.io/gh/apache/incubator-servicecomb-service-center/commit/bdbdfebc6e0754bf1dda8f77498d768feb947da1?src=pr=desc)
 will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/332/graphs/tree.svg?width=650=pr=GAaF7zrg8R=150)](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/332?src=pr=tree)
   
   ```diff
   @@   Coverage Diff   @@
   ##   master #332   +/-   ##
   ===
 Coverage   69.45%   69.45%   
   ===
 Files  17   17   
 Lines3438 3438   
   ===
 Hits 2388 2388   
 Misses884  884   
 Partials  166  166
   ```
   
   
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/332?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/332?src=pr=footer).
 Last update 
[bdbdfeb...fae3ae3](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/332?src=pr=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Cache does not match the etcd store
> ---
>
> Key: SCB-508
> URL: https://issues.apache.org/jira/browse/SCB-508
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Service-Center
>Reporter: little-cui
>Assignee: little-cui
>Priority: Major
> Fix For: service-center-1.0.0-m2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SCB-508) Cache does not match the etcd store

2018-04-23 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on SCB-508:


coveralls commented on issue #332: SCB-508 Cache does not match the etcd store
URL: 
https://github.com/apache/incubator-servicecomb-service-center/pull/332#issuecomment-383774261
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/16662234/badge)](https://coveralls.io/builds/16662234)
   
   Coverage increased (+0.06%) to 72.985% when pulling 
**0ff86a67d2fdb97c1f075be73152bfdfce5562b5 on little-cui:master** into 
**bdbdfebc6e0754bf1dda8f77498d768feb947da1 on apache:master**.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Cache does not match the etcd store
> ---
>
> Key: SCB-508
> URL: https://issues.apache.org/jira/browse/SCB-508
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Service-Center
>Reporter: little-cui
>Assignee: little-cui
>Priority: Major
> Fix For: service-center-1.0.0-m2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SCB-508) Cache does not match the etcd store

2018-04-23 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on SCB-508:


codecov-io commented on issue #332: SCB-508 Cache does not match the etcd store
URL: 
https://github.com/apache/incubator-servicecomb-service-center/pull/332#issuecomment-383774260
 
 
   # 
[Codecov](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/332?src=pr=h1)
 Report
   > Merging 
[#332](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/332?src=pr=desc)
 into 
[master](https://codecov.io/gh/apache/incubator-servicecomb-service-center/commit/bdbdfebc6e0754bf1dda8f77498d768feb947da1?src=pr=desc)
 will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/332/graphs/tree.svg?width=650=pr=GAaF7zrg8R=150)](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/332?src=pr=tree)
   
   ```diff
   @@   Coverage Diff   @@
   ##   master #332   +/-   ##
   ===
 Coverage   69.45%   69.45%   
   ===
 Files  17   17   
 Lines3438 3438   
   ===
 Hits 2388 2388   
 Misses884  884   
 Partials  166  166
   ```
   
   
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/332?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/332?src=pr=footer).
 Last update 
[bdbdfeb...0ff86a6](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/332?src=pr=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Cache does not match the etcd store
> ---
>
> Key: SCB-508
> URL: https://issues.apache.org/jira/browse/SCB-508
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Service-Center
>Reporter: little-cui
>Assignee: little-cui
>Priority: Major
> Fix For: service-center-1.0.0-m2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SCB-508) Cache does not match the etcd store

2018-04-23 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on SCB-508:


codecov-io commented on issue #332: SCB-508 Cache does not match the etcd store
URL: 
https://github.com/apache/incubator-servicecomb-service-center/pull/332#issuecomment-383774260
 
 
   # 
[Codecov](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/332?src=pr=h1)
 Report
   > Merging 
[#332](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/332?src=pr=desc)
 into 
[master](https://codecov.io/gh/apache/incubator-servicecomb-service-center/commit/bdbdfebc6e0754bf1dda8f77498d768feb947da1?src=pr=desc)
 will **increase** coverage by `0.02%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/332/graphs/tree.svg?token=GAaF7zrg8R=650=pr=150)](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/332?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master #332  +/-   ##
   ==
   + Coverage   69.45%   69.48%   +0.02% 
   ==
 Files  17   17  
 Lines3438 3438  
   ==
   + Hits 2388 2389   +1 
 Misses884  884  
   + Partials  166  165   -1
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/332?src=pr=tree)
 | Coverage Δ | |
   |---|---|---|
   | 
[server/service/tag.go](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/332/diff?src=pr=tree#diff-c2VydmVyL3NlcnZpY2UvdGFnLmdv)
 | `76.02% <0%> (+0.58%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/332?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/332?src=pr=footer).
 Last update 
[bdbdfeb...34e3337](https://codecov.io/gh/apache/incubator-servicecomb-service-center/pull/332?src=pr=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Cache does not match the etcd store
> ---
>
> Key: SCB-508
> URL: https://issues.apache.org/jira/browse/SCB-508
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Service-Center
>Reporter: little-cui
>Assignee: little-cui
>Priority: Major
> Fix For: service-center-1.0.0-m2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SCB-508) Cache does not match the etcd store

2018-04-23 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on SCB-508:


coveralls commented on issue #332: SCB-508 Cache does not match the etcd store
URL: 
https://github.com/apache/incubator-servicecomb-service-center/pull/332#issuecomment-383774261
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/16661974/badge)](https://coveralls.io/builds/16661974)
   
   Coverage increased (+0.1%) to 73.039% when pulling 
**34e3337fb38d4d663f7f370a0f25e9f83081f684 on little-cui:master** into 
**bdbdfebc6e0754bf1dda8f77498d768feb947da1 on apache:master**.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Cache does not match the etcd store
> ---
>
> Key: SCB-508
> URL: https://issues.apache.org/jira/browse/SCB-508
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Service-Center
>Reporter: little-cui
>Assignee: little-cui
>Priority: Major
> Fix For: service-center-1.0.0-m2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SCB-508) Cache does not match the etcd store

2018-04-23 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on SCB-508:


little-cui opened a new pull request #332: SCB-508 Cache does not match the 
etcd store
URL: https://github.com/apache/incubator-servicecomb-service-center/pull/332
 
 
   Follow this checklist to help us incorporate your contribution quickly and 
easily:
   
- [ ] Make sure there is a [JIRA 
issue](https://issues.apache.org/jira/browse/SCB) filed for the change (usually 
before you start working on it).  Trivial changes like typos do not require a 
JIRA issue.  Your pull request should address just this issue, without pulling 
in other changes.
- [ ] Each commit in the pull request should have a meaningful subject line 
and body.
- [ ] Format the pull request title like `[SCB-XXX] Fixes bug in 
ApproximateQuantiles`, where you replace `SCB-XXX` with the appropriate JIRA 
issue.
- [ ] Write a pull request description that is detailed enough to 
understand what the pull request does, how, and why.
- [ ] Run `go build` `go test` `go fmt` `go vet` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
- [ ] If this contribution is large, please file an Apache [Individual 
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   ---
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Cache does not match the etcd store
> ---
>
> Key: SCB-508
> URL: https://issues.apache.org/jira/browse/SCB-508
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Service-Center
>Reporter: little-cui
>Assignee: little-cui
>Priority: Major
> Fix For: service-center-1.0.0-m2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)