You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@s2graph.apache.org by "Heewon Jung (JIRA)" <ji...@apache.org> on 2018/10/22 10:53:00 UTC

[jira] [Created] (S2GRAPH-244) "getEdges" result count issue (s2rest_play)

Heewon Jung created S2GRAPH-244:
-----------------------------------

             Summary: "getEdges" result count issue (s2rest_play)
                 Key: S2GRAPH-244
                 URL: https://issues.apache.org/jira/browse/S2GRAPH-244
             Project: S2Graph
          Issue Type: Bug
            Reporter: Heewon Jung
         Attachments: 스크린샷_2018-10-22_오후_7.20.07.png, 스크린샷_2018-10-22_오후_7.41.07.png

We are currently reviewing for the introduction of s2graph.

There are the following issues during testing by configuring the cluster environment:
 * When you search for data with more than 10 edges with offset: 0, limit: 10, you will get less than 9 results.
 ** please check the attached files.
 *** Set the offset to 4 to get the desired count.
 *** It appears that there is incorrect data between the first column with degree information and the first edge data column.
 ** 1 data difference is recognized by the S2GRAPH-243 issue.
 * my test environment
 ** hbase cluster: 2master, 5region
 ** mysql server
 ** s2rest_play server: 8ea
 *** query data from the original database and distribute it to 8 servers
 ** configuration(application.conf)
 *** changed
 **** hbase.zookeeper.quorum
 **** db.default.driver
 **** db.default.url
 **** db.default.user
 **** db.default.password
 * Question
 ** s2rest_play Is there anything else I need to know about cluster configuration?



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