You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2021/10/25 15:06:09 UTC

[GitHub] [drill] javier-nieto-nexplore opened a new issue #2347: mongo connector in version 1.19.0 not reaching clusters/replica sets

javier-nieto-nexplore opened a new issue #2347:
URL: https://github.com/apache/drill/issues/2347


   **Describe the bug**
   Trying drill:1.19.0 with the mongo string mongodb+srv://[username:password@]host[/[database][?options]] result in a java unknownhost exception host+27017 port
   This is working with version 1.18.0 and the previous mongo java driver
   Tested with mongo server 3.6 and 4.4.10
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Go to Storage tab
   2. Create new storage of type mongo with mongodb+srv protocol style
   3. Try to list schemes 
   4. See error at logs sqlline.log
   
   **Expected behavior**
   Flawless mongodb+srv service connection 
   
   **Screenshots**
   
   **Desktop (please complete the following information):**
    - OS: docker image drill:1.19.0
   
   **Smartphone (please complete the following information):**
   
   **Additional context**
   Maybe related to this improvement: https://issues.apache.org/jira/browse/DRILL-7903


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] luocooong commented on issue #2347: mongo connector in version 1.19.0 not reaching clusters/replica sets

Posted by GitBox <gi...@apache.org>.
luocooong commented on issue #2347:
URL: https://github.com/apache/drill/issues/2347#issuecomment-951466304


   @javier-nieto-nexplore Thank you for your report. I will check this out and let you know.


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] dzamo commented on issue #2347: mongo connector in version 1.19.0 not reaching clusters/replica sets

Posted by GitBox <gi...@apache.org>.
dzamo commented on issue #2347:
URL: https://github.com/apache/drill/issues/2347#issuecomment-951626333


   Got it :grin:.  I think you're right that something in the MongoDB JDBC driver has changed.  Is any of this relevant or helpful?
   
   https://stackoverflow.com/questions/50916467/how-to-connect-to-atlas-m0-free-tier-cluster-correctly-via-java-driver


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] cgivre closed issue #2347: mongo connector in version 1.19.0 not reaching clusters/replica sets

Posted by GitBox <gi...@apache.org>.
cgivre closed issue #2347:
URL: https://github.com/apache/drill/issues/2347


   


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] dzamo commented on issue #2347: mongo connector in version 1.19.0 not reaching clusters/replica sets

Posted by GitBox <gi...@apache.org>.
dzamo commented on issue #2347:
URL: https://github.com/apache/drill/issues/2347#issuecomment-951660961


   Is it possible to simplify the debugging here by removing Drill and isolating the JDBC driver?  I.e. are you able to write a simple command line program that uses a Mongo JDBC driver >= 4.2 to connect to mongodb.net, so that we know what a working URL should look like?


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] javier-nieto-nexplore edited a comment on issue #2347: mongo connector in version 1.19.0 not reaching clusters/replica sets

Posted by GitBox <gi...@apache.org>.
javier-nieto-nexplore edited a comment on issue #2347:
URL: https://github.com/apache/drill/issues/2347#issuecomment-951111350


   Hi there,
   
   tested with apache/drill:master-openjdk-14 and atlas cluster, still the same error, I'm not digging too deep but it looks like the driver is not going through the right resolving path (Created connection to [address=HEREYOURCLUSTER.mongodb.net:27017)
   
   here is the error:
   `2021-10-25 16:32:26,310 [1e8923e6-dbdf-8b84-a50b-37cfa1d705e9:frag:0:0] INFO  o.a.d.e.s.mongo.MongoStoragePlugin - Created connection to [address=HEREYOURCLUSTER.mongodb.net:27017, user=HEREYOURUSER].
   2021-10-25 16:32:26,310 [1e8923e6-dbdf-8b84-a50b-37cfa1d705e9:frag:0:0] INFO  o.a.d.e.s.mongo.MongoStoragePlugin - Number of open connections 0.
   2021-10-25 16:32:56,397 [1e8923e6-dbdf-8b84-a50b-37cfa1d705e9:frag:0:0] WARN  o.a.d.e.s.m.s.MongoSchemaFactory - Failure while loading databases in Mongo. Timed out after 30000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=HEREYOURCLUSTER.mongodb.net:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketException: HEREYOURCLUSTER.mongodb.net}, caused by {java.net.UnknownHostException: HEREYOURCLUSTER.mongodb.net}}]`
   
   
   here the boot-start config:
   `Base Configuration:
   	- jar:file:/opt/drill/jars/drill-common-1.20.0-SNAPSHOT.jar!/drill-default.conf
   
   Intermediate Configuration and Plugin files, in order of precedence:
   	- jar:file:/opt/drill/jars/drill-storage-kafka-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-syslog-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-kudu-storage-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-memory-base-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-common-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-excel-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-druid-storage-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-storage-hbase-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-mongo-storage-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-storage-cassandra-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-hive-exec-shaded-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-storage-hive-core-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-opentsdb-storage-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-ltsv-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-image-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-storage-http-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-storage-elasticsearch-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-xml-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-logical-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-java-exec-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-jdbc-storage-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-spss-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-udfs-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-esri-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-pcapng-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-hdf5-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-httpd-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-storage-splunk-1.20.0-SNAPSHOT.jar!/drill-module.conf`
   
   


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] javier-nieto-nexplore commented on issue #2347: mongo connector in version 1.19.0 not reaching clusters/replica sets

Posted by GitBox <gi...@apache.org>.
javier-nieto-nexplore commented on issue #2347:
URL: https://github.com/apache/drill/issues/2347#issuecomment-951920022


   just in case this is from atlas connection wizard for driver 3.6 or later (4.3 included)
   
   ```
   ConnectionString connectionString = new ConnectionString("mongodb+srv://<user>:<password>@<cluster_url>/<mydatabase>?retryWrites=true&w=majority");
   MongoClientSettings settings = MongoClientSettings.builder()
           .applyConnectionString(connectionString)
           .build();
   MongoClient mongoClient = MongoClients.create(settings);
   MongoDatabase database = mongoClient.getDatabase("test");
   ```


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] javier-nieto-nexplore commented on issue #2347: mongo connector in version 1.19.0 not reaching clusters/replica sets

Posted by GitBox <gi...@apache.org>.
javier-nieto-nexplore commented on issue #2347:
URL: https://github.com/apache/drill/issues/2347#issuecomment-951635389


   Thanks @dzamo 
   
   for the record, I've tried already all those combinations just in case but none fully works.
   With the node,node,node or just primary-node approach I got an "unexpected end of stream" error.
   
   Beside that the drill 1.19.0 has mongo driver 4.2 


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] luocooong commented on issue #2347: mongo connector in version 1.19.0 not reaching clusters/replica sets

Posted by GitBox <gi...@apache.org>.
luocooong commented on issue #2347:
URL: https://github.com/apache/drill/issues/2347#issuecomment-952809154


   @cgivre @dzamo Thanks for the support.
   @javier-nieto-nexplore Thanks for the report again.  I may have fixed this bug that already. Could you please help with the test?


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] dzamo commented on issue #2347: mongo connector in version 1.19.0 not reaching clusters/replica sets

Posted by GitBox <gi...@apache.org>.
dzamo commented on issue #2347:
URL: https://github.com/apache/drill/issues/2347#issuecomment-952817196


   @luocooong, did you see this comment above from two days ago?
   
   > tested with apache/drill:master-openjdk-14 and atlas cluster, still the same error,


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] dzamo commented on issue #2347: mongo connector in version 1.19.0 not reaching clusters/replica sets

Posted by GitBox <gi...@apache.org>.
dzamo commented on issue #2347:
URL: https://github.com/apache/drill/issues/2347#issuecomment-951615183


   Where is the hostname HEREYOURCLUSTER.mongodb.net in the error message coming from?  It looks like a placeholder.


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] cgivre commented on issue #2347: mongo connector in version 1.19.0 not reaching clusters/replica sets

Posted by GitBox <gi...@apache.org>.
cgivre commented on issue #2347:
URL: https://github.com/apache/drill/issues/2347#issuecomment-951473605


   @javier-nieto-nexplore Is this a cloud hosted mongo instance?


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] luocooong commented on issue #2347: mongo connector in version 1.19.0 not reaching clusters/replica sets

Posted by GitBox <gi...@apache.org>.
luocooong commented on issue #2347:
URL: https://github.com/apache/drill/issues/2347#issuecomment-952857330


   @dzamo Thank you for that. This problem is due to creating connection (the build type).


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] javier-nieto-nexplore commented on issue #2347: mongo connector in version 1.19.0 not reaching clusters/replica sets

Posted by GitBox <gi...@apache.org>.
javier-nieto-nexplore commented on issue #2347:
URL: https://github.com/apache/drill/issues/2347#issuecomment-951828956


   tested with the quick start 
   https://mongodb.github.io/mongo-java-driver/4.2/driver/getting-started/quick-start/
   
   `<dependency>
           <groupId>org.mongodb</groupId>
           <artifactId>mongodb-driver-sync</artifactId>
           <version>4.2.3</version>
       </dependency>`
   
   code is able to connect to the cluster, connect to database+collection and get document count
   
   I've used connection string from atlas recommendations mongodb+srv://[username:password@]host[/[database][?options]] the options used are (?retryWrites=true&w=majority)
   
   here is some explanation about connection string options:
   http://mongodb.github.io/mongo-java-driver/4.2/apidocs/mongodb-driver-core/com/mongodb/ConnectionString.html?is-external=true
   


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] javier-nieto-nexplore commented on issue #2347: mongo connector in version 1.19.0 not reaching clusters/replica sets

Posted by GitBox <gi...@apache.org>.
javier-nieto-nexplore commented on issue #2347:
URL: https://github.com/apache/drill/issues/2347#issuecomment-951111350


   Hi there,
   
   tested with apache/drill:master-openjdk-14 and atlas cluster, still the same error, I'm not digging too deep but it looks like the driver is not going through the right resolving path (Created connection to [address=HEREYOURCLUSTER.mongodb.net:27017)
   
   here is the error:
   `2021-10-25 16:32:26,310 [1e8923e6-dbdf-8b84-a50b-37cfa1d705e9:frag:0:0] INFO  o.a.d.e.s.mongo.MongoStoragePlugin - Created connection to [address=HEREYOURCLUSTER.mongodb.net:27017, user=HEREYOURUSER].
   2021-10-25 16:32:26,310 [1e8923e6-dbdf-8b84-a50b-37cfa1d705e9:frag:0:0] INFO  o.a.d.e.s.mongo.MongoStoragePlugin - Number of open connections 0.
   2021-10-25 16:32:56,397 [1e8923e6-dbdf-8b84-a50b-37cfa1d705e9:frag:0:0] WARN  o.a.d.e.s.m.s.MongoSchemaFactory - Failure while loading databases in Mongo. Timed out after 30000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=HEREYOURCLUSTER.mongodb.net:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketException: HEREYOURCLUSTER.mongodb.net}, caused by {java.net.UnknownHostException: HEREYOURCLUSTER.mongodb.net}}]`
   
   
   here the boot-start config:
   `Base Configuration:
   	- jar:file:/opt/drill/jars/drill-common-1.20.0-SNAPSHOT.jar!/drill-default.conf
   
   Intermediate Configuration and Plugin files, in order of precedence:
   	- jar:file:/opt/drill/jars/drill-storage-kafka-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-syslog-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-kudu-storage-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-memory-base-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-common-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-excel-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-druid-storage-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-storage-hbase-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-mongo-storage-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-storage-cassandra-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-hive-exec-shaded-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-storage-hive-core-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-opentsdb-storage-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-ltsv-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-image-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-storage-http-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-storage-elasticsearch-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-xml-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-logical-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-java-exec-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-jdbc-storage-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-spss-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-udfs-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-esri-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-pcapng-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-hdf5-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-httpd-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-storage-splunk-1.20.0-SNAPSHOT.jar!/drill-module.conf
   `
   
   


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] javier-nieto-nexplore edited a comment on issue #2347: mongo connector in version 1.19.0 not reaching clusters/replica sets

Posted by GitBox <gi...@apache.org>.
javier-nieto-nexplore edited a comment on issue #2347:
URL: https://github.com/apache/drill/issues/2347#issuecomment-951111350


   Hi there,
   
   tested with apache/drill:master-openjdk-14 and atlas cluster, still the same error, I'm not digging too deep but it looks like the driver is not going through the right resolving path (Created connection to [address=HEREYOURCLUSTER.mongodb.net:27017)
   
   here is the error:
   `2021-10-25 16:32:26,310 [1e8923e6-dbdf-8b84-a50b-37cfa1d705e9:frag:0:0] INFO  o.a.d.e.s.mongo.MongoStoragePlugin - Created connection to [address=HEREYOURCLUSTER.mongodb.net:27017, user=HEREYOURUSER].
   2021-10-25 16:32:26,310 [1e8923e6-dbdf-8b84-a50b-37cfa1d705e9:frag:0:0] INFO  o.a.d.e.s.mongo.MongoStoragePlugin - Number of open connections 0.
   2021-10-25 16:32:56,397 [1e8923e6-dbdf-8b84-a50b-37cfa1d705e9:frag:0:0] WARN  o.a.d.e.s.m.s.MongoSchemaFactory - Failure while loading databases in Mongo. Timed out after 30000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=HEREYOURCLUSTER.mongodb.net:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketException: HEREYOURCLUSTER.mongodb.net}, caused by {java.net.UnknownHostException: HEREYOURCLUSTER.mongodb.net}}]
   `
   
   
   here the boot-start config:
   `Base Configuration:
   	- jar:file:/opt/drill/jars/drill-common-1.20.0-SNAPSHOT.jar!/drill-default.conf
   Intermediate Configuration and Plugin files, in order of precedence:
   	- jar:file:/opt/drill/jars/drill-storage-kafka-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-syslog-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-kudu-storage-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-memory-base-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-common-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-excel-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-druid-storage-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-storage-hbase-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-mongo-storage-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-storage-cassandra-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-hive-exec-shaded-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-storage-hive-core-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-opentsdb-storage-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-ltsv-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-image-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-storage-http-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-storage-elasticsearch-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-xml-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-logical-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-java-exec-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-jdbc-storage-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-spss-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-udfs-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-esri-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-pcapng-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-hdf5-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-format-httpd-1.20.0-SNAPSHOT.jar!/drill-module.conf
   	- jar:file:/opt/drill/jars/drill-storage-splunk-1.20.0-SNAPSHOT.jar!/drill-module.conf`
   
   


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] javier-nieto-nexplore commented on issue #2347: mongo connector in version 1.19.0 not reaching clusters/replica sets

Posted by GitBox <gi...@apache.org>.
javier-nieto-nexplore commented on issue #2347:
URL: https://github.com/apache/drill/issues/2347#issuecomment-951615736


   @cgivre yes it is. This one it's atlas over azure.
   
   @dzamo I've put that to replace the real name :)


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] cgivre commented on issue #2347: mongo connector in version 1.19.0 not reaching clusters/replica sets

Posted by GitBox <gi...@apache.org>.
cgivre commented on issue #2347:
URL: https://github.com/apache/drill/issues/2347#issuecomment-951052631


   Would you mind please testing with the lastest build (1.20.0-SNAPSHOT)?


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] cgivre edited a comment on issue #2347: mongo connector in version 1.19.0 not reaching clusters/replica sets

Posted by GitBox <gi...@apache.org>.
cgivre edited a comment on issue #2347:
URL: https://github.com/apache/drill/issues/2347#issuecomment-951052631


   Would you mind please testing with the lastest build (1.20.0-SNAPSHOT)?  Also could you please post the error log (w/o confidential info)?  


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] luocooong commented on issue #2347: mongo connector in version 1.19.0 not reaching clusters/replica sets

Posted by GitBox <gi...@apache.org>.
luocooong commented on issue #2347:
URL: https://github.com/apache/drill/issues/2347#issuecomment-951467600


   @cgivre Can we add a label for "to be verified"?


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org