ChinmaySKulkarni commented on a change in pull request #749: PHOENIX-4521: Allow Pherf scenario to define per query max allowed query execution duration after which thread is interrupted URL: https://github.com/apache/phoenix/pull/749#discussion_r402663615
########## File path: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/workload/MultiThreadedRunner.java ########## @@ -25,6 +25,8 @@ import java.util.Date; import java.util.concurrent.Callable; +import com.google.common.annotations.VisibleForTesting; +import javafx.util.Pair; Review comment: Please change that wherever you've used Pair. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
