RE: Failed to start cache due to conflicting cache ID

2019-04-02 Thread Sergio Hernández Martínez
Hi all, after remove nodeId property, every thing is working fine. What differents are between nodeId and consistentId? Thank you very much SHM De: Sergio Hernández Martínez Enviado: lunes, 1 de abril de 2019 14:01 Para: user@ignite.apache.org Asunto: Failed

Failed to start cache due to conflicting cache ID

2019-04-01 Thread Sergio Hernández Martínez
Hi all, I am testing the fault tolerance of ignite 2.7 without persistence. When the ignite-0001 node goes off and gets up again, I have the following error message the other 2 nodes (ignite-0002 and ignite-0003): 2019-04-01T10: 17: 18.881 + 00: 00 ERROR - - - org.apache.ignite.logger.log4j2.L

RE: Authorization Plugin

2019-02-18 Thread Sergio Hernández Martínez
, i'm getting NULL on SecurityContextHolder Thank's you! De: Ilya Kasnacheev Enviado: lunes, 18 de febrero de 2019 12:10 Para: Sergio Hernández Martínez Cc: user@ignite.apache.org Asunto: Re: Authorization Plugin Hello! I guess you will have to fill this c

RE: Authorization Plugin

2019-02-16 Thread Sergio Hernández Martínez
g null you can just do SecurityContextHolder.get(). Regards, -- Ilya Kasnacheev пт, 8 февр. 2019 г. в 22:45, Sergio Hernández Martínez mailto:serher...@hotmail.com>>: hi everyone, I'm developing my own authorization plugin. I've arrived to a point that i'm blocked. M

Re: Implementing custom plugin

2019-02-13 Thread Sergio Hernández Martínez
Sorry, but this custom plugin only has authentication section for node and you can check permisions for nodes. The authorize method always has null security context. Thanks! From: vitalys Sent: Wednesday, February 13, 2019 5:32:01 PM To: user@ignite.apache.org S

Authorization Plugin

2019-02-08 Thread Sergio Hernández Martínez
hi everyone, I'm developing my own authorization plugin. I've arrived to a point that i'm blocked. My code is: public void authorize(String s, SecurityPermission securityPermission, @Nullable SecurityContext securityContext) throws SecurityException { if (securityContext.subject().logi

Ignite 2.7.0 and Hadoop Accelerator

2019-01-29 Thread Sergio Hernández Martínez
Hello Everybody, After saw the download page, i have one question. In the download page we have binaries for Apache Ignite 2.7.0 but i don't see Hadoop Acelerator binaries for 2.7.0 version. IGFS for Hadoop is deprecated? Thank you very much!