[GitHub] geode-native pull request #48: GEODE-2578: Remove 64 KiB limit on query stri...

2017-03-07 Thread echobravopapa
Github user echobravopapa commented on a diff in the pull request: https://github.com/apache/geode-native/pull/48#discussion_r104766406 --- Diff: src/cppcache/include/geode/DataOutput.hpp --- @@ -378,9 +378,8 @@ class CPPCACHE_EXPORT DataOutput { */ inline void

[GitHub] geode-native pull request #48: GEODE-2578: Remove 64 KiB limit on query stri...

2017-03-07 Thread echobravopapa
Github user echobravopapa commented on a diff in the pull request: https://github.com/apache/geode-native/pull/48#discussion_r104766552 --- Diff: src/cppcache/test/DataOutputTest.cpp --- @@ -305,15 +305,9 @@ TEST_F(DataOutputTest, TestCursorAdvance) {

[jira] [Commented] (GEODE-2578) Query string limited to 64 KiB

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15900076#comment-15900076 ] ASF GitHub Bot commented on GEODE-2578: --- Github user echobravopapa commented on a diff in the pull

[jira] [Commented] (GEODE-2578) Query string limited to 64 KiB

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15900075#comment-15900075 ] ASF GitHub Bot commented on GEODE-2578: --- Github user echobravopapa commented on a diff in the pull

[jira] [Commented] (GEODE-2578) Query string limited to 64 KiB

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15900074#comment-15900074 ] ASF GitHub Bot commented on GEODE-2578: --- Github user echobravopapa commented on a diff in the pull

[GitHub] geode-native pull request #48: GEODE-2578: Remove 64 KiB limit on query stri...

2017-03-07 Thread echobravopapa
Github user echobravopapa commented on a diff in the pull request: https://github.com/apache/geode-native/pull/48#discussion_r104759602 --- Diff: src/cppcache/src/TcrMessage.cpp --- @@ -756,8 +756,8 @@ void TcrMessage::writeRegionPart(const std::string& regionName) {

[GitHub] geode-native pull request #48: GEODE-2578: Remove 64 KiB limit on query stri...

2017-03-07 Thread echobravopapa
Github user echobravopapa commented on a diff in the pull request: https://github.com/apache/geode-native/pull/48#discussion_r104768254 --- Diff: src/cppcache/test/TcrMessage_unittest.cpp --- @@ -559,3 +560,66 @@ TEST_F(TcrMessageTest, testConstructorEXECUTE_FUNCTION) {

[jira] [Commented] (GEODE-2570) Export cluster-configuration returns "GemFire error" message

2017-03-07 Thread Wes Williams (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15900055#comment-15900055 ] Wes Williams commented on GEODE-2570: - This is a "broken window" that gives a product the perception

Review Request 57393: fix leak when colocated region is destroyed or closed

2017-03-07 Thread Darrel Schneider
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57393/ --- Review request for geode, anilkumar gingade and Eric Shu. Bugs: GEODE-2616

[jira] [Updated] (GEODE-2616) A colocated paritioned region will leak memory when it is closed or destroyed

2017-03-07 Thread Darrel Schneider (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darrel Schneider updated GEODE-2616: Affects Version/s: 1.1.0 > A colocated paritioned region will leak memory when it is closed

[jira] [Assigned] (GEODE-2616) A colocated paritioned region will leak memory when it is closed or destroyed

2017-03-07 Thread Darrel Schneider (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darrel Schneider reassigned GEODE-2616: --- Assignee: Darrel Schneider > A colocated paritioned region will leak memory when it

[jira] [Created] (GEODE-2616) A colocated paritioned region will leak memory when it is closed or destroyed

2017-03-07 Thread Darrel Schneider (JIRA)
Darrel Schneider created GEODE-2616: --- Summary: A colocated paritioned region will leak memory when it is closed or destroyed Key: GEODE-2616 URL: https://issues.apache.org/jira/browse/GEODE-2616

[jira] [Commented] (GEODE-2579) ClassCastException cannot cast CompiledIn to CompiledJunction when querying with a junction containing an in clause

2017-03-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15900010#comment-15900010 ] ASF subversion and git services commented on GEODE-2579: Commit

[jira] [Created] (GEODE-2615) Limit should not be applied at the index level for certain queries

2017-03-07 Thread Jason Huynh (JIRA)
Jason Huynh created GEODE-2615: -- Summary: Limit should not be applied at the index level for certain queries Key: GEODE-2615 URL: https://issues.apache.org/jira/browse/GEODE-2615 Project: Geode

[jira] [Commented] (GEODE-2578) Query string limited to 64 KiB

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1597#comment-1597 ] ASF GitHub Bot commented on GEODE-2578: --- GitHub user PivotalSarge opened a pull request:

[GitHub] geode-native pull request #48: GEODE-2578: Remove 64 KiB limit on query stri...

2017-03-07 Thread PivotalSarge
GitHub user PivotalSarge opened a pull request: https://github.com/apache/geode-native/pull/48 GEODE-2578: Remove 64 KiB limit on query strings. - Remove artificial cap of 65535 for query string length by using 32 bits for the length of query strings in

[jira] [Commented] (GEODE-2593) DistributedSystemDUnitTest.testUDPPortRange fails intermittently with SystemConnectException: Unable to find a free port in the membership-port-range

2017-03-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1590#comment-1590 ] ASF subversion and git services commented on GEODE-2593: Commit

[jira] [Commented] (GEODE-2488) Netstat command fails with OutOfMemoryError

2017-03-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899986#comment-15899986 ] ASF subversion and git services commented on GEODE-2488: Commit

[jira] [Commented] (GEODE-2560) Missing disk files (.crf) during backup/restore throws exception

2017-03-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899987#comment-15899987 ] ASF subversion and git services commented on GEODE-2560: Commit

[jira] [Commented] (GEODE-2541) NetstatDUnitTest fails with ClassCastException

2017-03-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899982#comment-15899982 ] ASF subversion and git services commented on GEODE-2541: Commit

[jira] [Commented] (GEODE-2267) Add gfsh command to export stat files

2017-03-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899985#comment-15899985 ] ASF subversion and git services commented on GEODE-2267: Commit

[jira] [Commented] (GEODE-2571) CacheClosedException during LuceneQueryFunction should be handled with a retry

2017-03-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899983#comment-15899983 ] ASF subversion and git services commented on GEODE-2571: Commit

[jira] [Commented] (GEODE-2267) Add gfsh command to export stat files

2017-03-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899984#comment-15899984 ] ASF subversion and git services commented on GEODE-2267: Commit

[jira] [Issue Comment Deleted] (GEODE-2570) Export cluster-configuration returns "GemFire error" message

2017-03-07 Thread Patrick Rhomberg (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Rhomberg updated GEODE-2570: Comment: was deleted (was: -Without the `locator.properties, `gemfire.properties`, or any

[jira] [Comment Edited] (GEODE-2570) Export cluster-configuration returns "GemFire error" message

2017-03-07 Thread Patrick Rhomberg (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899956#comment-15899956 ] Patrick Rhomberg edited comment on GEODE-2570 at 3/7/17 7:13 PM: - You

[jira] [Comment Edited] (GEODE-2570) Export cluster-configuration returns "GemFire error" message

2017-03-07 Thread Patrick Rhomberg (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899956#comment-15899956 ] Patrick Rhomberg edited comment on GEODE-2570 at 3/7/17 7:12 PM: - You

[jira] [Comment Edited] (GEODE-2570) Export cluster-configuration returns "GemFire error" message

2017-03-07 Thread Patrick Rhomberg (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899885#comment-15899885 ] Patrick Rhomberg edited comment on GEODE-2570 at 3/7/17 7:10 PM: - -Without

[jira] [Commented] (GEODE-2570) Export cluster-configuration returns "GemFire error" message

2017-03-07 Thread Patrick Rhomberg (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899956#comment-15899956 ] Patrick Rhomberg commented on GEODE-2570: - You probably can bypass this error by giving an

Re: Review Request 57390: GEODE-2539: Upgrading Jetty causes RestSecurityItegrationTest to fail

2017-03-07 Thread Kevin Duling
> On March 7, 2017, 10:54 a.m., Kirk Lund wrote: > > geode-assembly/src/test/java/org/apache/geode/rest/internal/web/RestSecurityIntegrationTest.java > > Line 81 (original), 81 (patched) > > > > > > Another option is

Re: Review Request 57390: GEODE-2539: Upgrading Jetty causes RestSecurityItegrationTest to fail

2017-03-07 Thread Kirk Lund
> On March 7, 2017, 6:54 p.m., Kirk Lund wrote: > > geode-assembly/src/test/java/org/apache/geode/rest/internal/web/RestSecurityIntegrationTest.java > > Line 81 (original), 81 (patched) > > > > > > Another option is

Re: Review Request 57390: GEODE-2539: Upgrading Jetty causes RestSecurityItegrationTest to fail

2017-03-07 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57390/#review168170 --- Ship it! Ship It! Consider change to AssertJ in order to use

[jira] [Comment Edited] (GEODE-2570) Export cluster-configuration returns "GemFire error" message

2017-03-07 Thread Patrick Rhomberg (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899885#comment-15899885 ] Patrick Rhomberg edited comment on GEODE-2570 at 3/7/17 6:44 PM: - Without

[jira] [Commented] (GEODE-2602) Resolve C++11 and minimum support compilers discrepancies

2017-03-07 Thread Jacob S. Barrett (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899918#comment-15899918 ] Jacob S. Barrett commented on GEODE-2602: - [~ahuddy] I strongly disagree with changing this issue

[jira] [Updated] (GEODE-2592) Document Lucene-related gfsh commands

2017-03-07 Thread Dave Barnes (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Barnes updated GEODE-2592: --- Description: Add five new Lucene-related gfsh commands to the gfsh command reference pages: create

[jira] [Created] (GEODE-2614) Build generates javadoc warnings

2017-03-07 Thread Kirk Lund (JIRA)
Kirk Lund created GEODE-2614: Summary: Build generates javadoc warnings Key: GEODE-2614 URL: https://issues.apache.org/jira/browse/GEODE-2614 Project: Geode Issue Type: Bug Components:

[jira] [Updated] (GEODE-2599) `start locator` prints `null` in startup dots.

2017-03-07 Thread Patrick Rhomberg (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Rhomberg updated GEODE-2599: Priority: Minor (was: Major) > `start locator` prints `null` in startup dots. >

Re: Review Request 57242: GEODE-2267: Enhance server/locator startup rules to include workingDir

2017-03-07 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57242/ --- (Updated March 7, 2017, 6:24 p.m.) Review request for geode, Jared Stewart,

[jira] [Updated] (GEODE-2601) Banner is logged twice during locator startup

2017-03-07 Thread Patrick Rhomberg (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Rhomberg updated GEODE-2601: Priority: Minor (was: Major) > Banner is logged twice during locator startup >

[jira] [Updated] (GEODE-2600) Inconsistent spacing of headers in Startup Configuration log

2017-03-07 Thread Patrick Rhomberg (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Rhomberg updated GEODE-2600: Priority: Trivial (was: Major) > Inconsistent spacing of headers in Startup Configuration

[jira] [Comment Edited] (GEODE-2570) Export cluster-configuration returns "GemFire error" message

2017-03-07 Thread Patrick Rhomberg (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899885#comment-15899885 ] Patrick Rhomberg edited comment on GEODE-2570 at 3/7/17 6:21 PM: - Without

[jira] [Resolved] (GEODE-2591) User guide: Lucene headings should be reflected in navigation pane

2017-03-07 Thread Dave Barnes (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Barnes resolved GEODE-2591. Resolution: Fixed Fix Version/s: 1.2.0 > User guide: Lucene headings should be reflected in

[jira] [Commented] (GEODE-2570) Export cluster-configuration returns "GemFire error" message

2017-03-07 Thread Patrick Rhomberg (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899885#comment-15899885 ] Patrick Rhomberg commented on GEODE-2570: - Without the {noformat}locator.properties{noformat} and

[jira] [Commented] (GEODE-2591) User guide: Lucene headings should be reflected in navigation pane

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899877#comment-15899877 ] ASF GitHub Bot commented on GEODE-2591: --- Github user asfgit closed the pull request at:

[jira] [Commented] (GEODE-2591) User guide: Lucene headings should be reflected in navigation pane

2017-03-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899876#comment-15899876 ] ASF subversion and git services commented on GEODE-2591: Commit

[GitHub] geode pull request #413: GEODE-2591 User guide: Lucene headings should be re...

2017-03-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode/pull/413 --- 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

[jira] [Commented] (GEODE-2591) User guide: Lucene headings should be reflected in navigation pane

2017-03-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899875#comment-15899875 ] ASF subversion and git services commented on GEODE-2591: Commit

Review Request 57390: GEODE-2539: Upgrading Jetty causes RestSecurityItegrationTest to fail

2017-03-07 Thread Kevin Duling
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57390/ --- Review request for geode, Jinmei Liao, Jared Stewart, Ken Howe, and Kirk Lund.

Re: please add me to community

2017-03-07 Thread Dan Smith
Hi Lior, Welcome! If you are looking for information, the How to Contribute page on the wiki is good place to start. We welcome all kinds of contributions. Code contributions don't require any special access, you can just file

[jira] [Updated] (GEODE-2612) Add option to invoke callbacks while loading a snapshot

2017-03-07 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby updated GEODE-2612: - Description: As a work-around to recreating a lucene index (which is not currently supported),

[jira] [Commented] (GEODE-2578) Query string limited to 64 KiB

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899772#comment-15899772 ] ASF GitHub Bot commented on GEODE-2578: --- Github user PivotalSarge commented on the issue:

[GitHub] geode-native issue #44: GEODE-2578: Remove 64 KiB limit on query strings.

2017-03-07 Thread PivotalSarge
Github user PivotalSarge commented on the issue: https://github.com/apache/geode-native/pull/44 Roger that. Expect a new PR forthwith... Sarge > On 7 Mar, 2017, at 08:10, Jacob Barrett wrote: > > @PivotalSarge

[jira] [Created] (GEODE-2613) Incorrect security privilege listed for 'execute function'

2017-03-07 Thread Diane Hardman (JIRA)
Diane Hardman created GEODE-2613: Summary: Incorrect security privilege listed for 'execute function' Key: GEODE-2613 URL: https://issues.apache.org/jira/browse/GEODE-2613 Project: Geode

[jira] [Assigned] (GEODE-2612) Add option to invoke callbacks while loading a snapshot

2017-03-07 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby reassigned GEODE-2612: Assignee: Barry Oglesby > Add option to invoke callbacks while loading a snapshot >

[jira] [Created] (GEODE-2612) Add option to invoke callbacks while loading a snapshot

2017-03-07 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-2612: Summary: Add option to invoke callbacks while loading a snapshot Key: GEODE-2612 URL: https://issues.apache.org/jira/browse/GEODE-2612 Project: Geode Issue

Re: please add me to community

2017-03-07 Thread Ernest Burghardt
Welcome Lior, we look forward to your contributions! On Tue, Mar 7, 2017 at 4:48 AM, Lior Lew wrote: > Hello, > > > > My name is Lior Lew and I work in Amdocs on Geode implementation. Please > add me to the community > > > > -- > > Sincerely, > > Lior Lew > >

[jira] [Commented] (GEODE-2578) Query string limited to 64 KiB

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899745#comment-15899745 ] ASF GitHub Bot commented on GEODE-2578: --- Github user PivotalSarge closed the pull request at:

[GitHub] geode-native pull request #44: GEODE-2578: Remove 64 KiB limit on query stri...

2017-03-07 Thread PivotalSarge
Github user PivotalSarge closed the pull request at: https://github.com/apache/geode-native/pull/44 --- 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

[GitHub] geode-native issue #42: GEODE-2441: Remove leftover pdx auto serializer refe...

2017-03-07 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on the issue: https://github.com/apache/geode-native/pull/42 @dgkimura You need to remove the C++ parser and Antlr from the LICENSE and dist/LICENSE files too. --- If your project is set up for it, you can reply to this email and have your

[jira] [Commented] (GEODE-2441) Remove PDXAutoSerializer

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899728#comment-15899728 ] ASF GitHub Bot commented on GEODE-2441: --- Github user pivotal-jbarrett commented on the issue:

Build failed in Jenkins: Geode-nightly #769

2017-03-07 Thread Apache Jenkins Server
See Changes: [jiliao] GEODE-2267: mark local time sensitive tests as flaky [khowe] GEODE-2488: Remove test from flaky category [nnag] GEODE-2596: Lucene metrics moved to public API [nnag] GEODE-2604: Added

Re: [GSoC] Interested in GSoC 2017 ideas

2017-03-07 Thread Kai Jiang
@Anthony, Thanks! I really appreciate for your help and information! @Hitesh, Nice to e-meet you here! Do you have any idea about GSoC project with Geode this year? Looking forward! Best, Kai On Tue, Mar 7, 2017 at 7:02 AM, Anthony Baker wrote: > Hi Kai, > > Welcome, and

[jira] [Commented] (GEODE-2578) Query string limited to 64 KiB

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899669#comment-15899669 ] ASF GitHub Bot commented on GEODE-2578: --- Github user pivotal-jbarrett commented on the issue:

[GitHub] geode-native issue #44: GEODE-2578: Remove 64 KiB limit on query strings.

2017-03-07 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on the issue: https://github.com/apache/geode-native/pull/44 @PivotalSarge can you rebase your branch off of develop. We backed out all those C++11 changes and now they are showing up in your pull. --- If your project is set up for it, you can

[jira] [Created] (GEODE-2611) Host geode-native docs on geode.apache.org

2017-03-07 Thread Anthony Baker (JIRA)
Anthony Baker created GEODE-2611: Summary: Host geode-native docs on geode.apache.org Key: GEODE-2611 URL: https://issues.apache.org/jira/browse/GEODE-2611 Project: Geode Issue Type:

Re: please add me to community

2017-03-07 Thread Greg Chase
Hi Lior, We see you in the community already Is there a particular kind of access you are seeking? -Greg On Tue, Mar 7, 2017 at 4:48 AM, Lior Lew wrote: > Hello, > > > > My name is Lior Lew and I work in Amdocs on Geode implementation. Please > add me to the community > >

please add me to community

2017-03-07 Thread Lior Lew
Hello, My name is Lior Lew and I work in Amdocs on Geode implementation. Please add me to the community -- Sincerely, Lior Lew Software Architect | lior...@amdocs.com | * +(972) 52-8-351-788 [amdocs-a] This message and the information contained herein

[jira] [Created] (GEODE-2610) Host schema on geode.apache.org

2017-03-07 Thread Anthony Baker (JIRA)
Anthony Baker created GEODE-2610: Summary: Host schema on geode.apache.org Key: GEODE-2610 URL: https://issues.apache.org/jira/browse/GEODE-2610 Project: Geode Issue Type: Sub-task

[jira] [Created] (GEODE-2608) Source release should not require git repo

2017-03-07 Thread Anthony Baker (JIRA)
Anthony Baker created GEODE-2608: Summary: Source release should not require git repo Key: GEODE-2608 URL: https://issues.apache.org/jira/browse/GEODE-2608 Project: Geode Issue Type:

[jira] [Updated] (GEODE-2607) Improve release artifacts

2017-03-07 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2607: - Description: The geode-native release artifacts for the source and binary distributions should

[jira] [Created] (GEODE-2607) Improve release artifacts

2017-03-07 Thread Anthony Baker (JIRA)
Anthony Baker created GEODE-2607: Summary: Improve release artifacts Key: GEODE-2607 URL: https://issues.apache.org/jira/browse/GEODE-2607 Project: Geode Issue Type: Sub-task

[jira] [Created] (GEODE-2606) Source distribution needs missing files

2017-03-07 Thread Anthony Baker (JIRA)
Anthony Baker created GEODE-2606: Summary: Source distribution needs missing files Key: GEODE-2606 URL: https://issues.apache.org/jira/browse/GEODE-2606 Project: Geode Issue Type: Sub-task

Re: [GSoC] Interested in GSoC 2017 ideas

2017-03-07 Thread Anthony Baker
Hi Kai, Welcome, and thanks for your interest! We have one committer interested in mentoring so far (Hitesh Khamesra >). Please feel free to reach out to the community for help or questions. Best of luck to you! @Committers: if you want to

[jira] [Commented] (GEODE-2509) Build failed at openSUSE LEAP 42.2

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899301#comment-15899301 ] ASF GitHub Bot commented on GEODE-2509: --- GitHub user ray2501 opened a pull request:

[GitHub] geode-native pull request #47: GEODE-2509: Build failed at openSUSE LEAP 42....

2017-03-07 Thread ray2501
GitHub user ray2501 opened a pull request: https://github.com/apache/geode-native/pull/47 GEODE-2509: Build failed at openSUSE LEAP 42.2 This issue is when you use configure but does not specify lib folder name on openSUSE, the default is "lib64" at 64bit environment (not

<    1   2