renyupeng hace 3 años
padre
commit
b2a7a9007b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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(