Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check the md5 of the metadata cache file #15006

Open
wants to merge 11 commits into
base: 3.3
Choose a base branch
from
Prev Previous commit
Next Next commit
Synchronous calculation.
  • Loading branch information
finefuture committed Jan 14, 2025
commit 15398ac14d045457f5e25a6d737f5971a9c28e76
Original file line number Diff line number Diff line change
@@ -207,7 +207,7 @@ public synchronized String calAndGetRevision() {
return revision;
}

public String calRevision() {
public synchronized String calRevision() {
StringBuilder sb = new StringBuilder();
sb.append(app);
for (Map.Entry<String, ServiceInfo> entry : new TreeMap<>(services).entrySet()) {
Loading