wynot12 commented on a change in pull request #204: [NEMO-364] Upgrade Beam
version
URL: https://github.com/apache/incubator-nemo/pull/204#discussion_r267262919
##########
File path:
runtime/master/src/main/java/org/apache/nemo/runtime/master/metric/MetricStore.java
##########
@@ -247,7 +247,6 @@ public void saveOptimizationMetricsToDB(final String
address, final String id, f
try (final Connection c = DriverManager.getConnection(address, id,
passwd)) {
LOG.info("Opened database successfully at {}",
MetricUtils.POSTGRESQL_METADATA_DB_NAME);
- MetricUtils.deregisterBeamDriver();
Review comment:
??
----------------------------------------------------------------
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