Я новичок в Spring Data Cloud Flow, и мне трудно избавиться от потока.
stream list
показывает, что у меня есть поток с именем ticktock5
.
stream undeploy ticktock5
stream destroy ticktock5
приводит к той же ошибке:
Command failed org.springframework.cloud.dataflow.rest.client.DataFlowClientException: Can not delete Package Metadata [ticktock5:1.0.0] in Repository [local]. Not all releases of this package have the status DELETED. Active Releases [ticktock5]
Это работает на
macOS 10.12.6,
java 1.8.0_161,
Docker 2.0.0.0-mac81(29211),
Spring Cloud Data Flow 1.7.2.RELEASE
Воспроизведение простое:
Create a stream
Deploy it
Wait
After a period of time (5 min or longer), the deployment will fail.
No errors are given in the data flow server log