[GitHub] [geode-native] mivanac commented on pull request #521: GEODE-7209: Modify check if hostname is resolved

2019-09-17 Thread GitHub
According to ACE_INET_Addr implementation we can not get reply if hostname is not resolved (just error printout): ``` // Creates a ACE_INET_Addr from a PORT_NUMBER and the remote // HOST_NAME. ACE_INET_Addr::ACE_INET_Addr (u_short port_number, const char host_name[],

[GitHub] [geode-native] mivanac commented on pull request #521: GEODE-7209: Modify check if hostname is resolved

2019-09-17 Thread GitHub
So with deeper investigation I learned, that in function ``` // Initializes a ACE_INET_Addr from a PORT_NUMBER and the remote // HOST_NAME. int ACE_INET_Addr::set (u_short port_number, const char host_name[], int encode, int address_fami

[GitHub] [geode-native] pivotal-jbarrett commented on pull request #521: GEODE-7209: Modify check if hostname is resolved

2019-09-17 Thread GitHub
Ok, cool. Maybe put a comment in the source since unless you look at the ACE source this would not be intuitive. `// ACE will not initialize port if hostname is not resolved.` [ Full content available at: https://github.com/apache/geode-native/pull/521 ] This message was relayed via gitbox.apach

[GitHub] [geode] aaronlindsey commented on issue #4003: GEODE-6964: Move geode log4j core classes to geode-log4j

2019-09-17 Thread GitHub
@mcmellawatt @kirklund > Would geode-log4j be an appropriate place to move the classes we need to > break the dependency on geode-core? The goal of this PR is to remove geode-core's dependency on log4j-core, so that users may use a different logging backend (such as logback) more easily. See `

[GitHub] [geode] nabarunnag closed pull request #4059: Feature/ae qwith paused event processing

2019-09-17 Thread GitHub
[ pull request closed by nabarunnag ] [ Full content available at: https://github.com/apache/geode/pull/4059 ] This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] metatype commented on issue #4040: GEODE-7186: Move HttpService implementation into its own module

2019-09-17 Thread GitHub
> @jdeppe-pivotal - I'm ok with removing geode-http-service from the classpath > in another PR as long as the circular dependencies this PR introduces > (geode-http-service -> geode-core -> geode-http-service) don't break > developers IDEs. Is there a way to *avoid* creating a circular dependen

[GitHub] [geode] agingade closed pull request #4051: GEODE-7202 Add null check before closing GatewayReceiverServers

2019-09-17 Thread GitHub
[ pull request closed by agingade ] [ Full content available at: https://github.com/apache/geode/pull/4051 ] This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode]

2019-09-17 Thread GitHub
[ Full content available at: https://github.com/apache/geode/pull/4050 ] This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] gesterzhou closed pull request #4058: GEODE-7208: FlatFormatSerializer should index on inherited fields

2019-09-17 Thread GitHub
[ pull request closed by gesterzhou ] [ Full content available at: https://github.com/apache/geode/pull/4058 ] This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] lgtm-com[bot] commented on issue #4003: GEODE-6964: Move geode log4j core classes to geode-log4j

2019-09-17 Thread lgtm-com
This pull request **fixes 4 alerts** when merging 25b980ae332898252e5e223c6e785ffcb26400b0 into 1a1d221c482cd740002d4fadfff56aee92db2b4d - [view on LGTM.com](https://lgtm.com/projects/g/apache/geode/rev/pr-0cf66e1ebfb7bdfd322c44519c0857a4fcb30921) **fixed alerts:** * 4 for Non\-synchronized ov

[GitHub] [geode-examples] rhoughton-pivot opened pull request #86: Add Gradle option to consume Geode as an includeBuild

2019-09-17 Thread GitHub
Building examples has required a published Geode tgz and jars. Use Gradle's `includeBuild` feature to allow mapping to a custom Geode clone for integration and API testing. Invoke with: `./gradlew -Dcomposite -PgeodeCompositeDirectory=../geode build` [ Full content available at: https://github.com

[GitHub] [geode-native] mivanac commented on pull request #521: GEODE-7209: Modify check if hostname is resolved

2019-09-17 Thread GitHub
Thanks for comment. [ Full content available at: https://github.com/apache/geode-native/pull/521 ] This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] jdeppe-pivotal commented on issue #4040: GEODE-7186: Move HttpService implementation into its own module

2019-09-17 Thread GitHub
@metatype Sorry I missed your comment before merging. I'm working on the next part which is exactly that: removing the circular dependency. [ Full content available at: https://github.com/apache/geode/pull/4040 ] This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] lgtm-com[bot] commented on issue #4065: GEODE-6014: Removal of unnecessary null checks.

2019-09-17 Thread lgtm-com
This pull request **introduces 1 alert** and **fixes 2** when merging bb87060ed1a399e4cbb4a3703235ad481125714c into 1ea49f0e22db51f18802064abf5359772a5c91fe - [view on LGTM.com](https://lgtm.com/projects/g/apache/geode/rev/pr-ef4f290b07297cfcd9d9584228d6861bd6b2a9c2) **new alerts:** * 1 for Us

[GitHub] [geode] nabarunnag closed pull request #4064: GEODE-7213: Initialization of arrays with size 0

2019-09-17 Thread GitHub
[ pull request closed by nabarunnag ] [ Full content available at: https://github.com/apache/geode/pull/4064 ] This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode-examples] onichols-pivotal commented on issue #86: Add Gradle option to consume Geode as an includeBuild

2019-09-17 Thread GitHub
out of curiosity, I tried introducing compile error in geode-management, which is a module that geode-core depends on, and it was not picked up. So does the "composite" feature only apply to the 3 modules explicitly listed, not their dependencies? Also this should be merged to develop, probab

[GitHub] [geode-examples] rhoughton-pivot commented on issue #86: Add Gradle option to consume Geode as an includeBuild

2019-09-17 Thread GitHub
@onichols-pivotal I'll test that more on my side. `-Dcomposite` should pick up such compile-time errors on all sub-projects of the dependencies we name (an error in geode-management should cause a problem for geode-core, and therefore in geode-examples). [ Full content available at: https://g

[GitHub] [geode-examples] onichols-pivotal commented on issue #86: Add Gradle option to consume Geode as an includeBuild

2019-09-17 Thread GitHub
oh, it was user error on my part...I was in geode-web-management not geode-management. It does pick up changes to geode-management just fine :) [ Full content available at: https://github.com/apache/geode-examples/pull/86 ] This message was relayed via gitbox.apache.org for notifications@geode.

[GitHub] [geode] lgtm-com[bot] commented on issue #4003: GEODE-6964: Move geode log4j core classes to geode-log4j

2019-09-17 Thread lgtm-com
This pull request **fixes 4 alerts** when merging 55da9424a12d3e72c3ddafb4a418180142f53fff into 97e1d1907bde63fb0053f5605dbb1113a418e106 - [view on LGTM.com](https://lgtm.com/projects/g/apache/geode/rev/pr-2852d3820255f65073615a351588f471c86a5000) **fixed alerts:** * 4 for Non\-synchronized ov

[GitHub] [geode] mcmellawatt commented on issue #4003: GEODE-6964: Move geode log4j core classes to geode-log4j

2019-09-17 Thread GitHub
Thanks for the picture @aaronlindsey! I think we are on the same page regarding the end result. Currently in the GEODE-7177 PR we have moved select classes which depend on log4j into geode-logging, but now that seems a bit odd since those should really be in geode-log4j (as they are in this PR

[GitHub] [geode] mcmellawatt commented on pull request #4003: GEODE-6964: Move geode log4j core classes to geode-log4j

2019-09-17 Thread GitHub
These header changes makes me think that maybe someone's IntelliJ formatting is setup differently? Do we want these changes? [ Full content available at: https://github.com/apache/geode/pull/4003 ] This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] mcmellawatt commented on pull request #4003: GEODE-6964: Move geode log4j core classes to geode-log4j

2019-09-17 Thread GitHub
Does AlertinService need to be fully qualified here? [ Full content available at: https://github.com/apache/geode/pull/4003 ] This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] mcmellawatt commented on pull request #4003: GEODE-6964: Move geode log4j core classes to geode-log4j

2019-09-17 Thread GitHub
Fully qualified? [ Full content available at: https://github.com/apache/geode/pull/4003 ] This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] mcmellawatt commented on pull request #4003: GEODE-6964: Move geode log4j core classes to geode-log4j

2019-09-17 Thread GitHub
We used `implementation` here before which would have hidden the log4j API from consumers of geode-core. Is that not what we want in this new model, since we are now using `api`? [ Full content available at: https://github.com/apache/geode/pull/4003 ] This message was relayed via gitbox.apache.

[GitHub] [geode] mcmellawatt commented on pull request #4003: GEODE-6964: Move geode log4j core classes to geode-log4j

2019-09-17 Thread GitHub
This test doesn't make sense anymore with the new logging model? [ Full content available at: https://github.com/apache/geode/pull/4003 ] This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] mcmellawatt commented on pull request #4003: GEODE-6964: Move geode log4j core classes to geode-log4j

2019-09-17 Thread GitHub
Probably fully qualified from a move refactor [ Full content available at: https://github.com/apache/geode/pull/4003 ] This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] mcmellawatt commented on pull request #4003: GEODE-6964: Move geode log4j core classes to geode-log4j

2019-09-17 Thread GitHub
Is this TODO still relevant? If not, can we remove it? If so, can we address it in this PR or create a follow up ticket and remove the TODO? [ Full content available at: https://github.com/apache/geode/pull/4003 ] This message was relayed via gitbox.apache.org for notifications@geode.apache.or