Igniters,
I have started up a client without a server in 1.3 edition and to an average user it would look like the client startup is hanging. It is my understanding that in the background the client keeps trying to reconnect to the server, until the first server shows up, but from a user standpoint there is not a single message in the log alluding to that fact. See the log below. Am I missing something? ----------------- [10:40:16] __________ ________________ [10:40:16] / _/ ___/ |/ / _/_ __/ __/ [10:40:16] _/ // (7 7 // / / / / _/ [10:40:16] /___/\___/_/|_/___/ /_/ /___/ [10:40:16] [10:40:16] ver. 1.3.2#20150717-sha1:6711d2c7 [10:40:16] 2015 Copyright(C) Apache Software Foundation [10:40:16] [10:40:16] Ignite documentation: http://ignite.incubator.apache.org [10:40:16] [10:40:16] Quiet mode. [10:40:16] ^-- Logging to file '/Users/Dmitriy/GridGain/gitroot/incubator-ignite/work/log/ignite-531ec78a.log' [10:40:16] ^-- To see **FULL** console log here add -DIGNITE_QUIET=false or "-v" to ignite.{sh|bat} [10:40:16] [10:40:16] Initial heap size is 256MB (should be no less than 512MB, use -Xms512m -Xmx512m). [10:40:16] Configured plugins: [10:40:16] ^-- None [10:40:16] |
It seems that in quiet mode message about trying reconnect is not printed.
But in verbose mode it does. I think in quiet mode also some sort of notification should be printed. Looks like a good issue for newbie. :) On Thu, Jul 23, 2015 at 12:45 AM, Dmitriy Setrakyan <[hidden email]> wrote: > Igniters, > > I have started up a client without a server in 1.3 edition and to an > average user it would look like the client startup is hanging. > > It is my understanding that in the background the client keeps trying to > reconnect to the server, until the first server shows up, but from a user > standpoint there is not a single message in the log alluding to that fact. > > See the log below. Am I missing something? > > ----------------- > [10:40:16] __________ ________________ > [10:40:16] / _/ ___/ |/ / _/_ __/ __/ > [10:40:16] _/ // (7 7 // / / / / _/ > [10:40:16] /___/\___/_/|_/___/ /_/ /___/ > [10:40:16] > [10:40:16] ver. 1.3.2#20150717-sha1:6711d2c7 > [10:40:16] 2015 Copyright(C) Apache Software Foundation > [10:40:16] > [10:40:16] Ignite documentation: http://ignite.incubator.apache.org > [10:40:16] > [10:40:16] Quiet mode. > [10:40:16] ^-- Logging to file > > '/Users/Dmitriy/GridGain/gitroot/incubator-ignite/work/log/ignite-531ec78a.log' > [10:40:16] ^-- To see **FULL** console log here add -DIGNITE_QUIET=false > or "-v" to ignite.{sh|bat} > [10:40:16] > [10:40:16] Initial heap size is 256MB (should be no less than 512MB, use > -Xms512m -Xmx512m). > [10:40:16] Configured plugins: > [10:40:16] ^-- None > [10:40:16] > -- Alexey Kuznetsov GridGain Systems www.gridgain.com |
Yes, for verbose mode client node prints out warning message.
On Wed, Jul 22, 2015 at 9:33 PM, Alexey Kuznetsov <[hidden email]> wrote: > It seems that in quiet mode message about trying reconnect is not printed. > But in verbose mode it does. > I think in quiet mode also some sort of notification should be printed. > > Looks like a good issue for newbie. :) > > On Thu, Jul 23, 2015 at 12:45 AM, Dmitriy Setrakyan <[hidden email] > > > wrote: > > > Igniters, > > > > I have started up a client without a server in 1.3 edition and to an > > average user it would look like the client startup is hanging. > > > > It is my understanding that in the background the client keeps trying to > > reconnect to the server, until the first server shows up, but from a user > > standpoint there is not a single message in the log alluding to that > fact. > > > > See the log below. Am I missing something? > > > > ----------------- > > [10:40:16] __________ ________________ > > [10:40:16] / _/ ___/ |/ / _/_ __/ __/ > > [10:40:16] _/ // (7 7 // / / / / _/ > > [10:40:16] /___/\___/_/|_/___/ /_/ /___/ > > [10:40:16] > > [10:40:16] ver. 1.3.2#20150717-sha1:6711d2c7 > > [10:40:16] 2015 Copyright(C) Apache Software Foundation > > [10:40:16] > > [10:40:16] Ignite documentation: http://ignite.incubator.apache.org > > [10:40:16] > > [10:40:16] Quiet mode. > > [10:40:16] ^-- Logging to file > > > > > '/Users/Dmitriy/GridGain/gitroot/incubator-ignite/work/log/ignite-531ec78a.log' > > [10:40:16] ^-- To see **FULL** console log here add > -DIGNITE_QUIET=false > > or "-v" to ignite.{sh|bat} > > [10:40:16] > > [10:40:16] Initial heap size is 256MB (should be no less than 512MB, use > > -Xms512m -Xmx512m). > > [10:40:16] Configured plugins: > > [10:40:16] ^-- None > > [10:40:16] > > > > > > -- > Alexey Kuznetsov > GridGain Systems > www.gridgain.com > -- Sergey Kozlov GridGain Systems www.gridgain.com |
In reply to this post by Alexey Kuznetsov-2
On Wed, Jul 22, 2015 at 11:33 AM, Alexey Kuznetsov <[hidden email]>
wrote: > It seems that in quiet mode message about trying reconnect is not printed. > But in verbose mode it does. > I think in quiet mode also some sort of notification should be printed. > > Looks like a good issue for newbie. :) > Definitely newbie :) However, I would classify this issue as urgent, even though it is simple. > > On Thu, Jul 23, 2015 at 12:45 AM, Dmitriy Setrakyan <[hidden email] > > > wrote: > > > Igniters, > > > > I have started up a client without a server in 1.3 edition and to an > > average user it would look like the client startup is hanging. > > > > It is my understanding that in the background the client keeps trying to > > reconnect to the server, until the first server shows up, but from a user > > standpoint there is not a single message in the log alluding to that > fact. > > > > See the log below. Am I missing something? > > > > ----------------- > > [10:40:16] __________ ________________ > > [10:40:16] / _/ ___/ |/ / _/_ __/ __/ > > [10:40:16] _/ // (7 7 // / / / / _/ > > [10:40:16] /___/\___/_/|_/___/ /_/ /___/ > > [10:40:16] > > [10:40:16] ver. 1.3.2#20150717-sha1:6711d2c7 > > [10:40:16] 2015 Copyright(C) Apache Software Foundation > > [10:40:16] > > [10:40:16] Ignite documentation: http://ignite.incubator.apache.org > > [10:40:16] > > [10:40:16] Quiet mode. > > [10:40:16] ^-- Logging to file > > > > > '/Users/Dmitriy/GridGain/gitroot/incubator-ignite/work/log/ignite-531ec78a.log' > > [10:40:16] ^-- To see **FULL** console log here add > -DIGNITE_QUIET=false > > or "-v" to ignite.{sh|bat} > > [10:40:16] > > [10:40:16] Initial heap size is 256MB (should be no less than 512MB, use > > -Xms512m -Xmx512m). > > [10:40:16] Configured plugins: > > [10:40:16] ^-- None > > [10:40:16] > > > > > > -- > Alexey Kuznetsov > GridGain Systems > www.gridgain.com > |
I created the ticket - https://issues.apache.org/jira/browse/IGNITE-1157
--Yakov 2015-07-22 23:40 GMT+03:00 Dmitriy Setrakyan <[hidden email]>: > On Wed, Jul 22, 2015 at 11:33 AM, Alexey Kuznetsov < > [hidden email]> > wrote: > > > It seems that in quiet mode message about trying reconnect is not > printed. > > But in verbose mode it does. > > I think in quiet mode also some sort of notification should be printed. > > > > Looks like a good issue for newbie. :) > > > > Definitely newbie :) However, I would classify this issue as urgent, even > though it is simple. > > > > > > On Thu, Jul 23, 2015 at 12:45 AM, Dmitriy Setrakyan < > [hidden email] > > > > > wrote: > > > > > Igniters, > > > > > > I have started up a client without a server in 1.3 edition and to an > > > average user it would look like the client startup is hanging. > > > > > > It is my understanding that in the background the client keeps trying > to > > > reconnect to the server, until the first server shows up, but from a > user > > > standpoint there is not a single message in the log alluding to that > > fact. > > > > > > See the log below. Am I missing something? > > > > > > ----------------- > > > [10:40:16] __________ ________________ > > > [10:40:16] / _/ ___/ |/ / _/_ __/ __/ > > > [10:40:16] _/ // (7 7 // / / / / _/ > > > [10:40:16] /___/\___/_/|_/___/ /_/ /___/ > > > [10:40:16] > > > [10:40:16] ver. 1.3.2#20150717-sha1:6711d2c7 > > > [10:40:16] 2015 Copyright(C) Apache Software Foundation > > > [10:40:16] > > > [10:40:16] Ignite documentation: http://ignite.incubator.apache.org > > > [10:40:16] > > > [10:40:16] Quiet mode. > > > [10:40:16] ^-- Logging to file > > > > > > > > > '/Users/Dmitriy/GridGain/gitroot/incubator-ignite/work/log/ignite-531ec78a.log' > > > [10:40:16] ^-- To see **FULL** console log here add > > -DIGNITE_QUIET=false > > > or "-v" to ignite.{sh|bat} > > > [10:40:16] > > > [10:40:16] Initial heap size is 256MB (should be no less than 512MB, > use > > > -Xms512m -Xmx512m). > > > [10:40:16] Configured plugins: > > > [10:40:16] ^-- None > > > [10:40:16] > > > > > > > > > > > -- > > Alexey Kuznetsov > > GridGain Systems > > www.gridgain.com > > > |
I also created ticked today :)
https://issues.apache.org/jira/browse/IGNITE-1154 It seems my ticked should be closed "as duplicate"? On Fri, Jul 24, 2015 at 9:39 PM, Yakov Zhdanov <[hidden email]> wrote: > I created the ticket - https://issues.apache.org/jira/browse/IGNITE-1157 > > --Yakov > > 2015-07-22 23:40 GMT+03:00 Dmitriy Setrakyan <[hidden email]>: > > > On Wed, Jul 22, 2015 at 11:33 AM, Alexey Kuznetsov < > > [hidden email]> > > wrote: > > > > > It seems that in quiet mode message about trying reconnect is not > > printed. > > > But in verbose mode it does. > > > I think in quiet mode also some sort of notification should be printed. > > > > > > Looks like a good issue for newbie. :) > > > > > > > Definitely newbie :) However, I would classify this issue as urgent, even > > though it is simple. > > > > > > > > > > On Thu, Jul 23, 2015 at 12:45 AM, Dmitriy Setrakyan < > > [hidden email] > > > > > > > wrote: > > > > > > > Igniters, > > > > > > > > I have started up a client without a server in 1.3 edition and to an > > > > average user it would look like the client startup is hanging. > > > > > > > > It is my understanding that in the background the client keeps trying > > to > > > > reconnect to the server, until the first server shows up, but from a > > user > > > > standpoint there is not a single message in the log alluding to that > > > fact. > > > > > > > > See the log below. Am I missing something? > > > > > > > > ----------------- > > > > [10:40:16] __________ ________________ > > > > [10:40:16] / _/ ___/ |/ / _/_ __/ __/ > > > > [10:40:16] _/ // (7 7 // / / / / _/ > > > > [10:40:16] /___/\___/_/|_/___/ /_/ /___/ > > > > [10:40:16] > > > > [10:40:16] ver. 1.3.2#20150717-sha1:6711d2c7 > > > > [10:40:16] 2015 Copyright(C) Apache Software Foundation > > > > [10:40:16] > > > > [10:40:16] Ignite documentation: http://ignite.incubator.apache.org > > > > [10:40:16] > > > > [10:40:16] Quiet mode. > > > > [10:40:16] ^-- Logging to file > > > > > > > > > > > > > > '/Users/Dmitriy/GridGain/gitroot/incubator-ignite/work/log/ignite-531ec78a.log' > > > > [10:40:16] ^-- To see **FULL** console log here add > > > -DIGNITE_QUIET=false > > > > or "-v" to ignite.{sh|bat} > > > > [10:40:16] > > > > [10:40:16] Initial heap size is 256MB (should be no less than 512MB, > > use > > > > -Xms512m -Xmx512m). > > > > [10:40:16] Configured plugins: > > > > [10:40:16] ^-- None > > > > [10:40:16] > > > > > > > > > > > > > > > > -- > > > Alexey Kuznetsov > > > GridGain Systems > > > www.gridgain.com > > > > > > -- Alexey Kuznetsov GridGain Systems www.gridgain.com |
Free forum by Nabble | Edit this page |