You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Aniket (JIRA)" <ji...@apache.org> on 2018/06/25 20:28:00 UTC

[jira] [Created] (DRILL-6538) MongoDb Collection are accessible only after certain time

Aniket created DRILL-6538:
-----------------------------

             Summary: MongoDb Collection are accessible only after certain time
                 Key: DRILL-6538
                 URL: https://issues.apache.org/jira/browse/DRILL-6538
             Project: Apache Drill
          Issue Type: Bug
          Components: Functions - Drill
    Affects Versions: 1.13.0, 1.12.0
            Reporter: Aniket


After creating a new collection in mongo, If immediately drill query on that collection is fired then getting an error. Please note that there is some compound index created in Mongo.

*org.apache.calcite.runtime.CalciteContextException: From line 1, column 433 to line 1, column 437: Object <CollectionName> not found within 'mongo.<DatabaseName>'*

 After 60 seconds the same query works properly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)