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

Service Fabric explorer is allowing creating an Actor Service as Singleton Partition #1425

Open
leonardovillar opened this issue Mar 1, 2023 · 1 comment

Comments

@leonardovillar
Copy link

We were able to reproduce a scenario where we were able to deploy an Actor Service as a singleton partition even that is not supported.
From Visual Studio if we try to change the Actor partition schema to singleton, VS will automatically undo the change and set it back as Int64, However if we have already deployed the whole application and then go to SFX, Application, then scroll down to ServiceType, find the Actor service and then click on "Create" The Create Service wizard will have "Singleton" partition schema marked by default under "Show Advanced Options"

image

This does allow us to create the Actor as Singleton and that may cause issues when trying to interact with the Actor such as ""Unable to cast object of type 'System.Fabric.SingletonPartitionInformation' to type 'System.Fabric.Int64RangePartitionInformation'."

When creating an actor from SFX the create service wizard should be defaulting to Int64Range and all the other options should be disabled when it's a n ActorServiceType

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@leonardovillar and others