Question about Maintenance Action

2022-06-01 Thread Gary Ng Kwong Sang
Hi, I have a question. Is it possible to query Maintenance Action in a non-programmatic way, that is, without using the Java API? Or at least accessing the Maintenance Registry to know what Maintenance Actions need to be done? I am thinking that in the case of an unexpected event that would caus

RE: Ignite node in maintenance mode

2022-06-02 Thread Gary Ng Kwong Sang
https://lists.apache.org/thread/76b271wdq3dog0ggxyo6rwjr9hrgc6ss On 2022/06/02 14:12:54 Surinder Mehra wrote: > Hi, > We are running 3 node cluster and suddenly it went into maintenance mode. > Now i am able to login into nodes but cant do any action like activating > the cluster or removing other

Shutdown hook not always invoked when SIGTERM or SIGINT is supplied

2022-06-10 Thread Gary Ng Kwong Sang
Hi, We use Ansible to stop ignite on our ec2 nodes using pkill -f ignite​ cmd which sends a SIGTERM to terminate the process. What we've noticed is that the shutdown hook is not always invoked (`Invoking shutdown hook...` does not get outputted) but shutdown is initiated (The log line Shutdown