Skip to content

Commit

Permalink
implement AutoClosable for TwoPhaseCommitter
Browse files Browse the repository at this point in the history
  • Loading branch information
peng1999 committed Jan 4, 2022
1 parent 712509f commit e5c337e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/tikv/txn/TwoPhaseCommitter.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
import org.tikv.txn.type.ClientRPCResult;
import org.tikv.txn.type.GroupKeyResult;

public class TwoPhaseCommitter {
public class TwoPhaseCommitter implements AutoCloseable {

/** buffer spark rdd iterator data into memory */
private static final int WRITE_BUFFER_SIZE = 32 * 1024;
Expand Down

0 comments on commit e5c337e

Please sign in to comment.