Skip to content

Commit

Permalink
fix 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenbin1002 committed Dec 9, 2024
1 parent 7df2c4b commit 48cb1b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/vm/engine/disttae/txn.go
Original file line number Diff line number Diff line change
Expand Up @@ -1478,6 +1478,7 @@ func (txn *Transaction) CloneSnapshotWS() client.Workspace {
batchSelectList: make(map[*batch.Batch][]int64),
toFreeBatches: make(map[tableKey][]*batch.Batch),
cn_flushed_s3_tombstone_object_stats_list: new(sync.Map),
writeWorkspaceThreshold: txn.writeWorkspaceThreshold,
}

ws.readOnly.Store(true)
Expand Down

0 comments on commit 48cb1b4

Please sign in to comment.