sandynz commented on code in PR #30316:
URL: https://github.com/apache/shardingsphere/pull/30316#discussion_r1503932131
##########
kernel/data-pipeline/dialect/mysql/src/main/java/org/apache/shardingsphere/data/pipeline/mysql/ingest/client/MySQLClient.java:
##########
@@ -244,7 +242,9 @@ private void resetSequenceID() {
* @return binlog event
*/
public synchronized List<AbstractBinlogEvent> poll() {
- ShardingSpherePreconditions.checkState(running,
BinlogSyncChannelAlreadyClosedException::new);
Review Comment:
Need to update error code doc too
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]