[jira] [Commented] (S2GRAPH-243) Limit bug on 'graph/getEdges'

2018-11-22 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on S2GRAPH-243:


Github user asfgit closed the pull request at:

https://github.com/apache/incubator-s2graph/pull/187


> Limit bug on 'graph/getEdges' 
> --
>
> Key: S2GRAPH-243
> URL: https://issues.apache.org/jira/browse/S2GRAPH-243
> Project: S2Graph
>  Issue Type: Bug
>  Components: s2core
>Affects Versions: 0.2.0
>Reporter: Daewon Jeong
>Priority: Minor
>
> A limit bug was reported in the getEdges API in the following link.
> link: 
> [https://lists.apache.org/thread.html/57ca77109bf321fcff7be616b5e07eb320f5dfcd81e700ba77e6ffd2@%3Cusers.s2graph.apache.org%3E]
> Bug Description:
> Using version 0.2.0
>  Enter data as example.sh
> Three "friends" in "Elmo" (offset: 0, limit: 3) => Only two results are 
> displayed.
>  
> If offset is 0, 2 results are returned.
> [image 
> link|https://user-images.githubusercontent.com/1182522/47141766-5e456d80-d2fc-11e8-8324-69493e82baa5.png]
>  
> If offset is 1, 3 results are returned.
> [image 
> link|https://user-images.githubusercontent.com/1182522/47141759-5be31380-d2fc-11e8-9b73-1d51ae0dbc14.png]



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


[jira] [Commented] (S2GRAPH-243) Limit bug on 'graph/getEdges'

2018-11-05 Thread Heewon Jung (JIRA)


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

Heewon Jung commented on S2GRAPH-243:
-

[~steamshon] 
I using hbase 1.2.0. and cdh version is 5.12.0.

> Limit bug on 'graph/getEdges' 
> --
>
> Key: S2GRAPH-243
> URL: https://issues.apache.org/jira/browse/S2GRAPH-243
> Project: S2Graph
>  Issue Type: Bug
>  Components: s2core
>Affects Versions: 0.2.0
>Reporter: Daewon Jeong
>Priority: Minor
>
> A limit bug was reported in the getEdges API in the following link.
> link: 
> [https://lists.apache.org/thread.html/57ca77109bf321fcff7be616b5e07eb320f5dfcd81e700ba77e6ffd2@%3Cusers.s2graph.apache.org%3E]
> Bug Description:
> Using version 0.2.0
>  Enter data as example.sh
> Three "friends" in "Elmo" (offset: 0, limit: 3) => Only two results are 
> displayed.
>  
> If offset is 0, 2 results are returned.
> [image 
> link|https://user-images.githubusercontent.com/1182522/47141766-5e456d80-d2fc-11e8-8324-69493e82baa5.png]
>  
> If offset is 1, 3 results are returned.
> [image 
> link|https://user-images.githubusercontent.com/1182522/47141759-5be31380-d2fc-11e8-9b73-1d51ae0dbc14.png]



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


[jira] [Commented] (S2GRAPH-243) Limit bug on 'graph/getEdges'

2018-11-05 Thread DOYUNG YOON (JIRA)


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

DOYUNG YOON commented on S2GRAPH-243:
-

[~Heewon]

I thought this issue was simple to fix at the first time and created 
https://github.com/apache/incubator-s2graph/pull/187.

I created the unit test to test example.sh, and it passed.
I was about to merge this PR but found that actually there is a bug on 
ColumnPaginationFilter, HBASE-20565. 

I think If you are using HBase version less than 1.2.6.1, then this PR would 
fix the initial bug, but if you are using a higher version, then I need some 
more time to debug to see whether our hbase client(Asynchbase) has a bug or 
HBase server has a bug.

Can you please let me know what version of HBase are you using?

> Limit bug on 'graph/getEdges' 
> --
>
> Key: S2GRAPH-243
> URL: https://issues.apache.org/jira/browse/S2GRAPH-243
> Project: S2Graph
>  Issue Type: Bug
>  Components: s2core
>Affects Versions: 0.2.0
>Reporter: Daewon Jeong
>Priority: Minor
>
> A limit bug was reported in the getEdges API in the following link.
> link: 
> [https://lists.apache.org/thread.html/57ca77109bf321fcff7be616b5e07eb320f5dfcd81e700ba77e6ffd2@%3Cusers.s2graph.apache.org%3E]
> Bug Description:
> Using version 0.2.0
>  Enter data as example.sh
> Three "friends" in "Elmo" (offset: 0, limit: 3) => Only two results are 
> displayed.
>  
> If offset is 0, 2 results are returned.
> [image 
> link|https://user-images.githubusercontent.com/1182522/47141766-5e456d80-d2fc-11e8-8324-69493e82baa5.png]
>  
> If offset is 1, 3 results are returned.
> [image 
> link|https://user-images.githubusercontent.com/1182522/47141759-5be31380-d2fc-11e8-9b73-1d51ae0dbc14.png]



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


[jira] [Commented] (S2GRAPH-243) Limit bug on 'graph/getEdges'

2018-10-29 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on S2GRAPH-243:


GitHub user SteamShon opened a pull request:

https://github.com/apache/incubator-s2graph/pull/187

[S2GRAPH-243]: Limit bug on 'graph/getEdges'

- bug fix on offset/limit with schema v3.

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

$ git pull https://github.com/SteamShon/incubator-s2graph S2GRAPH-243

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

https://github.com/apache/incubator-s2graph/pull/187.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 #187


commit 7bc80f2d3dfadf3a4c702613bd984c46da0017c8
Author: DO YUNG YOON 
Date:   2018-10-29T09:07:23Z

bug fix on offset/limit with schema v3.




> Limit bug on 'graph/getEdges' 
> --
>
> Key: S2GRAPH-243
> URL: https://issues.apache.org/jira/browse/S2GRAPH-243
> Project: S2Graph
>  Issue Type: Bug
>  Components: s2core
>Affects Versions: 0.2.0
>Reporter: Daewon Jeong
>Priority: Minor
>
> A limit bug was reported in the getEdges API in the following link.
> link: 
> [https://lists.apache.org/thread.html/57ca77109bf321fcff7be616b5e07eb320f5dfcd81e700ba77e6ffd2@%3Cusers.s2graph.apache.org%3E]
> Bug Description:
> Using version 0.2.0
>  Enter data as example.sh
> Three "friends" in "Elmo" (offset: 0, limit: 3) => Only two results are 
> displayed.
>  
> If offset is 0, 2 results are returned.
> [image 
> link|https://user-images.githubusercontent.com/1182522/47141766-5e456d80-d2fc-11e8-8324-69493e82baa5.png]
>  
> If offset is 1, 3 results are returned.
> [image 
> link|https://user-images.githubusercontent.com/1182522/47141759-5be31380-d2fc-11e8-9b73-1d51ae0dbc14.png]



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