Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Sofa Registry
Commits
24e5ba2b
Commit
24e5ba2b
authored
3 years ago
by
昱恒
Browse files
Options
Download
Email Patches
Plain Diff
sub clientoff
parent
af27ed2c
vv6.1.1EI62089198_release_20211013
v6.1.4
v6.1.1
opensource
EI62152231_release_20211206
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
server/server/data/src/main/java/com/alipay/sofa/registry/server/data/cache/PublisherGroup.java
+0
-6
...lipay/sofa/registry/server/data/cache/PublisherGroup.java
with
0 additions
and
6 deletions
+0
-6
server/server/data/src/main/java/com/alipay/sofa/registry/server/data/cache/PublisherGroup.java
+
0
-
6
View file @
24e5ba2b
...
...
@@ -171,12 +171,6 @@ public final class PublisherGroup {
if
(
exist
==
null
)
{
// publisher is null after client_off
PublisherEnvelope
envelope
=
PublisherEnvelope
.
of
(
publisher
);
LOGGER
.
info
(
"[ReplaceEmptyPub] {}, {}, add={}, regIsPub={}"
,
publisher
.
getDataInfoId
(),
publisher
.
getRegisterId
(),
publisher
.
registerVersion
(),
envelope
.
isPub
());
pubMap
.
put
(
publisher
.
getRegisterId
(),
envelope
);
return
envelope
.
isPub
();
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help