Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to create a collection to the attached Core(SQL) server which created using the "Serverless" capacity model #1931

Open
v-mengwe opened this issue Sep 23, 2021 · 4 comments
Labels
AT-CTI Created by CTI team bug The issue reveals something not working as expected. NoSQL P3

Comments

@v-mengwe
Copy link

OS: Win10
Build Version: 20210923.1
Regression: Not a regression

Repro Steps:

  1. Create a Core(SQL) server with "Serverless" capacity model -> Right click the Core(SQL) server -> Select "Copy Connection String".
  2. Click "Attach Database Axccount..." icon -> Paste the copied connection string.
  3. Create a collection to the attached Core(SQL) server.
  4. Check whether succeed to create a collection to the attached Core(SQL) server.

Expect:
Succeed to create a collection to the attached Core(SQL) server.

Actual:
Fail to create a collection to the attached Core(SQL) server.
image

More Info:
Create a collection to the Core(SQL) server -> Expand the attached Core(SQL) server -> There is a collection and can create a document for it successfully.

@v-mengwe v-mengwe added the AT-CTI Created by CTI team label Sep 23, 2021
@neelip
Copy link
Contributor

neelip commented Sep 23, 2021

Attached Accounts scenario for Azure is not a typical scenario as the database account is already available under the subscription tree. I don't see a value is fixing this issue as a priority.
Is there a use case I might be missing?

@v-mengwe
Copy link
Author

This issue does't reproduce for the attached Mongo DB server which created using the "Serverless" capacity model or the attached Core(SQL) server which created using the "Provisioned Throughput" capacity model. It would be better to keep the attached Core(SQL) server consistent with other servers.
From the user's point of view, creating a collection is a basic function, so it would be better if the collection can be created successfully.

@nturinski nturinski added the investigate The issue's root cause is unknown. Someone needs to find that out. label Oct 7, 2021
@v-mengwe
Copy link
Author

v-mengwe commented Oct 28, 2021

Verified on the latest build 20211026.1, the error also reproduces for the attached Gremlin account which created using the "Serverless" capacity model.

@nturinski
Copy link
Member

This error is occurring because when create a collection with an attached serverless SQL(Core) account, we don't stifle the prompt for throughput like we do with the remote experience.

Entering a value in throughput is what is causing the error to occur. The workaround is to just type some bogus value in the prompt (it's not being validated, probably another bug we could file 😅)

@nturinski nturinski added bug The issue reveals something not working as expected. P3 and removed investigate The issue's root cause is unknown. Someone needs to find that out. labels Aug 18, 2022
@nturinski nturinski added this to the Backlog Candidates milestone Aug 18, 2022
@sevoku sevoku added the NoSQL label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AT-CTI Created by CTI team bug The issue reveals something not working as expected. NoSQL P3
Projects
None yet
Development

No branches or pull requests

4 participants