---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56242/#review164353
---
Ship it!
Ship It!
- Bruce Schuchardt
On Feb. 2, 2017, 9:35 p
-1 (binding)
`gradle rat` shows these binary files are included in the src distribution:
+
/Users/abaker/working/apache-geode-src-1.1.0/geode-core/src/test/resources/org/apache/geode/management/internal/configuration/cluster.jar
+
/Users/abaker/working/apache-geode-src-1.1.0/geode-core/src/
Oh, these are used by the tests, and the classes they contain are only test
classes as well. So we need to programmatically produce these jars and zips
during build time?
On Mon, Feb 6, 2017 at 8:05 AM, Anthony Baker wrote:
> -1 (binding)
>
> `gradle rat` shows these binary files are included in
Correct. Let me know if you need help converting these files to gradle tasks.
Anthony
> On Feb 6, 2017, at 8:10 AM, Jinmei Liao wrote:
>
> Oh, these are used by the tests, and the classes they contain are only test
> classes as well. So we need to programmatically produce these jars and zips
Eric Shu created GEODE-2429:
---
Summary: NPE in JtaAfterCompletionMessage.operateOnTx()
Key: GEODE-2429
URL: https://issues.apache.org/jira/browse/GEODE-2429
Project: Geode
Issue Type: Bug
[
https://issues.apache.org/jira/browse/GEODE-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Shu reassigned GEODE-2429:
---
Assignee: Eric Shu
> NPE in JtaAfterCompletionMessage.operateOnTx()
> --
Can someone please do one of the following (I don't have build job
permissions)?
a) disable FlakyTest in the nightly build
or
b) add FlakyTest results to the test results
Also, I think we need to either fix
testSSLEnabledLocatorDiesWhenConnectingToNonSSLLocator or disable it. It's
failing frequ
Will disable it testSSLEnabledLocatorDiesWhenConnectingToNonSSLLocator test.
-Hitesh
From: Kirk Lund
To: geode
Sent: Monday, February 6, 2017 9:05 AM
Subject: Fwd: Build failed in Jenkins: Geode-nightly #738
Can someone please do one of the following (I don't have build job
permi
Hi Avinash,
Any time you try to use a bucket it will get created. It doesn't matter if
you are trying to put or get values.
-Dan
On Sat, Feb 4, 2017 at 9:32 PM, Avinash Dongre wrote:
> Hi,
> In the following test, I have one PR, No buckets will be created initially.
> But when I call get on no
[
https://issues.apache.org/jira/browse/GEODE-2430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jared Stewart reassigned GEODE-2430:
Assignee: Jared Stewart
> Remove binary files from test resources
> ---
Jared Stewart created GEODE-2430:
Summary: Remove binary files from test resources
Key: GEODE-2430
URL: https://issues.apache.org/jira/browse/GEODE-2430
Project: Geode
Issue Type: Improvement
[bump]
I want to see a definitive reference on what's allowed to be in the src of
an Apache project before we take actions to change any tests that use
binary resources.
We have unit tests and regression tests that are using binaries (including
stat files, diskstore files, class files). Jumping t
Kirk Lund created GEODE-2431:
Summary: Upgrade use of Awaitility from 1.7.0 to 2.0.0
Key: GEODE-2431
URL: https://issues.apache.org/jira/browse/GEODE-2431
Project: Geode
Issue Type: Bug
[
https://issues.apache.org/jira/browse/GEODE-2431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk Lund updated GEODE-2431:
-
Issue Type: Test (was: Bug)
> Upgrade use of Awaitility from 1.7.0 to 2.0.0
> ---
[
https://issues.apache.org/jira/browse/GEODE-2431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk Lund reassigned GEODE-2431:
Assignee: Kirk Lund
> Upgrade use of Awaitility from 1.7.0 to 2.0.0
> -
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56332/
---
Review request for geode, Anthony Baker, Bruce Schuchardt, Darrel Schneider,
Jac
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56333/
---
Review request for geode, anilkumar gingade and Darrel Schneider.
Bugs: GEODE-2
[
https://issues.apache.org/jira/browse/GEODE-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854457#comment-15854457
]
ASF subversion and git services commented on GEODE-2386:
Commit 3a
[
https://issues.apache.org/jira/browse/GEODE-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854458#comment-15854458
]
ASF subversion and git services commented on GEODE-1672:
Commit 08
[
https://issues.apache.org/jira/browse/GEODE-2430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854467#comment-15854467
]
Jared Stewart commented on GEODE-2430:
--
Cluster.jar is used by:
ClusterConfigDeployJ
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56332/
---
(Updated Feb. 6, 2017, 6:18 p.m.)
Review request for geode, Anthony Baker, Bruc
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56332/#review164376
---
Looks like nothing changes except import statement and the version
I don't know about apache policy, but I think anything that can't be easily
modified is probably a bad thing to have in the source code. If there is a
binary jar, but there's no way to update the jar to modify the test that
seems like a problem.
Since we have a framework to run tests with old vers
Well, here’s a rule of thumb: if the file was generated by a compiler it’s
probably not source :-)
Binary files such as images, diskstores, stats, etc should ok. There are lots
of discussions on this topic, see [1] for example. Take a look at our current
list of rat excludes in ‘gradle/rat.g
It looks like it was an incomplete removal:
geode-core/build.gradle: testCompile project(':geode-old-versions')
geode-core/src/test/java/org/apache/geode/test/dunit/standalone/VersionManager.java:
File propFile = new
File("../../../geode-old-versions/build/geodeOldVersionClasspaths.txt");
ge
Dan Smith created GEODE-2432:
Summary: Don't create and upload empty maven artifacts for
geode-benchmarks, geode-old-versions
Key: GEODE-2432
URL: https://issues.apache.org/jira/browse/GEODE-2432
Project:
The docs directories contain binary files in various graphic formats: svg,
png, gif, jpg and the like.
I haven't made a practice of checking in the 'sources' for these, because
they're nearly always created with proprietary tools, such as Visio or
OmniGraffle. The workflow for graphics is different
Build Update for apache/geode
-
Build: #1971
Status: Passed
Duration: 8 minutes and 57 seconds
Commit: 0bfe4d1 (awaitility)
Author: Kirk Lund
Message: Update to Awaitility 2.0
View the changeset: https://github.com/apache/geode/commit/0bfe4d15723a
View the fu
> On Feb. 6, 2017, 6:31 p.m., Jinmei Liao wrote:
> > Looks like nothing changes except import statement and the version? Are
> > these tests failing constantly when run together with other flaky?
Those tests are failing pretty consistently in nightly builds and in my own
personal precheckins.
Github user metatype commented on the issue:
https://github.com/apache/geode/pull/326
@jinmeiliao any thoughts on this change?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
ena
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56332/#review164391
---
Ship it!
Ship It!
- Jinmei Liao
On Feb. 6, 2017, 6:18 p.m.,
Github user jinmeiliao commented on the issue:
https://github.com/apache/geode/pull/326
the changes look good to me. Running all tests now. Will pull this in if no
test failures.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as
Or maybe an incomplete implementation? Looking into the code for
VersionManager, I don't see it getting old versions of geode from any other
location. And it looks like the code just logs a warning if it can't find
the file and carries on!
The tests that use this are using a parameterized runner t
Dan Smith created GEODE-2433:
Summary: Backwards compatibility tests are not actually running
Key: GEODE-2433
URL: https://issues.apache.org/jira/browse/GEODE-2433
Project: Geode
Issue Type: Bug
[
https://issues.apache.org/jira/browse/GEODE-2432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Smith reassigned GEODE-2432:
Assignee: Dan Smith
> Don't create and upload empty maven artifacts for geode-benchmarks,
> geode-
[
https://issues.apache.org/jira/browse/GEODE-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Smith reassigned GEODE-2433:
Assignee: Bruce Schuchardt
> Backwards compatibility tests are not actually running
> -
Github user PivotalSarge commented on the issue:
https://github.com/apache/geode/pull/387
They've been googlified.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wis
[
https://issues.apache.org/jira/browse/GEODE-2411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854577#comment-15854577
]
ASF GitHub Bot commented on GEODE-2411:
---
Github user PivotalSarge commented on the i
For me, the "--tests" option seems to only work with the "test" task (not
"integrationTest" or "distributedTest" which I've brought up before).
Are you sure the BC tests aren't run during the "precheckin" task despite
not running with the "--tests" option?
On Mon, Feb 6, 2017 at 11:12 AM, Dan Sm
[
https://issues.apache.org/jira/browse/GEODE-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854585#comment-15854585
]
Bruce Schuchardt commented on GEODE-2433:
-
Yes, I discovered this morning that the
-1 (binding)
I dug into the geode-old-versions project some more. It looks like we may
not be running the backwards compatibility tests. I filed this bug, which I
think we should fix before shipping:
GEODE-2433 - Backwards compatibility tests are not actually running
If we're spinning another RC
[
https://issues.apache.org/jira/browse/GEODE-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854583#comment-15854583
]
Dan Smith commented on GEODE-2433:
--
[~bschuchardt] - It looks like the build.gradle file
> For me, the "--tests" option seems to only work with the "test" task (not
> "integrationTest" or "distributedTest" which I've brought up before).
>
It does work with the syntax I sent. For example if you take the BC out of
the name of the test and run the command from my last email, it will find
[
https://issues.apache.org/jira/browse/GEODE-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854596#comment-15854596
]
ASF subversion and git services commented on GEODE-2433:
Commit 3c
[
https://issues.apache.org/jira/browse/GEODE-2430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anthony Baker updated GEODE-2430:
-
Fix Version/s: 1.1.0
> Remove binary files from test resources
> -
[
https://issues.apache.org/jira/browse/GEODE-2325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jared Stewart resolved GEODE-2325.
--
Resolution: Fixed
Fix Version/s: 1.2.0
> Improve tests for JarDeployer
>
[
https://issues.apache.org/jira/browse/GEODE-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854610#comment-15854610
]
ASF subversion and git services commented on GEODE-2433:
Commit c8
[
https://issues.apache.org/jira/browse/GEODE-2431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854612#comment-15854612
]
ASF subversion and git services commented on GEODE-2431:
Commit ca
[
https://issues.apache.org/jira/browse/GEODE-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854611#comment-15854611
]
ASF subversion and git services commented on GEODE-2433:
Commit 3c
Somehow when I committed the backward-compat testing code the
geode-old-versions/build.gradle file didn't make it. I had other new
files in the commit and everything showed up on reviewboard okay.
Le 2/6/2017 à 10:34 AM, Anthony Baker a écrit :
It looks like it was an incomplete removal:
geo
Hi,
I have a couple of questions regarding max-connections attribute in
cache.xml.
1. If max-connections is set to 800 by default, does that mean if I have
800+ region.put() methods from multiple clients in parallel, Will this
cause issue to some of the inserts or requests from server ?
2. If I
[
https://issues.apache.org/jira/browse/GEODE-2431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854680#comment-15854680
]
ASF subversion and git services commented on GEODE-2431:
Commit bc
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56242/#review164398
---
Ship it!
Ship It!
- Udo Kohlmeyer
On Feb. 2, 2017, 9:35 p.m.
[
https://issues.apache.org/jira/browse/GEODE-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854686#comment-15854686
]
Galen O'Sullivan commented on GEODE-2414:
-
Sorry, I typoed the JIRA number on that
GitHub user galen-pivotal opened a pull request:
https://github.com/apache/geode/pull/392
[GEODE-2414] Ignore a consistently failing test.
This test only seems to be failing on Linux. I haven't figured out the
cause yet. Ignore it until I have time to fix it properly.
You can me
[
https://issues.apache.org/jira/browse/GEODE-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854689#comment-15854689
]
ASF GitHub Bot commented on GEODE-2414:
---
GitHub user galen-pivotal opened a pull req
Github user galen-pivotal commented on the issue:
https://github.com/apache/geode/pull/392
@kirklund I'm not a committer; you're welcome to commit this.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does
[
https://issues.apache.org/jira/browse/GEODE-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854746#comment-15854746
]
ASF GitHub Bot commented on GEODE-2414:
---
Github user galen-pivotal commented on the
Build Update for apache/geode
-
Build: #1977
Status: Broken
Duration: 11 minutes and 7 seconds
Commit: 3ce2a12 (develop)
Author: Bruce Schuchardt
Message: GEODE-2433 Backwards compatibility tests are not actually running
The geode-old-versions/build.gradle fi
Thanks Dave!
--Mark
On Thu, Feb 2, 2017 at 2:11 PM, Dave Barnes wrote:
> I'll volunteer for February.
>
> On Thu, Feb 2, 2017 at 10:50 AM, Mark Bretl wrote:
>
> > Hi,
> >
> > Its that time again for us to create a board report for the February, the
> > 15th, board meeting, are there any volunt
Github user kirklund commented on the issue:
https://github.com/apache/geode/pull/392
I'll merge it in.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or
[
https://issues.apache.org/jira/browse/GEODE-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854774#comment-15854774
]
ASF GitHub Bot commented on GEODE-2414:
---
Github user kirklund commented on the issue
Github user asfgit closed the pull request at:
https://github.com/apache/geode/pull/392
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabl
[
https://issues.apache.org/jira/browse/GEODE-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854786#comment-15854786
]
ASF GitHub Bot commented on GEODE-2414:
---
Github user asfgit closed the pull request
[
https://issues.apache.org/jira/browse/GEODE-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854784#comment-15854784
]
ASF subversion and git services commented on GEODE-2412:
Commit d9
[
https://issues.apache.org/jira/browse/GEODE-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bruce Schuchardt resolved GEODE-2433.
-
Resolution: Fixed
> Backwards compatibility tests are not actually running
> -
[
https://issues.apache.org/jira/browse/GEODE-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854798#comment-15854798
]
ASF subversion and git services commented on GEODE-2433:
Commit 5e
[
https://issues.apache.org/jira/browse/GEODE-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854796#comment-15854796
]
ASF subversion and git services commented on GEODE-2433:
Commit 55
[
https://issues.apache.org/jira/browse/GEODE-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bruce Schuchardt closed GEODE-2433.
---
> Backwards compatibility tests are not actually running
> ---
[
https://issues.apache.org/jira/browse/GEODE-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854801#comment-15854801
]
Bruce Schuchardt commented on GEODE-1965:
-
One file wasn't checked in with the inf
Github user kirklund commented on the issue:
https://github.com/apache/geode/pull/389
Travis failed due to rake (I'm not sure what that even is).
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb,
Rakefile.rb)
---
If your project is set up fo
[
https://issues.apache.org/jira/browse/GEODE-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854814#comment-15854814
]
ASF GitHub Bot commented on GEODE-1434:
---
Github user kirklund commented on the issue
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56346/
---
Review request for geode, Anthony Baker and Hitesh Khamesra.
Repository: geode
Github user metatype commented on the issue:
https://github.com/apache/geode/pull/389
`rake` is a ruby thing. We need a .travis.yml file to build and run unit
tests.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If yo
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56346/#review164414
---
Ship it!
LGTM. Do you want to do this for geode-old-versions a
[
https://issues.apache.org/jira/browse/GEODE-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854821#comment-15854821
]
ASF GitHub Bot commented on GEODE-1434:
---
Github user metatype commented on the issue
[
https://issues.apache.org/jira/browse/GEODE-2432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854830#comment-15854830
]
ASF subversion and git services commented on GEODE-2432:
Commit 89
The max-connections property configures the maximum number of client
connections that can be created on a server.
If a set of clients is attempting to create >800 connections to the same
server either during an operation or while prefilling its pool of
connections, a warning like this is logged on
Github user mmartell commented on the issue:
https://github.com/apache/geode/pull/391
Good catch that must not be used. So we should remove it. Please create a
new ticket for that.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub
[
https://issues.apache.org/jira/browse/GEODE-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854867#comment-15854867
]
ASF GitHub Bot commented on GEODE-2422:
---
Github user mmartell commented on the issue
---
Spring Data GemFire > Nightly-ApacheGeode > #464 was successful.
---
Scheduled
1674 tests in total.
https://build.spring.io/browse/SGF-NAG-464/
--
This
Github user jaredjstewart commented on the issue:
https://github.com/apache/geode/pull/393
Precheckin started
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes s
[
https://issues.apache.org/jira/browse/GEODE-2430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854914#comment-15854914
]
ASF GitHub Bot commented on GEODE-2430:
---
Github user jaredjstewart commented on the
Thank you for the info.
On Mon, Feb 6, 2017 at 2:05 PM Barry Oglesby wrote:
> The max-connections property configures the maximum number of client
> connections that can be created on a server.
>
> If a set of clients is attempting to create >800 connections to the same
> server either during an
Dan Smith created GEODE-2434:
Summary: geodeOldVersionClasspaths.txt is generated every time
build is parsed
Key: GEODE-2434
URL: https://issues.apache.org/jira/browse/GEODE-2434
Project: Geode
Github user asfgit closed the pull request at:
https://github.com/apache/geode/pull/383
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabl
[
https://issues.apache.org/jira/browse/GEODE-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854920#comment-15854920
]
ASF subversion and git services commented on GEODE-2206:
Commit 4e
[
https://issues.apache.org/jira/browse/GEODE-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854921#comment-15854921
]
ASF GitHub Bot commented on GEODE-2206:
---
Github user asfgit closed the pull request
[
https://issues.apache.org/jira/browse/GEODE-2430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854911#comment-15854911
]
ASF GitHub Bot commented on GEODE-2430:
---
GitHub user jaredjstewart opened a pull req
Dan,
Wasn’t it back on the first Geode release (1.0.0-incubating.M1) when we
replaced the original grade-wrapper.jar.
There’s some discussion on GEODE-826, but I didn’t see any l specific links to
discussion on why the .jar couldn’t be included.
Ken
> On Feb 6, 2017, at 11:29 AM, Dan Smith wr
[
https://issues.apache.org/jira/browse/GEODE-2434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Smith reassigned GEODE-2434:
Assignee: Dan Smith
> geodeOldVersionClasspaths.txt is generated every time build is parsed
> -
[
https://issues.apache.org/jira/browse/GEODE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854931#comment-15854931
]
ASF subversion and git services commented on GEODE-2369:
Commit 9a
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56348/
---
Review request for geode, Bruce Schuchardt and Mark Bretl.
Repository: geode
GitHub user jaredjstewart opened a pull request:
https://github.com/apache/geode/pull/393
GEODE-2430: Remove jar and zip files from test resources
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jaredjstewart/geode GEODE-2430
Al
Github user asfgit closed the pull request at:
https://github.com/apache/geode/pull/393
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabl
[
https://issues.apache.org/jira/browse/GEODE-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854948#comment-15854948
]
ASF subversion and git services commented on GEODE-2433:
Commit 3c
[
https://issues.apache.org/jira/browse/GEODE-2430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854952#comment-15854952
]
ASF subversion and git services commented on GEODE-2430:
Commit e7
[
https://issues.apache.org/jira/browse/GEODE-2430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854951#comment-15854951
]
ASF subversion and git services commented on GEODE-2430:
Commit 50
[
https://issues.apache.org/jira/browse/GEODE-2431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854950#comment-15854950
]
ASF subversion and git services commented on GEODE-2431:
Commit bc
[
https://issues.apache.org/jira/browse/GEODE-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854949#comment-15854949
]
ASF subversion and git services commented on GEODE-2433:
Commit c8
1 - 100 of 142 matches
Mail list logo