You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "pengxu (JIRA)" <ji...@apache.org> on 2018/03/22 12:48:00 UTC

[jira] [Created] (GEODE-4914) take long time to create a region

pengxu created GEODE-4914:
-----------------------------

             Summary: take long time to create a region
                 Key: GEODE-4914
                 URL: https://issues.apache.org/jira/browse/GEODE-4914
             Project: Geode
          Issue Type: Bug
          Components: redis
            Reporter: pengxu


while apache geode acts as a redis server, it takes long time to insert the first element for data structures except string and hashset.

In the geode server log, it shows that the gemfireredis took nearly 2 seconds to finish the creation for a new region.

According to the testing, there are major gap between the performance and the annouced benchmark in cwiki.


here is the detailed log info
======================
[info 2018/03/22 20:46:10.963 CST server-138 <Function Execution Processor1> tid=0x5d] Partitioned Region /ss0 is born with prId=17 ident:#ss0

[info 2018/03/22 20:46:11.006 CST server-138 <Function Execution Processor1> tid=0x5d] XmlEntity:searchString: //cache:region[@name='ss0']

[info 2018/03/22 20:46:13.126 CST server-138 <GeodeRedisServer-WorkerThread-2> tid=0x60] Initializing region _B__ss0_16

[info 2018/03/22 20:46:13.126 CST server-138 <GeodeRedisServer-WorkerThread-2> tid=0x60] Initialization of region _B__ss0_16 completed
======================================



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)