[jira] [Created] (GEODE-2428) Add support for LinkedHashMap in DataSerializer

2017-02-04 Thread Avinash Dongre (JIRA)
Avinash Dongre created GEODE-2428:
-

 Summary: Add support for LinkedHashMap in DataSerializer
 Key: GEODE-2428
 URL: https://issues.apache.org/jira/browse/GEODE-2428
 Project: Geode
  Issue Type: Improvement
Reporter: Avinash Dongre


DataSerializer should also support serialization and de-serialization of 
DataSerializer



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Assigned] (GEODE-2428) Add support for LinkedHashMap in DataSerializer

2017-02-04 Thread Avinash Dongre (JIRA)

 [ 
https://issues.apache.org/jira/browse/GEODE-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Avinash Dongre reassigned GEODE-2428:
-

Assignee: Avinash Dongre

> Add support for LinkedHashMap in DataSerializer
> ---
>
> Key: GEODE-2428
> URL: https://issues.apache.org/jira/browse/GEODE-2428
> Project: Geode
>  Issue Type: Improvement
>Reporter: Avinash Dongre
>Assignee: Avinash Dongre
>
> DataSerializer should also support serialization and de-serialization of 
> DataSerializer



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[GitHub] geode pull request #388: GEODE-2428: Adding support of Serialization/deseria...

2017-02-04 Thread davinash
GitHub user davinash opened a pull request:

https://github.com/apache/geode/pull/388

GEODE-2428: Adding support of Serialization/deserialization of LinkedHashMap

Added support for writeLinkedHashMap and readLinkedHashMap and the test for 
the same.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/davinash/geode feature/GEODE-2428

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/geode/pull/388.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #388


commit 3869e0d0d3ed2104c79323a252c6c47ef1e5bd20
Author: adongre 
Date:   2017-02-04T14:17:51Z

GEODE-2428: Adding support of Serialization/deserialization of 
LinkedHashMap in DataSerializer
Also added a test for the same.




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (GEODE-2428) Add support for LinkedHashMap in DataSerializer

2017-02-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15852809#comment-15852809
 ] 

ASF GitHub Bot commented on GEODE-2428:
---

GitHub user davinash opened a pull request:

https://github.com/apache/geode/pull/388

GEODE-2428: Adding support of Serialization/deserialization of LinkedHashMap

Added support for writeLinkedHashMap and readLinkedHashMap and the test for 
the same.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/davinash/geode feature/GEODE-2428

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/geode/pull/388.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #388


commit 3869e0d0d3ed2104c79323a252c6c47ef1e5bd20
Author: adongre 
Date:   2017-02-04T14:17:51Z

GEODE-2428: Adding support of Serialization/deserialization of 
LinkedHashMap in DataSerializer
Also added a test for the same.




> Add support for LinkedHashMap in DataSerializer
> ---
>
> Key: GEODE-2428
> URL: https://issues.apache.org/jira/browse/GEODE-2428
> Project: Geode
>  Issue Type: Improvement
>Reporter: Avinash Dongre
>Assignee: Avinash Dongre
>
> DataSerializer should also support serialization and de-serialization of 
> DataSerializer



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[GitHub] geode pull request #389: GEODE-1434: Add ASF headers

2017-02-04 Thread metatype
GitHub user metatype opened a pull request:

https://github.com/apache/geode/pull/389

GEODE-1434: Add ASF headers

- Add missing ASF headers
- Add .ratignore to define excluded files

There are 3 remaining files to clean up:
- examples/clicache/ProductBrowser/lib/productClient.jar (this is binary 
and should be removed)
- packer/solaris/files/etc/resolv.conf (this is a site-specific file and 
should be cleaned up)
- packer/windows/winrm.cloud-init (either exclude or add comment)

The files excluded from src headers are listed in `.ratignore`.  You can 
run the rat tool using `java -jar ~/tools/apache-rat-0.12/apache-rat-0.12.jar 
--dir . --exclude-file .ratignore`.

I've built and run unit tests on osx.  Still to do:  run the integration 
tests and confirm nothing is broken on other platforms.

I removed `src/pdxautoserializer/.depend` as it was empty.  Please confirm 
that this is correct.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/metatype/incubator-geode 
next-gen-native-client-software-grant

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/geode/pull/389.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #389


commit 1776293fbb8548fc3e223daff8a7c6d7d3febf79
Author: Anthony Baker 
Date:   2017-02-03T23:43:27Z

GEODE-1434: Add ASF headers

- Add missing ASF headers
- Add .ratignore to define excluded files




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] geode pull request #329: [GEODE-1887] #comment Fix for Issue #1887

2017-02-04 Thread davinash
Github user davinash closed the pull request at:

https://github.com/apache/geode/pull/329


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] geode issue #329: [GEODE-1887] #comment Fix for Issue #1887

2017-02-04 Thread davinash
Github user davinash commented on the issue:

https://github.com/apache/geode/pull/329
  
closing this one and will open another PR for the same.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (GEODE-1887) Client PROXY region should delegate all operations to server

2017-02-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15852825#comment-15852825
 ] 

ASF GitHub Bot commented on GEODE-1887:
---

Github user davinash closed the pull request at:

https://github.com/apache/geode/pull/329


> Client PROXY region should delegate all operations to server
> 
>
> Key: GEODE-1887
> URL: https://issues.apache.org/jira/browse/GEODE-1887
> Project: Geode
>  Issue Type: Bug
>  Components: regions
>Reporter: Swapnil Bawaskar
>Assignee: Avinash Dongre
>
> Currently a ClientRegionShortcut.PROXY region sends operations like put() and 
> get() over to the server, but for operations like size() and isEmpty() it 
> just consults the local state on the client  and returns 0 and true 
> respectively, even though there may be data in the servers for that region.
> A PROXY region should not attempt to consult its local state for any 
> operation. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GEODE-1887) Client PROXY region should delegate all operations to server

2017-02-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15852824#comment-15852824
 ] 

ASF GitHub Bot commented on GEODE-1887:
---

Github user davinash commented on the issue:

https://github.com/apache/geode/pull/329
  
closing this one and will open another PR for the same.


> Client PROXY region should delegate all operations to server
> 
>
> Key: GEODE-1887
> URL: https://issues.apache.org/jira/browse/GEODE-1887
> Project: Geode
>  Issue Type: Bug
>  Components: regions
>Reporter: Swapnil Bawaskar
>Assignee: Avinash Dongre
>
> Currently a ClientRegionShortcut.PROXY region sends operations like put() and 
> get() over to the server, but for operations like size() and isEmpty() it 
> just consults the local state on the client  and returns 0 and true 
> respectively, even though there may be data in the servers for that region.
> A PROXY region should not attempt to consult its local state for any 
> operation. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GEODE-1434) Update native client source headers

2017-02-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15852822#comment-15852822
 ] 

ASF GitHub Bot commented on GEODE-1434:
---

GitHub user metatype opened a pull request:

https://github.com/apache/geode/pull/389

GEODE-1434: Add ASF headers

- Add missing ASF headers
- Add .ratignore to define excluded files

There are 3 remaining files to clean up:
- examples/clicache/ProductBrowser/lib/productClient.jar (this is binary 
and should be removed)
- packer/solaris/files/etc/resolv.conf (this is a site-specific file and 
should be cleaned up)
- packer/windows/winrm.cloud-init (either exclude or add comment)

The files excluded from src headers are listed in `.ratignore`.  You can 
run the rat tool using `java -jar ~/tools/apache-rat-0.12/apache-rat-0.12.jar 
--dir . --exclude-file .ratignore`.

I've built and run unit tests on osx.  Still to do:  run the integration 
tests and confirm nothing is broken on other platforms.

I removed `src/pdxautoserializer/.depend` as it was empty.  Please confirm 
that this is correct.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/metatype/incubator-geode 
next-gen-native-client-software-grant

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/geode/pull/389.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #389


commit 1776293fbb8548fc3e223daff8a7c6d7d3febf79
Author: Anthony Baker 
Date:   2017-02-03T23:43:27Z

GEODE-1434: Add ASF headers

- Add missing ASF headers
- Add .ratignore to define excluded files




> Update native client source headers
> ---
>
> Key: GEODE-1434
> URL: https://issues.apache.org/jira/browse/GEODE-1434
> Project: Geode
>  Issue Type: Sub-task
>  Components: native client
>Reporter: Anthony Baker
>Assignee: Anthony Baker
> Attachments: rat.out.gz
>
>
> The existing native client source code headers contain { pivotal | vmware | 
> gemstone } copyrights and should be replaced with ASF headers.  See 
> https://cwiki.apache.org/confluence/display/GEODE/License+Guide+for+Contributors.
> Files without a source header probably need the ASF header added.  Only in 
> exceptional circumstances should a file not have a source header.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[GitHub] geode pull request #390: [GEODE-1887] #comment Fix Issue Client PROXY region...

2017-02-04 Thread davinash
GitHub user davinash opened a pull request:

https://github.com/apache/geode/pull/390

[GEODE-1887] #comment Fix Issue Client PROXY region should delegate all 
operations to server

Issue : Client PROXY region should delegate all operations to server

If client and data policy is empty then size API goes through 
ServerRegionProxy
Wrote a test for Replicated and PR to verify size and isEmpty


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/davinash/geode feature/GEODE-1887

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/geode/pull/390.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #390


commit 0ecfb99979bdaa1fab7784e72418e1c6737f8225
Author: adongre 
Date:   2017-02-04T16:04:37Z

GEODE-1887: Now Size api goes through ServerProxy when cache is of type 
client and DataPolicy is Empty.
Added a test for both PR and Replicated regions.




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (GEODE-1887) Client PROXY region should delegate all operations to server

2017-02-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15852835#comment-15852835
 ] 

ASF GitHub Bot commented on GEODE-1887:
---

GitHub user davinash opened a pull request:

https://github.com/apache/geode/pull/390

[GEODE-1887] #comment Fix Issue Client PROXY region should delegate all 
operations to server

Issue : Client PROXY region should delegate all operations to server

If client and data policy is empty then size API goes through 
ServerRegionProxy
Wrote a test for Replicated and PR to verify size and isEmpty


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/davinash/geode feature/GEODE-1887

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/geode/pull/390.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #390


commit 0ecfb99979bdaa1fab7784e72418e1c6737f8225
Author: adongre 
Date:   2017-02-04T16:04:37Z

GEODE-1887: Now Size api goes through ServerProxy when cache is of type 
client and DataPolicy is Empty.
Added a test for both PR and Replicated regions.




> Client PROXY region should delegate all operations to server
> 
>
> Key: GEODE-1887
> URL: https://issues.apache.org/jira/browse/GEODE-1887
> Project: Geode
>  Issue Type: Bug
>  Components: regions
>Reporter: Swapnil Bawaskar
>Assignee: Avinash Dongre
>
> Currently a ClientRegionShortcut.PROXY region sends operations like put() and 
> get() over to the server, but for operations like size() and isEmpty() it 
> just consults the local state on the client  and returns 0 and true 
> respectively, even though there may be data in the servers for that region.
> A PROXY region should not attempt to consult its local state for any 
> operation. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


Build failed in Jenkins: Geode-nightly #737

2017-02-04 Thread Apache Jenkins Server
See 

Changes:

[upthewaterspout] GEODE-2386 Don't call System.setProperties(null) when rule is 
used twice

[Anil] GEODE-1672: Added recovery wait for all the regions created to  

--
[...truncated 607 lines...]
:geode-junit:integrationTest
:geode-lucene:assemble
:geode-lucene:compileTestJavaNote: Some input files use or override a 
deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:geode-lucene:processTestResources
:geode-lucene:testClasses
:geode-lucene:checkMissedTests
:geode-lucene:spotlessJavaCheck
:geode-lucene:spotlessCheck
:geode-lucene:test
:geode-lucene:check
:geode-lucene:build
:geode-lucene:distributedTest
:geode-lucene:flakyTest
:geode-lucene:integrationTest
:geode-old-client-support:assemble
:geode-old-client-support:compileTestJava
:geode-old-client-support:processTestResources UP-TO-DATE
:geode-old-client-support:testClasses
:geode-old-client-support:checkMissedTests
:geode-old-client-support:spotlessJavaCheck
:geode-old-client-support:spotlessCheck
:geode-old-client-support:test
:geode-old-client-support:check
:geode-old-client-support:build
:geode-old-client-support:distributedTest
:geode-old-client-support:flakyTest
:geode-old-client-support:integrationTest
:geode-old-versions:javadoc UP-TO-DATE
:geode-old-versions:javadocJar
:geode-old-versions:sourcesJar
:geode-old-versions:signArchives SKIPPED
:geode-old-versions:assemble
:geode-old-versions:compileTestJava UP-TO-DATE
:geode-old-versions:processTestResources UP-TO-DATE
:geode-old-versions:testClasses UP-TO-DATE
:geode-old-versions:checkMissedTests UP-TO-DATE
:geode-old-versions:spotlessJavaCheck
:geode-old-versions:spotlessCheck
:geode-old-versions:test UP-TO-DATE
:geode-old-versions:check
:geode-old-versions:build
:geode-old-versions:distributedTest UP-TO-DATE
:geode-old-versions:flakyTest UP-TO-DATE
:geode-old-versions:integrationTest UP-TO-DATE
:geode-pulse:assemble
:geode-pulse:compileTestJavaNote: 

 uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: 

 uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:geode-pulse:processTestResources
:geode-pulse:testClasses
:geode-pulse:checkMissedTests
:geode-pulse:spotlessJavaCheck
:geode-pulse:spotlessCheck
:geode-pulse:test
:geode-pulse:check
:geode-pulse:build
:geode-pulse:distributedTest
:geode-pulse:flakyTest
:geode-pulse:integrationTest
:geode-rebalancer:assemble
:geode-rebalancer:compileTestJava
:geode-rebalancer:processTestResources UP-TO-DATE
:geode-rebalancer:testClasses
:geode-rebalancer:checkMissedTests
:geode-rebalancer:spotlessJavaCheck
:geode-rebalancer:spotlessCheck
:geode-rebalancer:test
:geode-rebalancer:check
:geode-rebalancer:build
:geode-rebalancer:distributedTest
:geode-rebalancer:flakyTest
:geode-rebalancer:integrationTest
:geode-wan:assemble
:geode-wan:compileTestJavaNote: Some input files use or override a deprecated 
API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:geode-wan:processTestResources
:geode-wan:testClasses
:geode-wan:checkMissedTests
:geode-wan:spotlessJavaCheck
:geode-wan:spotlessCheck
:geode-wan:test
:geode-wan:check
:geode-wan:build
:geode-wan:distributedTest
:geode-wan:flakyTest
:geode-wan:integrationTest
:geode-web:assemble
:geode-web:compileTestJavaNote: Some input files use or override a deprecated 
API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:geode-web:processTestResources UP-TO-DATE
:geode-web:testClasses
:geode-web:checkMissedTests
:geode-web:spotlessJavaCheck
:geode-web:spotlessCheck
:geode-web:test
:geode-web:check
:geode-web:build
:geode-web:distributedTest
:geode-web:flakyTest
:geode-web:integrationTest
:geode-web-api:assemble
:geode-web-api:compileTestJava
:geode-web-api:processTestResources UP-TO-DATE
:geode-web-api:testClasses
:geode-web-api:checkMissedTests
:geode-web-api:spotlessJavaCheck
:geode-web-api:spotlessCheck
:geode-web-api:test
:geode-web-api:check
:geode-web-api:build
:geode-web-api:distributedTest
:geode-web-api:flakyTest
:geode-web-api:integrationTest
:combineReports
All test reports at 

:extensions/geode-modules:precheckin
:extensions/geode-modules-assembly:precheckin
:extensions/geode-modules-session:precheckin
:extensions/geode-m

[GitHub] geode pull request #391: GEODE-2422: Switch remaining GemFire strings to Geo...

2017-02-04 Thread mmartell
GitHub user mmartell opened a pull request:

https://github.com/apache/geode/pull/391

GEODE-2422: Switch remaining GemFire strings to Geode.

  - includes rename GemFireCache.hpp to GeodeCache.hpp
  - GemFire, Gemfire, and gemfire replaced with Geode, Geode, geode
  - includes only source changes: .cs, .cpp, and .hpp
  - doesn't include guard statement changes

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/mmartell/geode feature/GEODE-2422

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/geode/pull/391.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #391


commit c6b7d55022fbc7111b93447430d984b95896e688
Author: Mike Martell 
Date:   2017-02-04T19:22:38Z

GEODE-2422: Switch remaining GemFire strings to Geode.

  - includes rename GemFireCache.hpp to GeodeCache.hpp
  - GemFire, Gemfire, and gemfire replaced with Geode, Geode, geode
  - includes only source changes: .cs, .cpp, and .hpp
  - doesn't include guard statement changes




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (GEODE-2422) Finish converting from GemFire to Geode in cppcache src

2017-02-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15852905#comment-15852905
 ] 

ASF GitHub Bot commented on GEODE-2422:
---

GitHub user mmartell opened a pull request:

https://github.com/apache/geode/pull/391

GEODE-2422: Switch remaining GemFire strings to Geode.

  - includes rename GemFireCache.hpp to GeodeCache.hpp
  - GemFire, Gemfire, and gemfire replaced with Geode, Geode, geode
  - includes only source changes: .cs, .cpp, and .hpp
  - doesn't include guard statement changes

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/mmartell/geode feature/GEODE-2422

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/geode/pull/391.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #391


commit c6b7d55022fbc7111b93447430d984b95896e688
Author: Mike Martell 
Date:   2017-02-04T19:22:38Z

GEODE-2422: Switch remaining GemFire strings to Geode.

  - includes rename GemFireCache.hpp to GeodeCache.hpp
  - GemFire, Gemfire, and gemfire replaced with Geode, Geode, geode
  - includes only source changes: .cs, .cpp, and .hpp
  - doesn't include guard statement changes




> Finish converting from GemFire to Geode in cppcache src
> ---
>
> Key: GEODE-2422
> URL: https://issues.apache.org/jira/browse/GEODE-2422
> Project: Geode
>  Issue Type: Task
>  Components: native client
>Reporter: Michael Martell
>
> There are still some classes in the cppcache src that were not converted to 
> Geode from GemFire. For example, GemFireException.
> Also, change corresponding clicache source that uses these.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


Jenkins build is back to normal : Geode-release #44

2017-02-04 Thread Apache Jenkins Server
See 



[jira] [Updated] (GEODE-1964) Add docs for native client to develop branch

2017-02-04 Thread Dave Barnes (JIRA)

 [ 
https://issues.apache.org/jira/browse/GEODE-1964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dave Barnes updated GEODE-1964:
---
Issue Type: New Feature  (was: Bug)

> Add docs for native client to develop branch
> 
>
> Key: GEODE-1964
> URL: https://issues.apache.org/jira/browse/GEODE-1964
> Project: Geode
>  Issue Type: New Feature
>  Components: docs
>Reporter: Dave Barnes
>Assignee: Dave Barnes
>
> After the native client code has been merged to develop, the documentation 
> should follow. This subtask allows us to 'park' the existing docs on a 
> feature branch until they're needed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GEODE-1964) Add docs for native client to develop branch

2017-02-04 Thread Dave Barnes (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-1964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15852912#comment-15852912
 ] 

Dave Barnes commented on GEODE-1964:


Changed from a 'bug' to a 'new feature'.
Waiting for creation of the new Native Client repo.

> Add docs for native client to develop branch
> 
>
> Key: GEODE-1964
> URL: https://issues.apache.org/jira/browse/GEODE-1964
> Project: Geode
>  Issue Type: New Feature
>  Components: docs
>Reporter: Dave Barnes
>Assignee: Dave Barnes
>
> After the native client code has been merged to develop, the documentation 
> should follow. This subtask allows us to 'park' the existing docs on a 
> feature branch until they're needed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Comment Edited] (GEODE-1964) Add docs for native client to develop branch

2017-02-04 Thread Dave Barnes (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-1964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15852912#comment-15852912
 ] 

Dave Barnes edited comment on GEODE-1964 at 2/4/17 8:05 PM:


Changed from a 'bug' to a 'new feature'.
New 'geode-native' repo has been created.
Next steps: Create 'docs' dir at top level with subsidiary content & book 
directories.
Groom sources & contribute.


was (Author: dbarnes97):
Changed from a 'bug' to a 'new feature'.
Waiting for creation of the new Native Client repo.

> Add docs for native client to develop branch
> 
>
> Key: GEODE-1964
> URL: https://issues.apache.org/jira/browse/GEODE-1964
> Project: Geode
>  Issue Type: New Feature
>  Components: docs
>Reporter: Dave Barnes
>Assignee: Dave Barnes
>
> After the native client code has been merged to develop, the documentation 
> should follow. This subtask allows us to 'park' the existing docs on a 
> feature branch until they're needed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #461 has FAILED (11 tests failed, no failures were new)

2017-02-04 Thread Spring CI

---
Spring Data GemFire > Nightly-ApacheGeode > #461 failed.
---
Scheduled
11/1666 tests failed, no failures were new.

https://build.spring.io/browse/SGF-NAG-461/

-
Currently Responsible
-

John Blum 



--
Failing Jobs
--
  - Default Job (Default Stage): 11 of 1666 tests failed.




--
Tests
--
Existing Test Failures (11)
   - ClientSubRegionTest: Org.springframework.data.gemfire.client. client sub 
region test
   - GemFireDataSourceTest: Org.springframework.data.gemfire.client. gem fire 
data source test
   - GemFireDataSourceWithLocalRegionTest: 
Org.springframework.data.gemfire.client. gem fire data source with local region 
test
   - ContinuousQueryListenerContainerNamespaceTest: 
Org.springframework.data.gemfire.config.xml. continuous query listener 
container namespace test
   - ClientCacheFunctionExecutionWithPdxIntegrationTest: 
Org.springframework.data.gemfire.function. client cache function execution with 
pdx integration test
   - FunctionExecutionTests: 
Org.springframework.data.gemfire.function.execution. function execution tests
   - FunctionIntegrationTests: 
Org.springframework.data.gemfire.function.execution. function integration tests
   - GemfireFunctionTemplateTests: 
Org.springframework.data.gemfire.function.execution. gemfire function template 
tests
   - ListenerContainerTests: Org.springframework.data.gemfire.listener. 
listener container tests
   - ContainerXmlSetupTest: Org.springframework.data.gemfire.listener.adapter. 
container xml setup test
   - RepositoryClientRegionTests: 
Org.springframework.data.gemfire.repository.config. repository client region 
tests

--
This message is automatically generated by Atlassian Bamboo

PR Buckets are created during Get call for non-existing key

2017-02-04 Thread Avinash Dongre
Hi,
In the following test, I have one PR, No buckets will be created initially.
But when I call get on non-existing-key, I see 1 bucket is created.

Why bucket is getting created during get call when the Region is empty.

@Test
public void testBucketCreatedDuringGet() {
  Properties props = new Properties();
  props.put("mcast-port", "0");
  props.put("locators", "");

  Cache cache = new CacheFactory(props).create();
  PartitionedRegion pr = (PartitionedRegion)
cache.createRegionFactory(RegionShortcut.PARTITION).create("PR");

  org.junit.Assert.assertEquals(0,
pr.getDataStore().getAllLocalBucketIds().size());

  Object notExist = pr.get("NonExistingKey");
  org.junit.Assert.assertNull(notExist);

  org.junit.Assert.assertEquals(0,
pr.getDataStore().getAllLocalBucketIds().size());

  pr.destroyRegion();
  cache.close();

}

Thanks

Avinash