-
Notifications
You must be signed in to change notification settings - Fork 635
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
Action "allocation" finished executing (may or may not have been successful) #1581
Comments
So, here's what's actually happening with that log message. If you see |
Hi @untergeek , Thank you for quick reply. Your response suggests that the issue is not at curator end then. I must add few more lines of code as those show that filtertype is using ilm to do this task. I am using amazon ES on an ec2 instance which is not using / does not support ILM but works with ISM instead. I should have provided the 5 lines of log which comes before what I shared as curator logs earlier. Rest of the logs are same as I mentioned in my last post in Actual Behavior section. This shows that Curator is using ilm. Is there a work around for this?
|
Please see the documentation here for how to get around this. |
To submit a bug or report an issue
Exception saying 'Action "allocation" finished executing (may or may not have been successful)'
Expected Behavior
I have not worked on allocation action before so I do not know the message for successful allocation but it should say 'index conlog-2020-12-28-11-25 moved to warm state'
Actual Behavior
Steps to Reproduce the Problem
My config file
My action file:
Result is shared in the Actual Behavior section.
Specifications
Context (Environment)
I am in the process of moving ultrawarm policy execution from RunDeck to curator. This is proving a lot harder than I thought, specially when there is very less material regarding issues on the net. I am trying to use curator for rollover, allocation and deletion of ES indices. Rollover is working beautifully via curator. If the indexes wont move to warm state I wont be able to move to next operation 'delete'.
Curator not allocating the indexes form hot-to-warm state.
Detailed Description
I am a newbee for working with curator. Recently I used rollover action successfully for my ES cluster. Please note that I am using AWS ES so i cannot work with ILM. I started working on allocation action to move the indexes from hot to warm state. To begin with I just hardcoded the one index name in action file. If its had been successful then I wanted to use it for the whole cluster. The action file does work in the sense I do see result:true and job completed but with an exception saying 'Action "allocation" finished executing (may or may not have been successful)'. I am not sure what is causing this. Since even the debug logs dont throw any error or exception more than this line. I am unable to find a workaround for this issue.
Please guide me on this or let me know if additional details are required to analyze this issue.
The text was updated successfully, but these errors were encountered: