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

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


The following commit(s) were added to refs/heads/master by this push:
     new ffe4ef1  [feat] fix delete tombstone data bug (#1255)
ffe4ef1 is described below

commit ffe4ef170d1a0d493bf865c59a58c8dfd26a2e90
Author: xiaoluoluo <[email protected]>
AuthorDate: Thu Feb 10 14:10:15 2022 +0800

    [feat] fix delete tombstone data bug (#1255)
    
    Co-authored-by: [email protected] <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>
---
 eventbase/datasource/etcd/key/key.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eventbase/datasource/etcd/key/key.go 
b/eventbase/datasource/etcd/key/key.go
index c18750a..02f55df 100644
--- a/eventbase/datasource/etcd/key/key.go
+++ b/eventbase/datasource/etcd/key/key.go
@@ -34,7 +34,7 @@ func getSyncRootKey() string {
 }
 
 func getTombstoneRootKey() string {
-       return split + tombstone
+       return split + syncer + split + tombstone
 }
 
 func TaskKey(domain, project, taskID string, timestamp int64) string {

Reply via email to