[jira] [Commented] (APEXMALHAR-2320) FSWindowDataManager.toSlice() can cause lots of garbage collection

2016-11-07 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/APEXMALHAR-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15645486#comment-15645486
 ] 

ASF GitHub Bot commented on APEXMALHAR-2320:


Github user asfgit closed the pull request at:

https://github.com/apache/apex-malhar/pull/477


> FSWindowDataManager.toSlice() can cause lots of garbage collection
> --
>
> Key: APEXMALHAR-2320
> URL: https://issues.apache.org/jira/browse/APEXMALHAR-2320
> Project: Apache Apex Malhar
>  Issue Type: Improvement
>Reporter: bright chen
>Assignee: bright chen
>
> FSWindowDataManager.toSlice(Object) use ByteArrayOutputStream for 
> serialization and then call toByteArray() to get the byte array. Which can 
> cause lots of garbage collection.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (APEXMALHAR-2320) FSWindowDataManager.toSlice() can cause lots of garbage collection

2016-11-03 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/APEXMALHAR-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15634367#comment-15634367
 ] 

ASF GitHub Bot commented on APEXMALHAR-2320:


Github user brightchen closed the pull request at:

https://github.com/apache/apex-malhar/pull/477


> FSWindowDataManager.toSlice() can cause lots of garbage collection
> --
>
> Key: APEXMALHAR-2320
> URL: https://issues.apache.org/jira/browse/APEXMALHAR-2320
> Project: Apache Apex Malhar
>  Issue Type: Improvement
>Reporter: bright chen
>Assignee: bright chen
>
> FSWindowDataManager.toSlice(Object) use ByteArrayOutputStream for 
> serialization and then call toByteArray() to get the byte array. Which can 
> cause lots of garbage collection.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (APEXMALHAR-2320) FSWindowDataManager.toSlice() can cause lots of garbage collection

2016-11-03 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/APEXMALHAR-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15634368#comment-15634368
 ] 

ASF GitHub Bot commented on APEXMALHAR-2320:


GitHub user brightchen reopened a pull request:

https://github.com/apache/apex-malhar/pull/477

APEXMALHAR-2320 #resolve #comment use SerializationBuffer implement F…

…SWindowDataManager.toSlice()

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

$ git pull https://github.com/brightchen/apex-malhar APEXMALHAR-2320

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

https://github.com/apache/apex-malhar/pull/477.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 #477


commit dfcd2d5678b62ac383173f4780e6604c6a0cfd62
Author: brightchen 
Date:   2016-10-31T23:50:07Z

APEXMALHAR-2320 #resolve #comment use SerializationBuffer implement 
FSWindowDataManager.toSlice()




> FSWindowDataManager.toSlice() can cause lots of garbage collection
> --
>
> Key: APEXMALHAR-2320
> URL: https://issues.apache.org/jira/browse/APEXMALHAR-2320
> Project: Apache Apex Malhar
>  Issue Type: Improvement
>Reporter: bright chen
>Assignee: bright chen
>
> FSWindowDataManager.toSlice(Object) use ByteArrayOutputStream for 
> serialization and then call toByteArray() to get the byte array. Which can 
> cause lots of garbage collection.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (APEXMALHAR-2320) FSWindowDataManager.toSlice() can cause lots of garbage collection

2016-10-31 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/APEXMALHAR-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15624422#comment-15624422
 ] 

ASF GitHub Bot commented on APEXMALHAR-2320:


GitHub user brightchen opened a pull request:

https://github.com/apache/apex-malhar/pull/477

APEXMALHAR-2320 #resolve #comment use SerializationBuffer implement F…

…SWindowDataManager.toSlice()

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

$ git pull https://github.com/brightchen/apex-malhar APEXMALHAR-2320

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

https://github.com/apache/apex-malhar/pull/477.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 #477


commit 11c8c222a21d0533c582eb5a133cc2620050c094
Author: brightchen 
Date:   2016-10-31T23:50:07Z

APEXMALHAR-2320 #resolve #comment use SerializationBuffer implement 
FSWindowDataManager.toSlice()




> FSWindowDataManager.toSlice() can cause lots of garbage collection
> --
>
> Key: APEXMALHAR-2320
> URL: https://issues.apache.org/jira/browse/APEXMALHAR-2320
> Project: Apache Apex Malhar
>  Issue Type: Improvement
>Reporter: bright chen
>Assignee: bright chen
>
> FSWindowDataManager.toSlice(Object) use ByteArrayOutputStream for 
> serialization and then call toByteArray() to get the byte array. Which can 
> cause lots of garbage collection.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)