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

No Message When Deleting a Projection #44

Closed
jbradford opened this issue Dec 15, 2014 · 4 comments
Closed

No Message When Deleting a Projection #44

jbradford opened this issue Dec 15, 2014 · 4 comments
Assignees
Labels

Comments

@jbradford
Copy link

When you try deleting a projection there is no immediate feedback on whether it has been successful, although if you check the projection screen it will be gone. After 10-15s it will pop up a message saying "Projection not removed". At no point does the delete projection screen get navigated away from automatically.

@Gutek Gutek self-assigned this Dec 16, 2014
@Gutek Gutek added the bug label Dec 16, 2014
@Gutek
Copy link
Contributor

Gutek commented Dec 16, 2014

mhh, did something had changed in ES?

i've created a projection called "test", when executing DELETE over:

http://127.0.0.1:2113/projection/test?deleteCheckpointStream=no&deleteStateStream=no

i'm getting: Not Found

and its taking 10-15s. but thats not UI, its a waiting for a ES to respond

@Gutek
Copy link
Contributor

Gutek commented Dec 16, 2014

ok, it looks like it is deleted, but still, ES API is returning not found when executing DELETE over projection url. And it still takes up to 15 seconds to respond.

i can't do much about it on UI side :( i'm reacting on 404 error returned by DELETE operation. @jen20 @gregoryyoung @pgermishuys any thoughts on this?

@Gutek
Copy link
Contributor

Gutek commented Dec 16, 2014

mhh, after some time and when projection was stopped, delete worked like a charm without 404

@gregoryyoung
Copy link
Contributor

We will take a look at it. Sounds like it is sending a message and not
getting a response internally.

On Tue, Dec 16, 2014 at 10:44 PM, Jakub Gutkowski notifications@github.com
wrote:

ok, it looks like it is deleted, but still, ES API is returning not found
when executing DELETE over projection url. And it still takes up to 15
seconds to respond.

i can't do much about it on UI side :( i'm reacting on 404 error returned
by DELETE operation. @jen20 https://github.com/jen20 @gregoryyoung
https://github.com/gregoryyoung @pgermishuys
https://github.com/pgermishuys any thoughts on this?


Reply to this email directly or view it on GitHub
#44 (comment)
.

Studying for the Turing test

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

No branches or pull requests

3 participants