Skip to content

Commit

Permalink
exp
Browse files Browse the repository at this point in the history
  • Loading branch information
seran committed Oct 25, 2023
1 parent 11a051f commit 65056c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static String[] collectExternalServiceInfo(ExternalServiceInfo remoteHost
// data structure of the external service mapping inside ExecutionTracer

// TODO: Experiment
ExecutionTracer.addHostnameInfo(new HostnameResolutionInfo(remoteHostInfo.getHostname(), true));
// ExecutionTracer.addHostnameInfo(new HostnameResolutionInfo(remoteHostInfo.getHostname(), true));

ExecutionTracer.addExternalServiceHost(remoteHostInfo);
String signature = remoteHostInfo.signature();
Expand Down

0 comments on commit 65056c1

Please sign in to comment.