Ignite Web Console requires root?

2020-02-17 Thread Andrew Munn
https://www.gridgain.com/docs/web-console/latest/deploying-web-console says: By default, the Web Console control process will listen for incoming connections on port 3000, requiring it and its various child processes to run with root-level privileges on UNIX-like operating systems (e.g., Linux

Apache Ignite downloads are redirecting from https to http

2020-02-17 Thread Devin Anderson
Hi all, I'm not sure if this is the correct mailing list to bring up this issue.  If I'm writing the wrong mailing list, please let me know and I'll gladly send my message to a more appropriate list/person. When I attempt to run `apt-get update` on Ubuntu 18.04 with the Apache Ignite

Re: Issue with BaselineTopology Branching History

2020-02-17 Thread Ilya Kasnacheev
Hello! I think this means you have started an empty cluster (node with no persistence) and then you join nodes with actual persistence and baseline to it. The correct way is to start nodes with persistence intact first, then add fresh nodes to their cluster. Regards, -- Ilya Kasnacheev вт,

Re: Ignite yarn resources keep on increasing

2020-02-17 Thread Ilya Kasnacheev
Hello! It's hard to say what's going on. Maybe you forget to stop the node, but retry the same computation, and you have nodes piling up? Can you provide logs? Regards, -- Ilya Kasnacheev пт, 14 февр. 2020 г. в 22:29, ChandanS : > Hi Ilya, > > My submitted Ignite-yarn application works fine

Re: socket streamer and SQL tables

2020-02-17 Thread Ilya Kasnacheev
Hello! Have you checked https://cwiki.apache.org/confluence/display/IGNITE/Streamers+Implementation+Guidelines Please note that writing your own streamers seems to be an advanced topic. Regards, -- Ilya Kasnacheev сб, 15 февр. 2020 г. в 04:19, narges saleh : > Hi All, > > How would one

Re: Failed to send message

2020-02-17 Thread Ilya Kasnacheev
Hello! Suppressed: class org.apache.ignite.IgniteCheckedException: Failed to connect to address [addr=/172.16.10.25:47100, err=No route to host] at org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi. createTcpClient(TcpCommunicationSpi.java:3425)

Re: Issue with Ignite Logging and Log4j2

2020-02-17 Thread Ilya Kasnacheev
Hello! Do you actually have this IGNITE appender? Also, I think this config will lead to duplication of log lines instead of redirection. Better ask somewhere with log4j expertise. Regards, -- Ilya Kasnacheev пт, 14 февр. 2020 г. в 03:24, Mitchell Rathbun (BLOOMBERG/ 731 LEX) <

Re: Ignite Logging and custom Log4j2 appender issue

2020-02-17 Thread Ilya Kasnacheev
Hello! Can you please prepare a reproducer project to demonstrate the issue? Somebody would surely check. Regards, -- Ilya Kasnacheev пт, 14 февр. 2020 г. в 22:00, Mitchell Rathbun (BLOOMBERG/ 731 LEX) < mrathb...@bloomberg.net>: > I have gotten this to work where the IGNITE appender is

Re: Null Pointer Error in GridDhtPartitionsExchangeFuture

2020-02-17 Thread Ilya Kasnacheev
Hello! Better issue TERM (kill without -9) so that node can at least gracefully shutdown its file descriptors. Otherwise, the first error looks like some one-off bug, and "Operation has been cancelled (node is stopping)." are self-descriptive and normal. Unfortunately we would need to take a