Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
Signed-off-by: PengFei Li <[email protected]>
  • Loading branch information
banmoy committed Jan 14, 2025
1 parent 5d790d6 commit dd6e11c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
import java.util.concurrent.atomic.AtomicLong;
import javax.annotation.Nullable;

/** Dispatch transaction state to backends after the load finished. */
/**
* Dispatch transaction state to backends after the load finished.
* TODO send txn states on the same backend in batch
*/
public class TxnStateDispatcher {

private static final Logger LOG = LoggerFactory.getLogger(TxnStateDispatcher.class);
Expand Down

0 comments on commit dd6e11c

Please sign in to comment.