Geode tests completed in pipeline with non-zero exit code

2017-12-19 Thread apachegeodeci
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/38

[DISCUSS]: Handling of SDTOUT/STDERR and Signals

2017-12-19 Thread Ju@N
Hello Geode devs, Currently GEODE is "swallowing" all output sent to stdout and stderr by default and there's no way of changing this behavior when starting members through *gfsh*. This, between other things, prevents users, between other things, from playing around with *System.out.println()* dur

Errored: apache/geode#5277 (develop - 56bd06d)

2017-12-19 Thread Travis CI
Build Update for apache/geode - Build: #5277 Status: Errored Duration: 42 minutes and 53 seconds Commit: 56bd06d (develop) Author: lgallinat Message: Feature/geode 3781: JDBC Connector (#1176) GEODE-3781: add geode-connectors module Introduce new PDX JDBC Con

Re: [DISCUSS]: Handling of SDTOUT/STDERR and Signals

2017-12-19 Thread Kirk Lund
By default Geode redirects stdout and stderr to the value of the log-file property when the Cache starts. If log-file is set to "" then it won't redirect them. When we changed GemFire to use Log4J2 internally, we tried to leave stdout and stderr alone such that the LogWriterAppender would append l

Board Reports

2017-12-19 Thread Michael Stolz
It looks like board reports stopped being posted to the Geode wiki back in July of 2016. Where can I see the latest board reports now?

Re: Board Reports

2017-12-19 Thread Anthony Baker
The latest geode report is at https://www.apache.org/foundation/records/minutes/2017/board_minutes_2017_08_16.txt. You can review all ASF reports at https://www.apache.org/foundation/board/calendar.html. Anthony > On Dec 19, 2017, at 10:15 AM, Michael Stolz wrote: > > It looks like board re

Discussion: Native PDX Reader/Writer std::string

2017-12-19 Thread Jacob Barrett
Java String is an object and as such a member of type String can be null or allocated in the heap. In C++ std::string is a value and as such a member of type std::string can never be null and is (usually) stack allocated with the contents allocated (usually) on the heap. In C/C++ char* is a decayed

Re: Discussion: Native PDX Reader/Writer std::string

2017-12-19 Thread Michael William Dodge
Of those, #1 seems better than #2 and #3. Is there an elegant way to use a sentinel value of std::string to represent null, e.g., static const PdxReader::NULL_STRING = ? Sarge > On 19 Dec, 2017, at 13:34, Jacob Barrett wrote: > > Java String is an object and as such a member of type String ca

Re: Discussion: Native PDX Reader/Writer std::string

2017-12-19 Thread Jacob Barrett
On Tue, Dec 19, 2017 at 1:52 PM Michael William Dodge wrote: > Of those, #1 seems better than #2 and #3. Is there an elegant way to use a > sentinel value of std::string to represent null, e.g., static const > PdxReader::NULL_STRING = ? > I am absolutely opposed to sentinel values just from the

[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #771 was SUCCESSFUL (with 2324 tests)

2017-12-19 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #771 was successful. --- Scheduled 2326 tests in total. https://build.spring.io/browse/SGF-NAG-771/ -- This

Geode tests completed in pipeline with non-zero exit code

2017-12-19 Thread apachegeodeci
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/AcceptanceTest/builds/63

Re: Monitor the neighbour JVM using neihbour's member-timeout

2017-12-19 Thread Bruce Schuchardt
Hi Aravind, Your arguments about the final-check seem sound to me.  I put some further comments on your PR. Regards, Bruce S. On 12/18/17 5:25 AM, Aravind Musigumpula wrote: Hi Community, Can you please give your suggestions on the below solution. I have raised a pull request for the sam

Geode tests completed in pipeline with non-zero exit code

2017-12-19 Thread apachegeodeci
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/FlakyTest/builds/55

Geode unit tests completed in '/' with non-zero exit code

2017-12-19 Thread apachegeodeci
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/FlakyTest/builds/56

Build failed in Jenkins: Geode-nightly #1048

2017-12-19 Thread Apache Jenkins Server
See Changes: [jdeppe] GEODE-4111: Add log message for cache service initialization [github] GEODE-4106: Fix relative path destinations for backups (#1173) [khowe] Feature/GEODE-4061 : Adding coordinator in list me