liuml07 opened a new pull request, #106: URL: https://github.com/apache/flink-connector-elasticsearch/pull/106
From https://issues.apache.org/jira/browse/FLINK-35504: > Currently all logs are in DEBUG level. Some of those messages are very helpful to get the progress and errors, which can be changed to INFO or WARN level. We can also include error details into DEBUG level messages so it's easier to debug with more context. > > Meanwhile, we can update the metric to track `numRecordsSend`. FWIW, the base class tracks following metrics already so we don't need to implement them: `CurrentSendTime` Gauge, `NumBytesOut` and `NumRecordsOut` Counters. -- 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]
