We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d336eed commit 016e2dbCopy full SHA for 016e2db
fe/fe-core/src/main/java/org/apache/doris/cloud/catalog/CloudReplica.java
@@ -67,7 +67,7 @@ public class CloudReplica extends Replica {
67
@SerializedName(value = "idx")
68
private long idx = -1;
69
70
- private Random rand = new Random();
+ private static final Random rand = new Random();
71
72
private Map<String, List<Long>> memClusterToBackends = new ConcurrentHashMap<String, List<Long>>();
73
0 commit comments