Re: Unable to run apache geode 1.14.4 instance

2022-03-30 Thread Deepak Dixit
There isn't any error in the log. For reference attaching the log file. - Deepak On Wed, Mar 30, 2022 at 9:51 PM Anthony Baker wrote: > Are there any errors in the locator log? Did the locator log indicate > that the locator started successfully? > > Anthony > > > > On Mar 30, 2022, at 7:14

Re: [PROPOSAL] Remove warning logs from FunctionException

2022-03-30 Thread Ju@N
Hello all, What about something in the middle?: log a WARNING level message stating that the Function named XXX failed and also log the details (including the stack trace) using DEBUG log level?. This would reduce the amount of logs for functions that fail frequently, and will also allow the

Re: [PROPOSAL] Remove warning logs from FunctionException

2022-03-30 Thread Jacob Barrett
On Mar 30, 2022, at 9:45 AM, Alberto Gomez mailto:alberto.go...@est.tech>> wrote: The idea would not be to remove the logs but rather to change the level of these logs from warning to debug level. I agree, if any exception is expected as part user provided action it should not produce

Re: [PROPOSAL] Remove warning logs from FunctionException

2022-03-30 Thread Alberto Gomez
Thanks for your answer, Barry. The idea would not be to remove the logs but rather to change the level of these logs from warning to debug level. Given that according to the Geode documentation, FunctionExceptions are part of the "contract" between the execute methods and Geode, I think that

Re: [PROPOSAL] Remove warning logs from FunctionException

2022-03-30 Thread Barry Oglesby
I guess I would vote for not removing any information from a server log file that might be useful for debugging purposes. That would include exceptions occurring functions. From: Alberto Gomez Sent: Wednesday, March 30, 2022 4:35 AM To: dev@geode.apache.org

Re: Unable to run apache geode 1.14.4 instance

2022-03-30 Thread Anthony Baker
Are there any errors in the locator log? Did the locator log indicate that the locator started successfully? Anthony > On Mar 30, 2022, at 7:14 AM, Deepak Dixit wrote: > > ⚠ External Email > > Hello Dev Team, > > I am facing following issue while starting up Apache Geode 1.14.4 instance >

Unable to run apache geode 1.14.4 instance

2022-03-30 Thread Deepak Dixit
Hello Dev Team, I am facing following issue while starting up Apache Geode 1.14.4 instance gfsh>start locator --name=test2 --log-level=ALL --bind-address=127.0.0.1 Starting a Geode Locator in /Users/deepakdixit/Downloads/apache-geode-1.14.4/test2... Locator in

Call for Presentations now open, ApacheCon North America 2022

2022-03-30 Thread Rich Bowen
[You are receiving this because you are subscribed to one or more user or dev mailing list of an Apache Software Foundation project.] ApacheCon draws participants at all levels to explore “Tomorrow’s Technology Today” across 300+ Apache projects and their diverse communities. ApacheCon showcases

Re: [PROPOSAL] Remove warning logs from FunctionException

2022-03-30 Thread Alberto Gomez
Hi all, I have not received any feedback on this proposal so far. Does anybody have anything against it? Otherwise, I would like to proceed with the implementation of it. Thanks, Alberto From: Alberto Gomez Sent: Thursday, March 24, 2022 4:29 PM To: