RE: Off-Heap Annotations

2017-01-02 Thread Gal Palmery
Thanks Kirk. for example, before I call put, I'd like to indicate to geode server that I want to keep specific data off heap. how can I do that? is there an api that will move data off or on heap? Gal -Original Message- From: Kirk Lund [mailto:kl...@apache.org] Sent: Tuesday, December

Build failed in Jenkins: Geode-nightly #704

2017-01-02 Thread Apache Jenkins Server
See -- [...truncated 544 lines...] :geode-cq:compileTestJavaNote: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked

[GitHub] geode issue #315: GEODE-1995: Removed ReliableMessageQueue, ReliableMessageQ...

2017-01-02 Thread davinash
Github user davinash commented on the issue: https://github.com/apache/geode/pull/315 Is this PR looking good now ? --- 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 wi

[jira] [Commented] (GEODE-1995) remove ReliableMessageQueueFactory, ReliableMessageQueue, and getReliableMessageQueueFactory

2017-01-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15793163#comment-15793163 ] ASF GitHub Bot commented on GEODE-1995: --- Github user davinash commented on the issue

Re: Off-Heap Annotations

2017-01-02 Thread Dan Smith
Hi Gal, The way to control what is on or off heap is when you configure a region. Regions that are configured with off-heap=true will store all of the values in off heap memory, regions with off-heap= false will store the values on the heap. -Dan On Mon, Jan 2, 2017 at 5:57 AM, Gal Palmery wrot

RE: Off-Heap Annotations

2017-01-02 Thread Dor Ben Dov
Dan This means also that I can do this dynamically or is it static definition? Dor -Original Message- From: Dan Smith [mailto:dsm...@pivotal.io] Sent: יום ב 02 ינואר 2017 19:46 To: dev@geode.apache.org Subject: Re: Off-Heap Annotations Hi Gal, The way to control what is on or off heap

Re: Review Request 55109: GEODE-1657 Remove silly ^M characters

2017-01-02 Thread Jens Deppe
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55109/#review160341 --- Probably want to keep these for `gfsh.bat`. - Jens Deppe On Dec

Review Request 55124: fix duplicate entries from list lucene index and search lucene index

2017-01-02 Thread xiaojian zhou
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55124/ --- Review request for geode and Dan Smith. Bugs: geode-2241 https://issues.apa

[GitHub] geode pull request #327: GEODE-2236: Remove all cache-listners using Gfsh

2017-01-02 Thread deepakddixit
GitHub user deepakddixit opened a pull request: https://github.com/apache/geode/pull/327 GEODE-2236: Remove all cache-listners using Gfsh Added check before instantiating cache listner class. Added test to verify change. You can merge this pull request into a Git repository by runn

[jira] [Commented] (GEODE-2236) Attempting to remove all CacheListeners from a Region using gfsh throws NullPointerException

2017-01-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15794126#comment-15794126 ] ASF GitHub Bot commented on GEODE-2236: --- GitHub user deepakddixit opened a pull requ