Skip to content

Commit

Permalink
remove tracer (sofastack#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzdx authored Jan 10, 2022
1 parent 9d7110d commit ff86e73
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ public static void beforeBaseIntegrationClass() throws Exception {
System.setProperty("spring.profiles.active", "integrate");
System.setProperty(Lease.LEASE_DURATION, "2");
System.setProperty(SlotConfig.KEY_DATA_SLOT_NUM, "16");
System.setProperty("nodes.clusterId", "DEFAULT_SEGMENT");
System.setProperty("nodes.recoverClusterId", "RECOVER_DEFAULT_SEGMENT");
beforeInit();
}

Expand Down

0 comments on commit ff86e73

Please sign in to comment.