Github user shubham-pathak22 commented on a diff in the pull request:
https://github.com/apache/apex-malhar/pull/348#discussion_r72048793
--- Diff:
library/src/main/java/com/datatorrent/lib/formatter/Formatter.java ---
@@ -48,6 +49,13 @@
{
protected transient Class<?> clazz;
+ @AutoMetric
+ protected long errorTupleCount;
--- End diff --
Those need to be private. Have made it private and added protected methods
to access the values.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---