Re: [PDE East] Geode Conference - Double the Expected Attendance

2017-12-04 Thread Akihiro Kitada
Great news! -- Akihiro Kitada | Staff Customer Engineer | +81 80 3716 3736 Support.Pivotal.io <http://support.pivotal.io/> | Mon-Fri 9:00am to 5:30pm JST | 1-877-477-2269 [image: support] <https://support.pivotal.io/> [image: twitter] <https://twitter.com/pivotal>

Re: Password encrypt/decrypt

2017-12-26 Thread Akihiro Kitada
x27;t want to convey those passwords with plain text format via network, anther way is to de/encrypt passwords at server side SecurityManager implementation at "authenticate" method. Thanks, regards. -- Akihiro Kitada | Staff Customer Engineer | +81 80 3716 3736 Support.P

Re: Using gfsh environment variables

2018-01-14 Thread Akihiro Kitada
Hello Mark, "gfsh echo --string" worked as expected with Apache Geode 1.0.0 at least but it has not worked as expected since Apache Geode 1.1.1, as far as my test. Why don't you file a JIRA ticket to fix this issue or fix by yourself and send a pull request? Thanks, regards.

Re: [ANNOUNCE] Apache Geode 1.4.0

2018-02-05 Thread Akihiro Kitada
Awesome! -- Akihiro Kitada | Staff Customer Engineer | +81 80 3716 3736 Support.Pivotal.io <http://support.pivotal.io/> | Mon-Fri 9:00am to 5:30pm JST | 1-877-477-2269 [image: support] <https://support.pivotal.io/> [image: twitter] <https://twitter.com/pivotal> [image

Re: Geode Function - Server Classpath

2018-03-13 Thread Akihiro Kitada
deply" command to register function jars from client side without any configuration for functions at server side - as a result, those function jars are added to server side classpath, automatically and dynamically. Thanks, regards. -- Akihiro Kitada | Staff Customer Engineer

Re: Deploy geode on kubernetes

2018-07-23 Thread Akihiro Kitada
Hello Kein, I prefer the solution 1. >1/ Start using java command (not via gfsh), this will start process in fore-ground mode If using LocatorLauncher and ServerLauncher classes, you can write Locators and Cache Servers launcher in fore-ground mode with less coding. Thanks. -- Akihiro Kit

Re: Deploy geode on kubernetes

2018-07-23 Thread Akihiro Kitada
Hello Kein, As Bruce mentioned, you can launch locators and cache servers processes in the foreground with using LocatorLauncher and ServerLauncher classes in your java programs. -- Akihiro Kitada | Staff Customer Engineer | +81 80 3716 3736 Support.Pivotal.io <https://pivotal.io/supp

Re: Deploy geode on kubernetes

2018-07-23 Thread Akihiro Kitada
ead waits someone to stop at the line calling waitOnLocator(). If you stop the locator (for example, with using gfsh stop locator command), then you will see "Locator is shut down" as a result. Thanks, regards. -- Akihiro Kitada | Staff Customer Engineer | +81 80 3716 3736 Support.Piv

Re: inconsistent data return when using startup option --cache-xml-file=/geode/config/cache.xml to init regions

2018-07-29 Thread Akihiro Kitada
cifies /transactions_overflow as its disk store, then it fails to populate the region. Thanks, regards. -- Akihiro Kitada | Staff Customer Engineer | +81 80 3716 3736 Support.Pivotal.io <https://pivotal.io/support> | Mon-Fri 9:00am to 5:30pm JST | 1-877-477-2269 [image: sup

Re: Running GEODE on Windows machine

2017-02-27 Thread Akihiro Kitada
I've successfully built macOS version of Apache Geode Native and I confirmed it connects to Apache Geode 1.0.0 running on macOS. I wrote the following blog entry based on my experience on macOS. http://quitada.hatenablog.jp/entry/2017/02/14/010259 Thanks. -- Akihiro Kitada | Staf

Re: Running GEODE on Windows machine

2017-02-27 Thread Akihiro Kitada
xml-file","/path/to/cache.xml"); cacheFactory->set("log-level","config"); CachePtr cachePtr = cacheFactory->create(); Thanks. -- Akihiro Kitada | Staff Customer Engineer | +81 80 3716 3736 Support.Pivotal.io <http://support.pivotal.io/&

Re: Gemfire proxy cache race condition bug?

2017-03-05 Thread Akihiro Kitada
Hello David, Have you set conserve-sockets=false to avoid potential connection level dead-lock? And also, please refer to the following KB to avoid any types of dead-locks. https://discuss.pivotal.io/hc/en-us/articles/201298393 Thanks. -- Akihiro Kitada | Staff Customer Engineer | +81 80

Re: Geode Performance how to push the cpu to 100%?

2017-06-08 Thread Akihiro Kitada
Hello Nan, Why don't you check Geode statistics http://geode.apache.org/docs/guide/11/reference/statistics/statistics_list.html Maybe, disk I/O or some other causes could be involved... -- Akihiro Kitada | Staff Customer Engineer | +81 80 3716 3736 Support.Pivotal.io

Re: max out 800 connections

2017-10-19 Thread Akihiro Kitada
TION_FROM_0_BECAUSE_REQUEST_REJECTED_BY_POOL Thanks. -- Akihiro Kitada | Staff Customer Engineer | +81 80 3716 3736 Support.Pivotal.io <http://support.pivotal.io/> | Mon-Fri 9:00am to 5:30pm JST | 1-877-477-2269 [image: support] <https://support.pivotal.io/> [image:

Re: max out 800 connections

2017-10-22 Thread Akihiro Kitada
be timed out according to workloads at client side. By the way, if you have Partitioned region and set pr-single-hop-enabled=true at client pool setting (default value), the number of client-server connection is managed by GemFire automatically and you can't set the maximum number of clie

Re: Audit Logging in Gemfire Server

2017-10-24 Thread Akihiro Kitada
ort ticket for Pivotal Support. [Pivotal GemFire forum] https://discuss.pivotal.io/hc/en-us/community/topics/ 200053218-Pivotal-GemFire-Forum [Pivotal Support] https://support.pivotal.io/ Thanks. -- Akihiro Kitada | Staff Customer Engineer | +81 80 3716 3736 Support.Pivota

Re: Regarding storing documents in Apache Geode

2017-10-26 Thread Akihiro Kitada
Hello, I believe you can store any types of document files if you can convert them into some types of java objects. -- Akihiro Kitada | Staff Customer Engineer | +81 80 3716 3736 Support.Pivotal.io <http://support.pivotal.io/> | Mon-Fri 9:00am to 5:30pm JST | 1-877-477-2269

Re: Issue with jmx-manager-* properties [version : 1.1.1,1.2.1,1.3.0]

2017-11-12 Thread Akihiro Kitada
alhost" in /etc/hosts like the following. 127.0.0.1localhost myhost.mylocaldomain Thanks. -- Akihiro Kitada | Staff Customer Engineer | +81 80 3716 3736 Support.Pivotal.io <http://support.pivotal.io/> | Mon-Fri 9:00am to 5:30pm JST | 1-877-477-2269 [image: support] &l

Re: Issue with jmx-manager-* properties [version : 1.1.1,1.2.1,1.3.0]

2017-11-19 Thread Akihiro Kitada
ception is: Do you have the following kind of entry in your /etc/hosts file? If so, could you try to remove it or comment it out? 127.0.1.1 localhost ... Thanks, regards. -- Akihiro Kitada | Staff Customer Engineer | +81 80 3716 3736 Support.Pivotal.io <http://support.pivotal

Re: Inserts from multiple threads

2017-11-26 Thread Akihiro Kitada
ter configuration (data size, num of data, num of threads, num of members, region type and so on) although putAll could be more efficient in terms of throughput per threads. I recommend you to try both ways based on the possible workload and configuration. Thanks, regards. -- Akihiro Kitada | St