fix RaftConfig is always {} (#11648)
This commit is contained in:
parent
1943825e4d
commit
bdbc356ce4
@ -98,7 +98,7 @@ public class RaftConfig implements Config<RequestProcessor4CP> {
|
||||
@Override
|
||||
public String toString() {
|
||||
try {
|
||||
return JacksonUtils.toJson(data);
|
||||
return JacksonUtils.toJson(this);
|
||||
} catch (Exception e) {
|
||||
return String.valueOf(data);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user