[jira] [Updated] (GIRAPH-273) Aggregators shouldn't use Zookeeper

2012-10-25 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-273: Attachment: GIRAPH-273.diff > Aggregators shouldn't use Zookeeper > ---

[jira] [Updated] (GIRAPH-388) Improve the way we keep outgoing messages

2012-10-25 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-388: Attachment: GIRAPH-388.patch By replacing per partition storage with two simple lists here are the

[jira] [Created] (GIRAPH-388) Improve the way we keep outgoing messages

2012-10-25 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-388: --- Summary: Improve the way we keep outgoing messages Key: GIRAPH-388 URL: https://issues.apache.org/jira/browse/GIRAPH-388 Project: Giraph Issue Type: Improvemen

[jira] [Updated] (GIRAPH-386) ClassCastException when giraph.SplitMasterWorker=false

2012-10-25 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-386: Attachment: GIRAPH-386.patch Thanks, Avery. I created TaskInfo and then we have MasterInfo and Work

[jira] [Commented] (GIRAPH-388) Improve the way we keep outgoing messages

2012-10-29 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13486168#comment-13486168 ] Maja Kabiljo commented on GIRAPH-388: - Eli, I'm not removing the information about par

[jira] [Commented] (GIRAPH-388) Improve the way we keep outgoing messages

2012-10-29 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13486247#comment-13486247 ] Maja Kabiljo commented on GIRAPH-388: - Eli, thank you for your comments. Because of m

[jira] [Commented] (GIRAPH-388) Improve the way we keep outgoing messages

2012-10-29 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13486248#comment-13486248 ] Maja Kabiljo commented on GIRAPH-388: - Thanks for the review, Avery!

[jira] [Commented] (GIRAPH-388) Improve the way we keep outgoing messages

2012-10-29 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13486367#comment-13486367 ] Maja Kabiljo commented on GIRAPH-388: - My mistake, I meant GIRAPH-322, not 314... The

[jira] [Commented] (GIRAPH-395) No need to make HashWorkerPartitioner thread-safe.

2012-10-31 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13488348#comment-13488348 ] Maja Kabiljo commented on GIRAPH-395: - Good catch, Avery! Any reason why getPartitionO

[jira] [Created] (GIRAPH-397) We should have copies of aggregators per thread to avoid synchronizing on aggregate()

2012-10-31 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-397: --- Summary: We should have copies of aggregators per thread to avoid synchronizing on aggregate() Key: GIRAPH-397 URL: https://issues.apache.org/jira/browse/GIRAPH-397 Pro

[jira] [Updated] (GIRAPH-397) We should have copies of aggregators per thread to avoid synchronizing on aggregate()

2012-10-31 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-397: Attachment: GIRAPH-397.patch I added this as an option (default to use it), for one of our applicat

[jira] [Created] (GIRAPH-398) Missing a dependency?

2012-10-31 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-398: --- Summary: Missing a dependency? Key: GIRAPH-398 URL: https://issues.apache.org/jira/browse/GIRAPH-398 Project: Giraph Issue Type: Bug Reporter: Maja

[jira] [Commented] (GIRAPH-398) Missing a dependency?

2012-11-01 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13489008#comment-13489008 ] Maja Kabiljo commented on GIRAPH-398: - +1, works now. Thanks, Nitay!

[jira] [Updated] (GIRAPH-397) We should have copies of aggregators per thread to avoid synchronizing on aggregate()

2012-11-05 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-397: Attachment: GIRAPH-397.patch Eli, thanks for looking! I don't think it makes a big difference, sinc

[jira] [Created] (GIRAPH-403) GraphMapper.notiftySentMessages need to be thread-safe

2012-11-05 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-403: --- Summary: GraphMapper.notiftySentMessages need to be thread-safe Key: GIRAPH-403 URL: https://issues.apache.org/jira/browse/GIRAPH-403 Project: Giraph Issue Typ

[jira] [Created] (GIRAPH-404) More SendMessageCache improvements

2012-11-05 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-404: --- Summary: More SendMessageCache improvements Key: GIRAPH-404 URL: https://issues.apache.org/jira/browse/GIRAPH-404 Project: Giraph Issue Type: Improvement

[jira] [Updated] (GIRAPH-404) More SendMessageCache improvements

2012-11-05 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-404: Attachment: GIRAPH-404.patch Here are the results on PageRankBenchmark: 10m vertices, 100 edges per

[jira] [Commented] (GIRAPH-404) More SendMessageCache improvements

2012-11-05 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491010#comment-13491010 ] Maja Kabiljo commented on GIRAPH-404: - "not going to work well" means we are always go

[jira] [Commented] (GIRAPH-404) More SendMessageCache improvements

2012-11-05 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491014#comment-13491014 ] Maja Kabiljo commented on GIRAPH-404: - https://reviews.apache.org/r/7883/

[jira] [Created] (GIRAPH-406) Enforce partition ids in [0, n-1]

2012-11-05 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-406: --- Summary: Enforce partition ids in [0, n-1] Key: GIRAPH-406 URL: https://issues.apache.org/jira/browse/GIRAPH-406 Project: Giraph Issue Type: Improvement

[jira] [Updated] (GIRAPH-406) Enforce partition ids in [0, n-1]

2012-11-05 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-406: Attachment: GIRAPH-406.patch > Enforce partition ids in [0, n-1] >

[jira] [Created] (GIRAPH-411) Pseudo distributed test failures

2012-11-05 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-411: --- Summary: Pseudo distributed test failures Key: GIRAPH-411 URL: https://issues.apache.org/jira/browse/GIRAPH-411 Project: Giraph Issue Type: Bug Rep

[jira] [Commented] (GIRAPH-411) Pseudo distributed test failures

2012-11-05 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491113#comment-13491113 ] Maja Kabiljo commented on GIRAPH-411: - TestAutoCheckpoint error: {code} java.lang.Runt

[jira] [Commented] (GIRAPH-403) GraphMapper.notiftySentMessages need to be thread-safe

2012-11-05 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491171#comment-13491171 ] Maja Kabiljo commented on GIRAPH-403: - This means we are synchronizing on every sendMe

[jira] [Commented] (GIRAPH-406) Enforce partition ids in [0, n-1]

2012-11-05 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491178#comment-13491178 ] Maja Kabiljo commented on GIRAPH-406: - I don't know why this happened, for me these te

[jira] [Resolved] (GIRAPH-406) Enforce partition ids in [0, n-1]

2012-11-05 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo resolved GIRAPH-406. - Resolution: Fixed > Enforce partition ids in [0, n-1] > - > >

[jira] [Commented] (GIRAPH-406) Enforce partition ids in [0, n-1]

2012-11-05 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491197#comment-13491197 ] Maja Kabiljo commented on GIRAPH-406: - It passed now (https://builds.apache.org/job/Gi

[jira] [Resolved] (GIRAPH-397) We should have copies of aggregators per thread to avoid synchronizing on aggregate()

2012-11-05 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo resolved GIRAPH-397. - Resolution: Fixed > We should have copies of aggregators per thread to avoid synchronizing on

[jira] [Commented] (GIRAPH-403) GraphMapper.notiftySentMessages need to be thread-safe

2012-11-05 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491210#comment-13491210 ] Maja Kabiljo commented on GIRAPH-403: - +1, comitting. Nitay, can you please also take

[jira] [Created] (GIRAPH-412) Checkstyle error from Giraph-403

2012-11-05 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-412: --- Summary: Checkstyle error from Giraph-403 Key: GIRAPH-412 URL: https://issues.apache.org/jira/browse/GIRAPH-412 Project: Giraph Issue Type: Bug Rep

[jira] [Updated] (GIRAPH-412) Checkstyle error from Giraph-403

2012-11-05 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-412: Attachment: GIRAPH-412.patch > Checkstyle error from Giraph-403 > -

[jira] [Assigned] (GIRAPH-412) Checkstyle error from Giraph-403

2012-11-05 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo reassigned GIRAPH-412: --- Assignee: Maja Kabiljo > Checkstyle error from Giraph-403 > -

[jira] [Resolved] (GIRAPH-412) Checkstyle error from Giraph-403

2012-11-05 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo resolved GIRAPH-412. - Resolution: Fixed > Checkstyle error from Giraph-403 > > >

[jira] [Resolved] (GIRAPH-404) More SendMessageCache improvements

2012-11-06 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo resolved GIRAPH-404. - Resolution: Fixed > More SendMessageCache improvements > -- >

[jira] [Commented] (GIRAPH-409) Refactor / cleanups

2012-11-06 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491670#comment-13491670 ] Maja Kabiljo commented on GIRAPH-409: - Great ideas, Nitay! 1,2 - Definitely, our pac

[jira] [Updated] (GIRAPH-386) ClassCastException when giraph.SplitMasterWorker=false

2012-11-06 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-386: Attachment: GIRAPH-386.diff https://reviews.apache.org/r/7911/ Eugene, can you please check if thi

[jira] [Created] (GIRAPH-414) Create BinaryCombiner ands specialized message store for it

2012-11-08 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-414: --- Summary: Create BinaryCombiner ands specialized message store for it Key: GIRAPH-414 URL: https://issues.apache.org/jira/browse/GIRAPH-414 Project: Giraph Iss

[jira] [Updated] (GIRAPH-414) Create BinaryCombiner ands specialized message store for it

2012-11-09 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-414: Attachment: GIRAPH-414.patch Thanks Avery, forgot to post it here... > Create Bina

[jira] [Updated] (GIRAPH-415) Refactor / cleanup Hadoop Counters

2012-11-12 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-415: Attachment: GIRAPH-415.patch There was an '@Override' missing in Nitay's patch. >

[jira] [Updated] (GIRAPH-415) Refactor / cleanup Hadoop Counters

2012-11-12 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-415: Attachment: GIRAPH-415.patch > Refactor / cleanup Hadoop Counters > ---

[jira] [Commented] (GIRAPH-423) Allow overriding addEdge

2012-11-13 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13496383#comment-13496383 ] Maja Kabiljo commented on GIRAPH-423: - +1, thanks Alessandro! > Allow

[jira] [Updated] (GIRAPH-386) ClassCastException when giraph.SplitMasterWorker=false

2012-11-13 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-386: Attachment: GIRAPH-386.diff Rebased. > ClassCastException when giraph.SplitMasterW

[jira] [Created] (GIRAPH-424) Fix hashCode modulo computation

2012-11-13 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-424: --- Summary: Fix hashCode modulo computation Key: GIRAPH-424 URL: https://issues.apache.org/jira/browse/GIRAPH-424 Project: Giraph Issue Type: Bug Repo

[jira] [Updated] (GIRAPH-424) Fix hashCode modulo computation

2012-11-13 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-424: Attachment: GIRAPH-424.patch > Fix hashCode modulo computation > --

[jira] [Created] (GIRAPH-429) Number of input split threads set to 1 less than necessary

2012-11-16 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-429: --- Summary: Number of input split threads set to 1 less than necessary Key: GIRAPH-429 URL: https://issues.apache.org/jira/browse/GIRAPH-429 Project: Giraph Issue

[jira] [Updated] (GIRAPH-429) Number of input split threads set to 1 less than necessary

2012-11-16 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-429: Attachment: GIRAPH-429.patch > Number of input split threads set to 1 less than necessary > ---

[jira] [Created] (GIRAPH-437) Missing progress calls when stopping Netty server

2012-11-29 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-437: --- Summary: Missing progress calls when stopping Netty server Key: GIRAPH-437 URL: https://issues.apache.org/jira/browse/GIRAPH-437 Project: Giraph Issue Type: Im

[jira] [Assigned] (GIRAPH-437) Missing progress calls when stopping Netty server

2012-11-29 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo reassigned GIRAPH-437: --- Assignee: Maja Kabiljo > Missing progress calls when stopping Netty server >

[jira] [Updated] (GIRAPH-437) Missing progress calls when stopping Netty server

2012-11-29 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-437: Attachment: GIRAPH-437.patch Changing awaitUninterruptibly to periodical calls of await. Added a lo

[jira] [Assigned] (GIRAPH-424) Fix hashCode modulo computation

2012-11-29 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo reassigned GIRAPH-424: --- Assignee: Maja Kabiljo > Fix hashCode modulo computation > --

[jira] [Commented] (GIRAPH-424) Fix hashCode modulo computation

2012-11-29 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506746#comment-13506746 ] Maja Kabiljo commented on GIRAPH-424: - vertexId.hashCode() can return Integer.MIN_VALU

[jira] [Commented] (GIRAPH-437) Missing progress calls when stopping Netty server

2012-11-29 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506960#comment-13506960 ] Maja Kabiljo commented on GIRAPH-437: - Sure, here it is: https://reviews.apache.org/r/

[jira] [Created] (GIRAPH-440) ProgressableUtils - TimeoutException from future.get shouldn't be rethrown

2012-11-30 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-440: --- Summary: ProgressableUtils - TimeoutException from future.get shouldn't be rethrown Key: GIRAPH-440 URL: https://issues.apache.org/jira/browse/GIRAPH-440 Project: Girap

[jira] [Assigned] (GIRAPH-440) ProgressableUtils - TimeoutException from future.get shouldn't be rethrown

2012-11-30 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo reassigned GIRAPH-440: --- Assignee: Maja Kabiljo > ProgressableUtils - TimeoutException from future.get shouldn't b

[jira] [Updated] (GIRAPH-440) ProgressableUtils - TimeoutException from future.get shouldn't be rethrown

2012-11-30 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-440: Attachment: GIRAPH-440.patch > ProgressableUtils - TimeoutException from future.get shouldn't b

[jira] [Commented] (GIRAPH-440) ProgressableUtils - TimeoutException from future.get shouldn't be rethrown

2012-11-30 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507702#comment-13507702 ] Maja Kabiljo commented on GIRAPH-440: - Thanks Avery > ProgressableUti

[jira] [Created] (GIRAPH-441) Keep track of connected channels in NettyServer

2012-12-03 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-441: --- Summary: Keep track of connected channels in NettyServer Key: GIRAPH-441 URL: https://issues.apache.org/jira/browse/GIRAPH-441 Project: Giraph Issue Type: Bug

[jira] [Updated] (GIRAPH-441) Keep track of connected channels in NettyServer

2012-12-03 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-441: Attachment: GIRAPH-441.patch > Keep track of connected channels in NettyServer > --

[jira] [Commented] (GIRAPH-437) Missing progress calls when stopping Netty server

2012-12-03 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509096#comment-13509096 ] Maja Kabiljo commented on GIRAPH-437: - Eli, thank you for your comment. We did get the

[jira] [Commented] (GIRAPH-441) Keep track of connected channels in NettyServer

2012-12-04 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509946#comment-13509946 ] Maja Kabiljo commented on GIRAPH-441: - Eli, we are not 100% sure yet since it doesn't

[jira] [Commented] (GIRAPH-395) No need to make HashWorkerPartitioner thread-safe.

2012-12-04 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510176#comment-13510176 ] Maja Kabiljo commented on GIRAPH-395: - +1, thanks Avery > No need to

[jira] [Created] (GIRAPH-443) Properly size netty buffers when encoding requests

2012-12-05 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-443: --- Summary: Properly size netty buffers when encoding requests Key: GIRAPH-443 URL: https://issues.apache.org/jira/browse/GIRAPH-443 Project: Giraph Issue Type: I

[jira] [Updated] (GIRAPH-443) Properly size netty buffers when encoding requests

2012-12-05 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-443: Attachment: GIRAPH-443.patch Using this patch, here is the performance gain on one of our large app

[jira] [Commented] (GIRAPH-443) Properly size netty buffers when encoding requests

2012-12-05 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510728#comment-13510728 ] Maja Kabiljo commented on GIRAPH-443: - Avery, thanks for looking! For 1) https://revie

[jira] [Updated] (GIRAPH-443) Properly size netty buffers when encoding requests

2012-12-05 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-443: Attachment: GIRAPH-443.patch > Properly size netty buffers when encoding requests > ---

[jira] [Updated] (GIRAPH-445) Max message request size in bytes, initialize buffers to expected size

2012-12-07 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-445: Attachment: GIRAPH-445.patch > Max message request size in bytes, initialize buffers to expecte

[jira] [Updated] (GIRAPH-445) Max message request size in bytes, initialize buffers to expected size

2012-12-07 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-445: Issue Type: Improvement (was: Bug) > Max message request size in bytes, initialize buffers to

[jira] [Created] (GIRAPH-445) Max message request size in bytes, initialize buffers to expected size

2012-12-07 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-445: --- Summary: Max message request size in bytes, initialize buffers to expected size Key: GIRAPH-445 URL: https://issues.apache.org/jira/browse/GIRAPH-445 Project: Giraph

[jira] [Commented] (GIRAPH-445) Max message request size in bytes, initialize buffers to expected size

2012-12-07 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526546#comment-13526546 ] Maja Kabiljo commented on GIRAPH-445: - In the future we can also have the additional b

[jira] [Commented] (GIRAPH-445) Max message request size in bytes, initialize buffers to expected size

2012-12-07 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526551#comment-13526551 ] Maja Kabiljo commented on GIRAPH-445: - https://reviews.apache.org/r/8407/

[jira] [Updated] (GIRAPH-445) Max message request size in bytes, initialize buffers to expected size

2012-12-10 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-445: Attachment: GIRAPH-445-1.patch > Max message request size in bytes, initialize buffers to expec

[jira] [Commented] (GIRAPH-465) Cleanup MapFunctions

2013-01-03 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13543478#comment-13543478 ] Maja Kabiljo commented on GIRAPH-465: - Nice refactor, +1. I wonder now whether zooKe

[jira] [Created] (GIRAPH-474) Add an option not to use direct byte buffers

2013-01-08 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-474: --- Summary: Add an option not to use direct byte buffers Key: GIRAPH-474 URL: https://issues.apache.org/jira/browse/GIRAPH-474 Project: Giraph Issue Type: Improve

[jira] [Updated] (GIRAPH-474) Add an option not to use direct byte buffers

2013-01-08 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-474: Attachment: GIRAPH-474.patch > Add an option not to use direct byte buffers > -

[jira] [Updated] (GIRAPH-474) Add an option not to use direct byte buffers

2013-01-09 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-474: Attachment: GIRAPH-474.patch It's not really unsafe, but I see your point, switching it off by defa

[jira] [Commented] (GIRAPH-474) Add an option not to use direct byte buffers

2013-01-10 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549844#comment-13549844 ] Maja Kabiljo commented on GIRAPH-474: - That's strange, tests are passing for me. Can s

[jira] [Commented] (GIRAPH-490) Constants for GiraphStats / GiraphTimers

2013-01-24 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562311#comment-13562311 ] Maja Kabiljo commented on GIRAPH-490: - This doesn't pass checkstyle (missing javadoc i

[jira] [Commented] (GIRAPH-490) Constants for GiraphStats / GiraphTimers

2013-01-24 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562324#comment-13562324 ] Maja Kabiljo commented on GIRAPH-490: - +1, thanks > Constants for Gir

[jira] [Commented] (GIRAPH-491) Observer for job launch lifecycle

2013-01-24 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562325#comment-13562325 ] Maja Kabiljo commented on GIRAPH-491: - +1 > Observer for job launch l

[jira] [Created] (GIRAPH-497) Limiting number of open requests doesn't work with multithreading

2013-02-04 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-497: --- Summary: Limiting number of open requests doesn't work with multithreading Key: GIRAPH-497 URL: https://issues.apache.org/jira/browse/GIRAPH-497 Project: Giraph

[jira] [Updated] (GIRAPH-497) Limiting number of open requests doesn't work with multithreading

2013-02-04 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-497: Attachment: GIRAPH-497.diff This patch fixes the issue, and also adds time between checks for reque

[jira] [Created] (GIRAPH-498) We should check input splits status from zookeeeper once per worker, not once per split thread

2013-02-04 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-498: --- Summary: We should check input splits status from zookeeeper once per worker, not once per split thread Key: GIRAPH-498 URL: https://issues.apache.org/jira/browse/GIRAPH-498

[jira] [Updated] (GIRAPH-498) We should check input splits status from zookeeeper once per worker, not once per split thread

2013-02-04 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-498: Attachment: GIRAPH-498.diff https://reviews.apache.org/r/9301/ > We should check i

[jira] [Commented] (GIRAPH-501) WorkerObserver

2013-02-05 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13571827#comment-13571827 ] Maja Kabiljo commented on GIRAPH-501: - +1 > WorkerObserver >

[jira] [Created] (GIRAPH-504) Create ComputeContext

2013-02-05 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-504: --- Summary: Create ComputeContext Key: GIRAPH-504 URL: https://issues.apache.org/jira/browse/GIRAPH-504 Project: Giraph Issue Type: New Feature Report

[jira] [Commented] (GIRAPH-504) Create ComputeContext

2013-02-05 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13572116#comment-13572116 ] Maja Kabiljo commented on GIRAPH-504: - Also I think that removing access to WorkerCont

[jira] [Updated] (GIRAPH-504) Create ComputeContext

2013-02-05 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-504: Attachment: GIRAPH-504.diff > Create ComputeContext > - > >

[jira] [Commented] (GIRAPH-504) Create ComputeContext

2013-02-05 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13572180#comment-13572180 ] Maja Kabiljo commented on GIRAPH-504: - The only things which are safe to use from Work

[jira] [Commented] (GIRAPH-504) Create ComputeContext

2013-02-06 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13572599#comment-13572599 ] Maja Kabiljo commented on GIRAPH-504: - Maybe easier for users, and less about multithr

[jira] [Created] (GIRAPH-506) Concurrency issue - response can arrive before request is added to the outstanding map

2013-02-06 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-506: --- Summary: Concurrency issue - response can arrive before request is added to the outstanding map Key: GIRAPH-506 URL: https://issues.apache.org/jira/browse/GIRAPH-506 Pr

[jira] [Updated] (GIRAPH-506) Concurrency issue - response can arrive before request is added to the outstanding map

2013-02-06 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-506: Attachment: GIRAPH-506.diff We did several real runs with this, problem didn't appear again.

[jira] [Created] (GIRAPH-508) Increase the limit on the number of partitions

2013-02-06 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-508: --- Summary: Increase the limit on the number of partitions Key: GIRAPH-508 URL: https://issues.apache.org/jira/browse/GIRAPH-508 Project: Giraph Issue Type: Impro

[jira] [Created] (GIRAPH-509) Factor out AggregatorUsage

2013-02-06 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-509: --- Summary: Factor out AggregatorUsage Key: GIRAPH-509 URL: https://issues.apache.org/jira/browse/GIRAPH-509 Project: Giraph Issue Type: Improvement R

[jira] [Updated] (GIRAPH-509) Factor out AggregatorUsage

2013-02-06 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-509: Attachment: GIRAPH-509.patch > Factor out AggregatorUsage > -- > >

[jira] [Updated] (GIRAPH-508) Increase the limit on the number of partitions

2013-02-07 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-508: Attachment: GIRAPH-508.diff > Increase the limit on the number of partitions >

[jira] [Commented] (GIRAPH-508) Increase the limit on the number of partitions

2013-02-07 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13574106#comment-13574106 ] Maja Kabiljo commented on GIRAPH-508: - Sure, https://reviews.apache.org/r/9370

[jira] [Commented] (GIRAPH-509) Factor out AggregatorUsage

2013-02-07 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13574148#comment-13574148 ] Maja Kabiljo commented on GIRAPH-509: - Honestly, that's how it was before I touched ag

[jira] [Updated] (GIRAPH-504) Create PartitionContext

2013-02-07 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-504: Summary: Create PartitionContext (was: Create ComputeContext) > Create PartitionContext >

[jira] [Updated] (GIRAPH-504) Create PartitionContext

2013-02-07 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-504: Attachment: GIRAPH-504.diff Ok, here is my second take on this. PartitionContext, looks much better

[jira] [Commented] (GIRAPH-504) Create PartitionContext

2013-02-07 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13574161#comment-13574161 ] Maja Kabiljo commented on GIRAPH-504: - https://reviews.apache.org/r/9372/

<    1   2   3   4   5   6   7   8   >