You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "kim-up (via GitHub)" <gi...@apache.org> on 2023/05/10 05:57:32 UTC

[GitHub] [incubator-seatunnel] kim-up commented on a diff in pull request #4712: [HotFix][Connector-V2][Pulsar] Fix missing SLF4JBridgeHandler and fix the unreasonable shutdown of consumer

kim-up commented on code in PR #4712:
URL: https://github.com/apache/incubator-seatunnel/pull/4712#discussion_r1189391216


##########
seatunnel-connectors-v2/connector-pulsar/src/main/java/org/apache/seatunnel/connectors/seatunnel/pulsar/source/reader/PulsarSplitReaderThread.java:
##########
@@ -100,14 +100,13 @@ public void run() {
                 Thread.sleep(pollInterval);
             }
         } catch (Throwable t) {
-            handover.reportError(t);
-        } finally {

Review Comment:
   It is a bug. Refence #4706



-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org