Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
82 stars 12 forks source link

Deployed mesh application has become unresponsive #284

Open neilrees opened 5 years ago

neilrees commented 5 years ago

We are unable to make contact with an application we have deployed. The application has been working fine, but stopped responding overnight UK time.

We are unable to connect to the listening port (443) defined in the service.

The Mesh service page in Azure Portal hangs on the "loading" image: image

Az cli returns gateway errors when trying to inspect the app:

$ az mesh code-package-log get --subscription [sub] --app-name [appname] --resource-group [rg] --service-name [service] --replica-name 0 --code-package-name [codepackage]
'ClientRequestError' object has no attribute 'response'
Traceback (most recent call last):
  File "C:\Users\trdai\AppData\Local\Temp\pip-install-89bq87q4\requests\requests\adapters.py", line 445, in send
  File "C:\Users\trdai\AppData\Local\Temp\pip-install-89bq87q4\urllib3\urllib3\connectionpool.py", line 731, in urlopen
  File "C:\Users\trdai\AppData\Local\Temp\pip-install-89bq87q4\urllib3\urllib3\connectionpool.py", line 731, in urlopen
  File "C:\Users\trdai\AppData\Local\Temp\pip-install-89bq87q4\urllib3\urllib3\connectionpool.py", line 731, in urlopen
  File "C:\Users\trdai\AppData\Local\Temp\pip-install-89bq87q4\urllib3\urllib3\connectionpool.py", line 711, in urlopen
  File "C:\Users\trdai\AppData\Local\Temp\pip-install-89bq87q4\urllib3\urllib3\util\retry.py", line 398, in increment
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='management.azure.com', port=443): Max retries exceeded with url: /subscriptions/[sub]/resourceGroups/[rg]/providers/Microsoft.ServiceFabricMesh/applications/[app]/services/[service]/replicas/0/codePackages/[codepackage]/logs?api-version=2018-07-01-preview (Caused by ResponseError('too many 504 error responses',))