renyupeng 3 năm trước cách đây
mục cha
commit
b2a7a9007b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      monitor/ApplicationCDCMonitor.py

+ 1 - 0
monitor/ApplicationCDCMonitor.py

@@ -35,6 +35,7 @@ class ApplicationCDCMonitor:
             tso = json['checkpoint_tso']
             error = json['error']
             if error is not None:
+                print(error)
                 requests.delete(url='http://{}:{}{}/{}'.format(self.cdc_url, self.cdc_port,
                                                                self.cdc_changefeeds_url, task_id))
                 status = os.system(