microsoft / service-fabric-explorer

Service Fabric Explorer is a web based dashboard for visualizing the state of a Service Fabric cluster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't create services in SF explorer

jackbond opened this issue · comments

Describe the bug
In the SF explorer you can't create a service. The radio buttons don't even work?

To Reproduce
Open SF explorer, try to create a service.

Expected behavior
You should be able to create a service.

  • Service Fabric version
    SF Version 9.1.1390.9590
    Edge Version 107.0.1418.62 (Official build) (64-bit)

image

A few comments: It actually works to create a service, but it creates it as a singleton no matter what you select in the Partition Scheme. I tried to create an actor and somehow it managed to create one using a singleton partion scheme (which is not really working).

Still exists in version 9.1.1436.9590.

Once again, this is just NOT ACCEPTABLE.

Is the Service Fabric team familiar with the concept of TESTING?