Using 2.0.1-201804132205050000-10b1de0
I’ve upgraded Mongodb from 3.4.3 to Percona Mongodb 4.0.9-4.
When restarting Dremio I get this error:
2019-04-23 10:07:49,574 [main] ERROR c.dremio.exec.catalog.PluginsManager - Failure while starting plugin DPP_ACC after 14978ms.
java.util.concurrent.ExecutionException: java.lang.NumberFormatException: For input string: “9-4”
at com.google.common.util.concurrent.AbstractFuture$Sync.getValue(AbstractFuture.java:299) ~[guava-18.0.jar:na]
Percona MongoDB reports 4.0.9-4 as version, and that seems to break Dremio.
I installed Mongodb 4.0.9 which reports 4.0.9 as version the datasource is available again.
Is it possible to fix this using datasource options?
Thx!
L