bbeaudreault commented on a change in pull request #4146: URL: https://github.com/apache/hbase/pull/4146#discussion_r819713315
########## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncClientScanner.java ########## @@ -188,6 +188,7 @@ private void startScan(OpenScannerResponse resp) { private CompletableFuture<OpenScannerResponse> openScanner(int replicaId) { return conn.callerFactory.<OpenScannerResponse> single().table(tableName) .row(scan.getStartRow()).replicaId(replicaId).locateType(getLocateType(scan)) + .priority(scan.getPriority()) Review comment: Yes, this was a bug. I caught it in my investigation into these tests. Should I be filing a separate JIRA for that, or is it ok to include here? -- 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. To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org