[
https://issues.apache.org/jira/browse/DRILL-8377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
SHUBHAM KUMAR updated DRILL-8377:
---------------------------------
Description:
While accessing a Uppercase databasename in Drill its getting converted to
lower case and then throwing error cant access database
Command failed with error 13 (Unauthorized): 'not authorized on test-database
to execute command.
org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR:
MongoCommandException: Command failed with error 13 (Unauthorized): 'not
authorized on test-database to execute command \{ count: "PaymentsDev", query:
{}, $db: "test-database", $clusterTime:
Actual Database Name: Test-Database
Drill converting it as: test-database
was:
While accessing a Uppercase databasename in Drill its getting converted to
lower case and then throwing error cant access database
Command failed with error 13 (Unauthorized): 'not authorized on qa-omniprofile
to execute command.
org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR:
MongoCommandException: Command failed with error 13 (Unauthorized): 'not
authorized on qa-omniprofile to execute command \{ count: "PaymentsDev", query:
{}, $db: "qa-omniprofile", $clusterTime:
> While accessing a Uppercase databasename in Drill its getting converted to
> lower case and then throwing error cant access database
> ----------------------------------------------------------------------------------------------------------------------------------
>
> Key: DRILL-8377
> URL: https://issues.apache.org/jira/browse/DRILL-8377
> Project: Apache Drill
> Issue Type: Bug
> Reporter: SHUBHAM KUMAR
> Priority: Major
>
> While accessing a Uppercase databasename in Drill its getting converted to
> lower case and then throwing error cant access database
>
> Command failed with error 13 (Unauthorized): 'not authorized on test-database
> to execute command.
> org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR:
> MongoCommandException: Command failed with error 13 (Unauthorized): 'not
> authorized on test-database to execute command \{ count: "PaymentsDev",
> query: {}, $db: "test-database", $clusterTime:
>
> Actual Database Name: Test-Database
> Drill converting it as: test-database
--
This message was sent by Atlassian Jira
(v8.20.10#820010)