[GitHub] [geode] DonalEvans opened a new pull request, #7680: GEODE-10297: Create SSLContext using default protocols

2022-05-11 Thread GitBox
DonalEvans opened a new pull request, #7680: URL: https://github.com/apache/geode/pull/7680 - Modify SSLUtil to attempt to create SSLContext using the default protocols - Add WANSSLDistributedTest to test protocol/cipher combinations in WAN context - Do not hide exception

[GitHub] [geode] mivanac commented on pull request #7664: Newfeature2/geode 9484

2022-05-11 Thread GitBox
mivanac commented on PR #7664: URL: https://github.com/apache/geode/pull/7664#issuecomment-1124104592 Hi @Bill, @echobravopapa, @agingade, @kamilla1201 and @pivotal-jbarrett could you review this PR. Thanks -- This is an automated message from the Apache Git Service. To respond

[GitHub] [geode] mivanac commented on pull request #7515: GEODE-10020: For Ping task avoid registering new destination endpoint

2022-05-11 Thread GitBox
mivanac commented on PR #7515: URL: https://github.com/apache/geode/pull/7515#issuecomment-1124093541 Hi @kirklund, just reminder, are changes OK with you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [geode] jinmeiliao merged pull request #7652: GEODE-10271: ConnectionProxyJUnitTest cleanup

2022-05-11 Thread GitBox
jinmeiliao merged PR #7652: URL: https://github.com/apache/geode/pull/7652 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@geo

[GitHub] [geode] pivotal-eshu opened a new pull request, #7679: GEODE-10294: Compare invalid token during putIfAbsent retry.

2022-05-11 Thread GitBox
pivotal-eshu opened a new pull request, #7679: URL: https://github.com/apache/geode/pull/7679 * During putIfAbsent retry, comparing invalid token value when putIfAbsent of a null value instead. ### For all changes: - [ ] Is there a JIRA ticket associated with

[GitHub] [geode] rhoughton-pivot merged pull request #7600: GEODE-10283: Remove problematic buildSrc project, replacing with includeBuild projects

2022-05-11 Thread GitBox
rhoughton-pivot merged PR #7600: URL: https://github.com/apache/geode/pull/7600 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr..

[GitHub] [geode] mhansonp commented on a diff in pull request #7629: GEODE-7875: fix create index gfsh command on partitioned region

2022-05-11 Thread GitBox
mhansonp commented on code in PR #7629: URL: https://github.com/apache/geode/pull/7629#discussion_r870524698 ## geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/commands/CreateIndexCommand.java: ## @@ -96,7 +96,7 @@ public ResultModel createIndex(@CliOption(key

[GitHub] [geode] mhansonp commented on a diff in pull request #7600: GEODE-10283: Remove problematic buildSrc project, replacing with includeBuild projects

2022-05-11 Thread GitBox
mhansonp commented on code in PR #7600: URL: https://github.com/apache/geode/pull/7600#discussion_r870509656 ## build-tools/geode-testing-isolation/src/test/java/org/apache/geode/gradle/test/isolation/PortRangeTest.java: ## @@ -16,31 +16,28 @@ package org.apache.geode.gradle.te

[GitHub] [geode] demery-pivotal merged pull request #7678: GEODE-10288: Fix property assignment syntax

2022-05-11 Thread GitBox
demery-pivotal merged PR #7678: URL: https://github.com/apache/geode/pull/7678 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...

[GitHub] [geode] jvarenina commented on pull request #7378: GEODE-10056: Improve gateway-receiver load balance

2022-05-11 Thread GitBox
jvarenina commented on PR #7378: URL: https://github.com/apache/geode/pull/7378#issuecomment-1123927160 This PR has been hanging for a long time now, and we should decide whether to close it or merge it. I think this PR adds value to Apache geode if we at least "synchronize" send

[GitHub] [geode] jvarenina commented on a diff in pull request #7665: GEODE-10281: Fix WAN data inconsistency

2022-05-10 Thread GitBox
jvarenina commented on code in PR #7665: URL: https://github.com/apache/geode/pull/7665#discussion_r869924302 ## geode-core/build.gradle: ## @@ -375,6 +375,7 @@ dependencies { distributedTestImplementation(project(':geode-gfsh')) + distributedTestImplementation(project('

[GitHub] [geode] onichols-pivotal closed pull request #7676: GEODE-10295: fix ambiguous overload

2022-05-10 Thread GitBox
onichols-pivotal closed pull request #7676: GEODE-10295: fix ambiguous overload URL: https://github.com/apache/geode/pull/7676 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

[GitHub] [geode] onichols-pivotal commented on pull request #7676: GEODE-10295: fix ambiguous overload

2022-05-10 Thread GitBox
onichols-pivotal commented on PR #7676: URL: https://github.com/apache/geode/pull/7676#issuecomment-1123218632 didn't help with LGTM issue and Geode doesn't support compiling on JDK11 so this is not needed -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [geode-native] lgtm-com[bot] commented on pull request #954: GEODE-10218: Allow server debug

2022-05-10 Thread GitBox
lgtm-com[bot] commented on PR #954: URL: https://github.com/apache/geode-native/pull/954#issuecomment-1123172546 This pull request **introduces 1 alert** when merging 927e176d7433e029d7cae2ca7edd64d658f0ceac into 4d0578a829ee4d967ec4358133e4a8c3563f1310 - [view on LGTM.com](https://lgtm.co

[GitHub] [geode-benchmarks] pivotal-jbarrett opened a new pull request, #168: GEODE-10296: Prevent JVM exit on parser error.

2022-05-10 Thread GitBox
pivotal-jbarrett opened a new pull request, #168: URL: https://github.com/apache/geode-benchmarks/pull/168 Configure HistogramLogProcessor to throw exceptions rather than exit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [geode-native] lgtm-com[bot] commented on pull request #954: GEODE-10218: Allow server debug

2022-05-10 Thread GitBox
lgtm-com[bot] commented on PR #954: URL: https://github.com/apache/geode-native/pull/954#issuecomment-1123054711 This pull request **introduces 1 alert** when merging 4329b35950257a683e7654abce5ef4f91cb3c609 into 4d0578a829ee4d967ec4358133e4a8c3563f1310 - [view on LGTM.com](https://lgtm.co

[GitHub] [geode] gesterzhou commented on a diff in pull request #7670: [Don't review]: GEODE-10290: GII requester should remove departed members

2022-05-10 Thread GitBox
gesterzhou commented on code in PR #7670: URL: https://github.com/apache/geode/pull/7670#discussion_r869774427 ## geode-core/src/main/java/org/apache/geode/internal/cache/InitialImageOperation.java: ## @@ -1077,7 +1081,8 @@ protected Set processReceivedRVV(RegionVersionVector r

[GitHub] [geode] gesterzhou commented on a diff in pull request #7670: [Don't review]: GEODE-10290: GII requester should remove departed members

2022-05-10 Thread GitBox
gesterzhou commented on code in PR #7670: URL: https://github.com/apache/geode/pull/7670#discussion_r869775615 ## geode-core/src/main/java/org/apache/geode/internal/cache/InitialImageOperation.java: ## @@ -1052,19 +1052,23 @@ protected RegionVersionVector getRVVFromProvider(fina

[GitHub] [geode] gesterzhou commented on a diff in pull request #7670: [Don't review]: GEODE-10290: GII requester should remove departed members

2022-05-10 Thread GitBox
gesterzhou commented on code in PR #7670: URL: https://github.com/apache/geode/pull/7670#discussion_r869774525 ## geode-core/src/main/java/org/apache/geode/internal/cache/InitialImageOperation.java: ## @@ -1100,6 +1105,12 @@ protected Set processReceivedRVV(RegionVersionVector

[GitHub] [geode] gesterzhou commented on a diff in pull request #7670: [Don't review]: GEODE-10290: GII requester should remove departed members

2022-05-10 Thread GitBox
gesterzhou commented on code in PR #7670: URL: https://github.com/apache/geode/pull/7670#discussion_r869774427 ## geode-core/src/main/java/org/apache/geode/internal/cache/InitialImageOperation.java: ## @@ -1077,7 +1081,8 @@ protected Set processReceivedRVV(RegionVersionVector r

[GitHub] [geode] demery-pivotal merged pull request #7673: GEODE-10289: Argument file for JDK 17

2022-05-10 Thread GitBox
demery-pivotal merged PR #7673: URL: https://github.com/apache/geode/pull/7673 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...

[GitHub] [geode] jinmeiliao opened a new pull request, #7677: GEODE-10286: handle CancelException in PersistenceAdvisor.close

2022-05-10 Thread GitBox
jinmeiliao opened a new pull request, #7677: URL: https://github.com/apache/geode/pull/7677 * GEODE-10287: do distAdvisor.close after waitForCurrentOperations() -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [geode] onichols-pivotal opened a new pull request, #7676: GEODE-10295: fix ambiguous overload

2022-05-10 Thread GitBox
onichols-pivotal opened a new pull request, #7676: URL: https://github.com/apache/geode/pull/7676 GEODE-6588 mass cleanup removed an explicit cast to remove a warning, however in JDK11, the cast is necessary to disambiguate against a new overloaded added to an interface this class implement

[GitHub] [geode-native] mmartell commented on a diff in pull request #954: GEODE-10218: Allow server debug

2022-05-10 Thread GitBox
mmartell commented on code in PR #954: URL: https://github.com/apache/geode-native/pull/954#discussion_r869734411 ## cppcache/integration/framework/Cluster.h: ## @@ -124,6 +124,7 @@ using Password = NamedType; using CacheXMLFiles = NamedType, struct CacheXMLFilesParameter>

[GitHub] [geode-native] mmartell commented on a diff in pull request #954: GEODE-10218: Allow server debug

2022-05-10 Thread GitBox
mmartell commented on code in PR #954: URL: https://github.com/apache/geode-native/pull/954#discussion_r869733477 ## cppcache/integration/framework/Cluster.h: ## @@ -141,6 +142,9 @@ class Cluster { Cluster(InitialLocators initialLocators, InitialServers initialServers,

[GitHub] [geode-native] mmartell commented on a diff in pull request #954: GEODE-10218: Allow server debug

2022-05-10 Thread GitBox
mmartell commented on code in PR #954: URL: https://github.com/apache/geode-native/pull/954#discussion_r869732762 ## clicache/integration-test2/GfshTest.cs: ## @@ -77,13 +77,16 @@ public void StartLocatorStringsTest() .withSslKeyStore("some/path/keystore.jks")

[GitHub] [geode] rhoughton-pivot merged pull request #7674: GEODE-10293: Modify .asf.yaml to require CodeQL, drop LGTM

2022-05-10 Thread GitBox
rhoughton-pivot merged PR #7674: URL: https://github.com/apache/geode/pull/7674 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr..

[GitHub] [geode] nabarunnag commented on a diff in pull request #7670: [Don't review]: GEODE-10290: GII requester should remove departed members

2022-05-10 Thread GitBox
nabarunnag commented on code in PR #7670: URL: https://github.com/apache/geode/pull/7670#discussion_r869687159 ## geode-core/src/main/java/org/apache/geode/internal/cache/InitialImageOperation.java: ## @@ -1052,19 +1052,23 @@ protected RegionVersionVector getRVVFromProvider(fina

[GitHub] [geode] kirklund commented on a diff in pull request #7571: [DRAFT] Add orphan prevention to GfshRule

2022-05-10 Thread GitBox
kirklund commented on code in PR #7571: URL: https://github.com/apache/geode/pull/7571#discussion_r869685152 ## geode-junit/src/main/java/org/apache/geode/test/junit/rules/Folder.java: ## @@ -0,0 +1,40 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] [geode] demery-pivotal commented on a diff in pull request #7571: [DRAFT] Add orphan prevention to GfshRule

2022-05-10 Thread GitBox
demery-pivotal commented on code in PR #7571: URL: https://github.com/apache/geode/pull/7571#discussion_r869682714 ## geode-junit/src/main/java/org/apache/geode/test/junit/rules/gfsh/GfshExecutor.java: ## @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [geode] demery-pivotal commented on a diff in pull request #7571: [DRAFT] Add orphan prevention to GfshRule

2022-05-10 Thread GitBox
demery-pivotal commented on code in PR #7571: URL: https://github.com/apache/geode/pull/7571#discussion_r869678386 ## geode-junit/src/main/java/org/apache/geode/test/junit/rules/Folder.java: ## @@ -0,0 +1,40 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one o

[GitHub] [geode] demery-pivotal commented on a diff in pull request #7571: [DRAFT] Add orphan prevention to GfshRule

2022-05-10 Thread GitBox
demery-pivotal commented on code in PR #7571: URL: https://github.com/apache/geode/pull/7571#discussion_r869676436 ## geode-assembly/src/upgradeTest/java/org/apache/geode/test/junit/rules/GfshContextVersionTest.java: ## @@ -0,0 +1,55 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] [geode] jchen21 commented on a diff in pull request #7670: [Don't review]: GEODE-10290: GII requester should remove departed members

2022-05-10 Thread GitBox
jchen21 commented on code in PR #7670: URL: https://github.com/apache/geode/pull/7670#discussion_r869675129 ## geode-core/src/main/java/org/apache/geode/internal/cache/InitialImageOperation.java: ## @@ -1077,7 +1081,8 @@ protected Set processReceivedRVV(RegionVersionVector remo

[GitHub] [geode-native] pivotal-jbarrett commented on a diff in pull request #954: GEODE-10218: Allow server debug

2022-05-10 Thread GitBox
pivotal-jbarrett commented on code in PR #954: URL: https://github.com/apache/geode-native/pull/954#discussion_r869645866 ## clicache/integration-test2/GfshTest.cs: ## @@ -77,13 +77,16 @@ public void StartLocatorStringsTest() .withSslKeyStore("some/path/keystore

[GitHub] [geode] demery-pivotal merged pull request #7675: GEODE-10288: Define JDK 8, 11, 17 homes for upgrade tests

2022-05-10 Thread GitBox
demery-pivotal merged PR #7675: URL: https://github.com/apache/geode/pull/7675 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...

[GitHub] [geode] kirklund commented on a diff in pull request #7571: [DRAFT] Add orphan prevention to GfshRule

2022-05-10 Thread GitBox
kirklund commented on code in PR #7571: URL: https://github.com/apache/geode/pull/7571#discussion_r869604871 ## geode-core/src/upgradeTest/java/org/apache/geode/internal/net/SocketCreatorUpgradeTest.java: ## @@ -244,26 +264,33 @@ public void upgradingToNewGeodeOnOldJavaWithProt

[GitHub] [geode] kirklund commented on a diff in pull request #7571: [DRAFT] Add orphan prevention to GfshRule

2022-05-10 Thread GitBox
kirklund commented on code in PR #7571: URL: https://github.com/apache/geode/pull/7571#discussion_r869597915 ## geode-assembly/src/upgradeTest/java/org/apache/geode/session/tests/Tomcat8ClientServerRollingUpgradeTest.java: ## @@ -125,21 +130,30 @@ protected void startLocator(Str

[GitHub] [geode] demery-pivotal commented on pull request #7675: GEODE-10288: Define JDK 8, 11, 17 homes for upgrade tests

2022-05-10 Thread GitBox
demery-pivotal commented on PR #7675: URL: https://github.com/apache/geode/pull/7675#issuecomment-1122749018 > Seems like a sane script change. > > Are these all required parameters for running locally? None are required for running locally. The `multi-process-test.gradle` scri

[GitHub] [geode] rhoughton-pivot opened a new pull request, #7674: GEODE-10293: Modify .asf.yaml to require CodeQL, drop LGTM

2022-05-10 Thread GitBox
rhoughton-pivot opened a new pull request, #7674: URL: https://github.com/apache/geode/pull/7674 Authored-by: Robert Houghton ### For all changes: - [ ] Is there a JIRA ticket associated with this PR? Is it referenced in the commit message? - [ ] Has your PR

[GitHub] [geode] onichols-pivotal merged pull request #7659: GEODE-10282: Migrate from springfox to springdoc to avoid swagger CVE.

2022-05-10 Thread GitBox
onichols-pivotal merged PR #7659: URL: https://github.com/apache/geode/pull/7659 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr.

[GitHub] [geode-native] mmartell commented on a diff in pull request #954: GEODE-10218: Allow server debug

2022-05-10 Thread GitBox
mmartell commented on code in PR #954: URL: https://github.com/apache/geode-native/pull/954#discussion_r869537870 ## clicache/integration-test2/Cluster.cs: ## @@ -71,7 +73,7 @@ private bool StartLocators() for (var i = 0; i < locatorCount_; i++) {

[GitHub] [geode] jdeppe-pivotal merged pull request #7671: GEODE-10284: Add partition-listener option to gfsh create region command (#7666)

2022-05-10 Thread GitBox
jdeppe-pivotal merged PR #7671: URL: https://github.com/apache/geode/pull/7671 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...

[GitHub] [geode] demery-pivotal opened a new pull request, #7673: GEODE-10289: Argument file for JDK 17

2022-05-10 Thread GitBox
demery-pivotal opened a new pull request, #7673: URL: https://github.com/apache/geode/pull/7673 The argument file was generated on Linux using OpenJDK 17.0.2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [geode] pivotal-jbarrett commented on a diff in pull request #7665: GEODE-10281: Fix WAN data inconsistency

2022-05-10 Thread GitBox
pivotal-jbarrett commented on code in PR #7665: URL: https://github.com/apache/geode/pull/7665#discussion_r869466833 ## geode-core/build.gradle: ## @@ -375,6 +375,7 @@ dependencies { distributedTestImplementation(project(':geode-gfsh')) + distributedTestImplementation(pr

[GitHub] [geode-native] pivotal-jbarrett commented on a diff in pull request #968: GEODE-10291: Add ubuntu 22.04 (jammy) to CI

2022-05-10 Thread GitBox
pivotal-jbarrett commented on code in PR #968: URL: https://github.com/apache/geode-native/pull/968#discussion_r869462212 ## docker/ubuntu-22.04/Dockerfile: ## @@ -0,0 +1,71 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreement

[GitHub] [geode-native] moleske commented on a diff in pull request #968: GEODE-10291: Add ubuntu 22.04 (jammy) to CI

2022-05-10 Thread GitBox
moleske commented on code in PR #968: URL: https://github.com/apache/geode-native/pull/968#discussion_r869449791 ## docker/ubuntu-22.04/Dockerfile: ## @@ -0,0 +1,71 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See t

[GitHub] [geode-native] pivotal-jbarrett commented on pull request #966: GEODE-10291: Compile on ubuntu jammy (gcc/g++ 11.2.0)

2022-05-10 Thread GitBox
pivotal-jbarrett commented on PR #966: URL: https://github.com/apache/geode-native/pull/966#issuecomment-1122589756 Looks like CI didn't run. Please post empty commit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [geode-native] gaussianrecurrence commented on a diff in pull request #969: GEODE-10276: Refactor PDX (de)serialization code

2022-05-10 Thread GitBox
gaussianrecurrence commented on code in PR #969: URL: https://github.com/apache/geode-native/pull/969#discussion_r869428049 ## cppcache/src/CacheImpl.hpp: ## @@ -134,6 +134,12 @@ class APACHE_GEODE_EXPORT CacheImpl { */ DistributedSystem& getDistributedSystem(); Review C

[GitHub] [geode-native] pivotal-jbarrett commented on pull request #967: GEODE-10292: Bump to boost 1.79.0

2022-05-10 Thread GitBox
pivotal-jbarrett commented on PR #967: URL: https://github.com/apache/geode-native/pull/967#issuecomment-1122588565 Looks like the CI didn't run at all. Post an empty commit and see if it runs. -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [geode-native] pivotal-jbarrett commented on a diff in pull request #968: GEODE-10291: Add ubuntu 22.04 (jammy) to CI

2022-05-10 Thread GitBox
pivotal-jbarrett commented on code in PR #968: URL: https://github.com/apache/geode-native/pull/968#discussion_r869424555 ## docker/ubuntu-22.04/Dockerfile: ## @@ -0,0 +1,71 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreement

[GitHub] [geode-native] gaussianrecurrence commented on a diff in pull request #969: GEODE-10276: Refactor PDX (de)serialization code

2022-05-10 Thread GitBox
gaussianrecurrence commented on code in PR #969: URL: https://github.com/apache/geode-native/pull/969#discussion_r869351686 ## cppcache/integration/test/PdxInstanceTest.cpp: ## @@ -268,7 +268,7 @@ TEST(PdxInstanceTest, testPdxInstance) { pdxTypeFromPdxTypeInstance->equals

[GitHub] [geode-native] pivotal-jbarrett commented on a diff in pull request #969: GEODE-10276: Refactor PDX (de)serialization code

2022-05-10 Thread GitBox
pivotal-jbarrett commented on code in PR #969: URL: https://github.com/apache/geode-native/pull/969#discussion_r869330026 ## cppcache/integration/test/PdxInstanceTest.cpp: ## @@ -268,7 +268,7 @@ TEST(PdxInstanceTest, testPdxInstance) { pdxTypeFromPdxTypeInstance->equals(*

[GitHub] [geode] dependabot[bot] opened a new pull request, #7672: Bump puma from 5.3.2 to 5.6.4 in /geode-book

2022-05-10 Thread GitBox
dependabot[bot] opened a new pull request, #7672: URL: https://github.com/apache/geode/pull/7672 Bumps [puma](https://github.com/puma/puma) from 5.3.2 to 5.6.4. Release notes Sourced from https://github.com/puma/puma/releases";>puma's releases. 5.6.4 Security C

[GitHub] [geode] rhoughton-pivot merged pull request #7669: wip - codeql instead of lgtm

2022-05-10 Thread GitBox
rhoughton-pivot merged PR #7669: URL: https://github.com/apache/geode/pull/7669 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr..

[GitHub] [geode-native] gaussianrecurrence commented on pull request #969: GEODE-10276: Refactor PDX (de)serialization code

2022-05-10 Thread GitBox
gaussianrecurrence commented on PR #969: URL: https://github.com/apache/geode-native/pull/969#issuecomment-1122476087 > I realize this is a draft but was excited to take a peek and noticed this one right away. Yes, this is a WIP, there are some minor changes i yet want to make, and w

[GitHub] [geode-native] gaussianrecurrence commented on a diff in pull request #969: GEODE-10276: Refactor PDX (de)serialization code

2022-05-10 Thread GitBox
gaussianrecurrence commented on code in PR #969: URL: https://github.com/apache/geode-native/pull/969#discussion_r869302660 ## cppcache/src/CacheableObjectArray.cpp: ## @@ -53,6 +54,18 @@ size_t CacheableObjectArray::objectSize() const { } return size; } + +std::string Ca

[GitHub] [geode-native] gaussianrecurrence closed pull request #891: GEODE-9753: Solve PDX serialization coredump

2022-05-10 Thread GitBox
gaussianrecurrence closed pull request #891: GEODE-9753: Solve PDX serialization coredump URL: https://github.com/apache/geode-native/pull/891 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

[GitHub] [geode-native] gaussianrecurrence commented on pull request #891: GEODE-9753: Solve PDX serialization coredump

2022-05-10 Thread GitBox
gaussianrecurrence commented on PR #891: URL: https://github.com/apache/geode-native/pull/891#issuecomment-1122456236 Closing this PR as this issue is already addressed in GEODE-10276 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [geode-native] gaussianrecurrence closed pull request #910: GEODE-9968: Fix new attrs in PdxSerializable

2022-05-10 Thread GitBox
gaussianrecurrence closed pull request #910: GEODE-9968: Fix new attrs in PdxSerializable URL: https://github.com/apache/geode-native/pull/910 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

[GitHub] [geode-native] gaussianrecurrence commented on pull request #910: GEODE-9968: Fix new attrs in PdxSerializable

2022-05-10 Thread GitBox
gaussianrecurrence commented on PR #910: URL: https://github.com/apache/geode-native/pull/910#issuecomment-1122454544 Closing this PR as the fix is already covered in GEODE-10276 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [geode-native] pivotal-jbarrett commented on a diff in pull request #969: GEODE-10276: Refactor PDX (de)serialization code

2022-05-10 Thread GitBox
pivotal-jbarrett commented on code in PR #969: URL: https://github.com/apache/geode-native/pull/969#discussion_r869292240 ## cppcache/src/CacheableObjectArray.cpp: ## @@ -53,6 +54,18 @@ size_t CacheableObjectArray::objectSize() const { } return size; } + +std::string Cach

[GitHub] [geode-native] pivotal-jbarrett commented on pull request #969: GEODE-10276: Refactor PDX (de)serialization code

2022-05-10 Thread GitBox
pivotal-jbarrett commented on PR #969: URL: https://github.com/apache/geode-native/pull/969#issuecomment-1122447052 OMG! Awesome effort! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

[GitHub] [geode-native] gaussianrecurrence opened a new pull request, #969: GEODE-10276: Refactor PDX (de)serialization code

2022-05-10 Thread GitBox
gaussianrecurrence opened a new pull request, #969: URL: https://github.com/apache/geode-native/pull/969 - Code related to PDX de(serialization) has been refactored and aligned (in all possible means) to the Java client, solving the following issues: * GEODE-9968 - Fix des

[GitHub] [geode] mkevo commented on pull request #7629: GEODE-7875: fix create index gfsh command on partitioned region

2022-05-10 Thread GitBox
mkevo commented on PR #7629: URL: https://github.com/apache/geode/pull/7629#issuecomment-1122244670 Hi @mhansonp, @kirklund, can you please check the file you are codeowner? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [geode] mkevo commented on a diff in pull request #6225: GEODE-9101: fix VisibleNode attribute in MemberMXBean

2022-05-10 Thread GitBox
mkevo commented on code in PR #6225: URL: https://github.com/apache/geode/pull/6225#discussion_r869103403 ## geode-core/src/main/java/org/apache/geode/distributed/internal/ClusterDistributionManager.java: ## @@ -1793,9 +1793,7 @@ private String prettifyReason(String r) { */

[GitHub] [geode] lgtm-com[bot] commented on pull request #7671: GEODE-10284: Add partition-listener option to gfsh create region command (#7666)

2022-05-09 Thread GitBox
lgtm-com[bot] commented on PR #7671: URL: https://github.com/apache/geode/pull/7671#issuecomment-1121945899 LGTM pull request analysis was skipped for 866f459e4e8939af312700705f17550e59a5ace5 by [onichols-pivotal](https://github.com/onichols-pivotal). Analysis of future commits will happen

[GitHub] [geode] jdeppe-pivotal opened a new pull request, #7671: GEODE-10284: Add partition-listener option to gfsh create region command (#7666)

2022-05-09 Thread GitBox
jdeppe-pivotal opened a new pull request, #7671: URL: https://github.com/apache/geode/pull/7671 * Update documentation Co-authored-by: Dave Barnes (cherry picked from commit d4b80d27277d3eda22f692cf95d95026096470d5) ### For all changes: - [ ] Is there

[GitHub] [geode] jdeppe-pivotal merged pull request #7666: GEODE-10284: Add partition-listener option to gfsh create region command

2022-05-09 Thread GitBox
jdeppe-pivotal merged PR #7666: URL: https://github.com/apache/geode/pull/7666 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...

[GitHub] [geode] lgtm-com[bot] commented on pull request #7666: GEODE-10284: Add partition-listener option to gfsh create region command

2022-05-09 Thread GitBox
lgtm-com[bot] commented on PR #7666: URL: https://github.com/apache/geode/pull/7666#issuecomment-1121894560 LGTM pull request analysis was skipped for a8790f9d66b669106554e54b6904b42695ff44cc by [jdeppe-pivotal](https://github.com/jdeppe-pivotal). Analysis of future commits will happen as

[GitHub] [geode-native] moleske opened a new pull request, #968: GEODE-10291: Add ubuntu 22.04 (jammy) to CI

2022-05-09 Thread GitBox
moleske opened a new pull request, #968: URL: https://github.com/apache/geode-native/pull/968 I don't have ami credentials nor concourse credentials to test any of this, so I will need some help if this should be wanted in CI -- This is an automated message from the Apache Git Service. To

[GitHub] [geode-native] moleske opened a new pull request, #967: GEODE-10292: Bump to boost 1.79.0

2022-05-09 Thread GitBox
moleske opened a new pull request, #967: URL: https://github.com/apache/geode-native/pull/967 Initially complained that it did not know what `boost::filesystem::ofstream` before adding the header file -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [geode-native] moleske opened a new pull request, #966: GEODE-10291: Compile on ubuntu jammy (gcc/g++ 11.2.0)

2022-05-09 Thread GitBox
moleske opened a new pull request, #966: URL: https://github.com/apache/geode-native/pull/966 Initially failed to compile because it could not find `sleep_for` (was undefined) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [geode] gesterzhou opened a new pull request, #7670: [Don't review]: GEODE-10290: GII requester should remove departed members

2022-05-09 Thread GitBox
gesterzhou opened a new pull request, #7670: URL: https://github.com/apache/geode/pull/7670 ### For all changes: - [ ] Is there a JIRA ticket associated with this PR? Is it referenced in the commit message? - [ ] Has your PR been rebased against the latest commit wi

[GitHub] [geode] jinmeiliao commented on pull request #7659: GEODE-10282: Migrate from springfox to springdoc to avoid swagger CVE.

2022-05-09 Thread GitBox
jinmeiliao commented on PR #7659: URL: https://github.com/apache/geode/pull/7659#issuecomment-1121677376 we have a go client that is a consumer of the swagger doc to issue management rest api command and parse it's result. This will break that tool. I know it is out of the scope of this PR.

[GitHub] [geode] lgtm-com[bot] commented on pull request #7666: GEODE-10284: Add partition-listener option to gfsh create region command

2022-05-09 Thread GitBox
lgtm-com[bot] commented on PR #7666: URL: https://github.com/apache/geode/pull/7666#issuecomment-1121668439 LGTM pull request analysis was skipped for d2e5ed404c26c7cba5f50414c73281c27dfb7a94 by [onichols-pivotal](https://github.com/onichols-pivotal). Analysis of future commits will happen

[GitHub] [geode] rhoughton-pivot opened a new pull request, #7669: wip - codeql instead of lgtm

2022-05-09 Thread GitBox
rhoughton-pivot opened a new pull request, #7669: URL: https://github.com/apache/geode/pull/7669 ### For all changes: - [ ] Is there a JIRA ticket associated with this PR? Is it referenced in the commit message? - [ ] Has your PR been rebased against the latest comm

[GitHub] [geode] dschneider-pivotal commented on a diff in pull request #7667: GEODE-10226: Added monitoring of async writer

2022-05-09 Thread GitBox
dschneider-pivotal commented on code in PR #7667: URL: https://github.com/apache/geode/pull/7667#discussion_r868325789 ## geode-core/src/main/java/org/apache/geode/internal/cache/DiskStoreImpl.java: ## @@ -1716,67 +1723,78 @@ void doAsyncFlush() { logger.debug("Async wr

[GitHub] [geode] jdeppe-pivotal commented on a diff in pull request #7666: GEODE-10284: Add partition-listener option to gfsh create region command

2022-05-09 Thread GitBox
jdeppe-pivotal commented on code in PR #7666: URL: https://github.com/apache/geode/pull/7666#discussion_r868200094 ## geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/commands/CreateRegionCommand.java: ## @@ -168,6 +169,8 @@ public ResultModel createRegion(

[GitHub] [geode] rhoughton-pivot commented on a diff in pull request #7600: Remove problematic buildSrc project, replacing with includeBuild projects

2022-05-09 Thread GitBox
rhoughton-pivot commented on code in PR #7600: URL: https://github.com/apache/geode/pull/7600#discussion_r868260864 ## build.gradle: ## @@ -29,16 +29,21 @@ plugins { id "org.ajoberstar.grgit" version "4.1.1" apply false id "org.nosphere.apache.rat" version "0.7.1" apply fa

[GitHub] [geode] jdeppe-pivotal commented on a diff in pull request #7600: Remove problematic buildSrc project, replacing with includeBuild projects

2022-05-09 Thread GitBox
jdeppe-pivotal commented on code in PR #7600: URL: https://github.com/apache/geode/pull/7600#discussion_r868260710 ## buildScripts/src/main/groovy/code-analysis.gradle: ## @@ -15,61 +15,85 @@ * limitations under the License. */ -if (project.hasProperty("staticAnalysis")) {

[GitHub] [geode] jdeppe-pivotal commented on a diff in pull request #7600: Remove problematic buildSrc project, replacing with includeBuild projects

2022-05-09 Thread GitBox
jdeppe-pivotal commented on code in PR #7600: URL: https://github.com/apache/geode/pull/7600#discussion_r868259385 ## build.gradle: ## @@ -29,16 +29,21 @@ plugins { id "org.ajoberstar.grgit" version "4.1.1" apply false id "org.nosphere.apache.rat" version "0.7.1" apply fal

[GitHub] [geode] jinmeiliao commented on a diff in pull request #7652: GEODE-10271: ConnectionProxyJUnitTest cleanup

2022-05-09 Thread GitBox
jinmeiliao commented on code in PR #7652: URL: https://github.com/apache/geode/pull/7652#discussion_r868201573 ## geode-core/src/integrationTest/java/org/apache/geode/internal/cache/tier/sockets/ConnectionProxyJUnitTest.java: ## @@ -19,753 +19,377 @@ package org.apache.geode.in

[GitHub] [geode] jdeppe-pivotal commented on a diff in pull request #7666: GEODE-10284: Add partition-listener option to gfsh create region command

2022-05-09 Thread GitBox
jdeppe-pivotal commented on code in PR #7666: URL: https://github.com/apache/geode/pull/7666#discussion_r868200094 ## geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/commands/CreateRegionCommand.java: ## @@ -168,6 +169,8 @@ public ResultModel createRegion(

[GitHub] [geode] jinmeiliao commented on a diff in pull request #7666: GEODE-10284: Add partition-listener option to gfsh create region command

2022-05-09 Thread GitBox
jinmeiliao commented on code in PR #7666: URL: https://github.com/apache/geode/pull/7666#discussion_r868198619 ## geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/commands/CreateRegionCommand.java: ## @@ -168,6 +169,8 @@ public ResultModel createRegion(

[GitHub] [geode] onichols-pivotal merged pull request #7668: GEODE-10089: roll develop to 1.16.0 now that support/1.15 has been created

2022-05-09 Thread GitBox
onichols-pivotal merged PR #7668: URL: https://github.com/apache/geode/pull/7668 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr.

[GitHub] [geode] lgtm-com[bot] commented on pull request #7668: GEODE-10089: roll develop to 1.16.0 now that support/1.15 has been created

2022-05-09 Thread GitBox
lgtm-com[bot] commented on PR #7668: URL: https://github.com/apache/geode/pull/7668#issuecomment-1121294848 LGTM pull request analysis was skipped for 8d7065dea1773e073a4bc44a3b895987cb78b889 by [onichols-pivotal](https://github.com/onichols-pivotal). Analysis of future commits will happen

[GitHub] [geode] pivotal-jbarrett commented on a diff in pull request #7652: GEODE-10271: ConnectionProxyJUnitTest cleanup

2022-05-09 Thread GitBox
pivotal-jbarrett commented on code in PR #7652: URL: https://github.com/apache/geode/pull/7652#discussion_r868152259 ## geode-core/src/integrationTest/java/org/apache/geode/internal/cache/tier/sockets/ConnectionProxyJUnitTest.java: ## @@ -19,753 +19,377 @@ package org.apache.ge

[GitHub] [geode] mivanac commented on pull request #7515: GEODE-10020: For Ping task avoid registering new destination endpoint

2022-05-09 Thread GitBox
mivanac commented on PR #7515: URL: https://github.com/apache/geode/pull/7515#issuecomment-1121065697 Hi @kirklund, just a reminder, could you comment if something needs to be changed, or remove changes requested. -- This is an automated message from the Apache Git Service. To resp

[GitHub] [geode] mivanac commented on pull request #7323: GEODE-9997: added ParallelQueueSetPossibleDuplicateMessage

2022-05-09 Thread GitBox
mivanac commented on PR #7323: URL: https://github.com/apache/geode/pull/7323#issuecomment-1121064843 Hi @kirklund , are changes OK with you? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

[GitHub] [geode] mkevo commented on pull request #7368: GEODE-10055: fix AbstractLauncher to print info and debug with stdout

2022-05-09 Thread GitBox
mkevo commented on PR #7368: URL: https://github.com/apache/geode/pull/7368#issuecomment-1120843776 @echobravopapa, @kamilla1201, @Bill, can you please review this change? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [geode] mivanac opened a new pull request, #7667: GEODE-10226: Added monitoring of async writer

2022-05-07 Thread GitBox
mivanac opened a new pull request, #7667: URL: https://github.com/apache/geode/pull/7667 ### For all changes: - [*] Is there a JIRA ticket associated with this PR? Is it referenced in the commit message? - [*] Has your PR been rebased against the latest commit withi

[GitHub] [geode] jdeppe-pivotal commented on a diff in pull request #7666: GEODE-10284: Add partition-listener option to gfsh create region command

2022-05-07 Thread GitBox
jdeppe-pivotal commented on code in PR #7666: URL: https://github.com/apache/geode/pull/7666#discussion_r867375830 ## geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/commands/CreateRegionCommand.java: ## @@ -170,6 +171,8 @@ public ResultModel createRegion(

[GitHub] [geode] jinmeiliao commented on a diff in pull request #7666: [DRAFT] GEODE-10284: Add partition-listener option to gfsh create region command

2022-05-06 Thread GitBox
jinmeiliao commented on code in PR #7666: URL: https://github.com/apache/geode/pull/7666#discussion_r867300041 ## geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/commands/CreateRegionCommand.java: ## @@ -170,6 +171,8 @@ public ResultModel createRegion(

[GitHub] [geode] onichols-pivotal merged pull request #7663: GEODE-10046: fix classgraph version in LICENSE

2022-05-06 Thread GitBox
onichols-pivotal merged PR #7663: URL: https://github.com/apache/geode/pull/7663 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr.

[GitHub] [geode] lgtm-com[bot] commented on pull request #7659: GEODE-10282: Migrate from springfox to springdoc to avoid swagger CVE.

2022-05-06 Thread GitBox
lgtm-com[bot] commented on PR #7659: URL: https://github.com/apache/geode/pull/7659#issuecomment-1120038012 LGTM pull request analysis was skipped for 8197b247d63291b842d95573f9bd1bb789b5f12c by [onichols-pivotal](https://github.com/onichols-pivotal). Analysis of future commits will happen

[GitHub] [geode] jdeppe-pivotal opened a new pull request, #7666: [DRAFT] GEODE-10284: Add partition-listener option to gfsh create region command

2022-05-06 Thread GitBox
jdeppe-pivotal opened a new pull request, #7666: URL: https://github.com/apache/geode/pull/7666 ### For all changes: - [ ] Is there a JIRA ticket associated with this PR? Is it referenced in the commit message? - [ ] Has your PR been rebased against the latest commi

[GitHub] [geode] dschneider-pivotal commented on pull request #7654: GEODE-10196: handle 'Connection reset" for jdk17

2022-05-06 Thread GitBox
dschneider-pivotal commented on PR #7654: URL: https://github.com/apache/geode/pull/7654#issuecomment-1119795329 redis was removed from geode so this pr is no longer needed in geode -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [geode] dschneider-pivotal closed pull request #7654: GEODE-10196: handle 'Connection reset" for jdk17

2022-05-06 Thread GitBox
dschneider-pivotal closed pull request #7654: GEODE-10196: handle 'Connection reset" for jdk17 URL: https://github.com/apache/geode/pull/7654 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

[GitHub] [geode] dschneider-pivotal merged pull request #7646: GEODE-10206: clean up product references to CMS

2022-05-06 Thread GitBox
dschneider-pivotal merged PR #7646: URL: https://github.com/apache/geode/pull/7646 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubsc

[GitHub] [geode] jvarenina opened a new pull request, #7665: GEODE-10281: Fix for inconsistency

2022-05-06 Thread GitBox
jvarenina opened a new pull request, #7665: URL: https://github.com/apache/geode/pull/7665 ### For all changes: - [ ] Is there a JIRA ticket associated with this PR? Is it referenced in the commit message? - [ ] Has your PR been rebased against the latest commit wit

<    4   5   6   7   8   9   10   11   12   13   >