xinyuiscool opened a new pull request #992: SAMZA-2163: Add try-catch to get the version in MetricsSnapshotReporterFactory URL: https://github.com/apache/samza/pull/992 Currently we relying on app.class or task.class to get the version. For beam the app.class is anonymous class which caused exception when loading the class of it. This patch will do a try catch for this exception and use 0.0.1 as default.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
