[Fix](point query) fix memleak by increasing scanReplicaIds when using prepared statement (#28184)
OlapScanNode should release memory for `scanReplicaIds`
This commit is contained in:
@ -1169,6 +1169,7 @@ public class OlapScanNode extends ScanNode {
|
||||
scanBackendIds.clear();
|
||||
scanTabletIds.clear();
|
||||
bucketSeq2locations.clear();
|
||||
scanReplicaIds.clear();
|
||||
try {
|
||||
createScanRangeLocations();
|
||||
} catch (AnalysisException e) {
|
||||
|
||||
Reference in New Issue
Block a user