[jira] [Closed] (MNEMONIC-293) Provide a way to persist the Bytebuffers created out of a durable chunk

2017-07-01 Thread Wang, Gang (JIRA)

 [ 
https://issues.apache.org/jira/browse/MNEMONIC-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wang, Gang closed MNEMONIC-293.
---
Resolution: Fixed

> Provide a way to persist the Bytebuffers created out of a durable chunk
> ---
>
> Key: MNEMONIC-293
> URL: https://issues.apache.org/jira/browse/MNEMONIC-293
> Project: Mnemonic
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 0.9.0-incubating
>Reporter: ramkrishna.s.vasudevan
>Assignee: Peili SHEN
> Fix For: 0.9.0-incubating
>
>
> MNEMONIC-289 provided a way to create buffers out of a DurableChunk. It would 
> be nice to have a provision to persist() these buffers that are created out 
> of the Chunk by passing an offset and length so that what ever portion of the 
> Bytebuffers needs to be persisted can be done using these new API(s).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (MNEMONIC-293) Provide a way to persist the Bytebuffers created out of a durable chunk

2017-07-01 Thread Wang, Gang (JIRA)

 [ 
https://issues.apache.org/jira/browse/MNEMONIC-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wang, Gang updated MNEMONIC-293:

 Due Date: 3/Jul/17
Affects Version/s: 0.9.0-incubating
Fix Version/s: 0.9.0-incubating
  Component/s: Core

> Provide a way to persist the Bytebuffers created out of a durable chunk
> ---
>
> Key: MNEMONIC-293
> URL: https://issues.apache.org/jira/browse/MNEMONIC-293
> Project: Mnemonic
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 0.9.0-incubating
>Reporter: ramkrishna.s.vasudevan
>Assignee: Peili SHEN
> Fix For: 0.9.0-incubating
>
>
> MNEMONIC-289 provided a way to create buffers out of a DurableChunk. It would 
> be nice to have a provision to persist() these buffers that are created out 
> of the Chunk by passing an offset and length so that what ever portion of the 
> Bytebuffers needs to be persisted can be done using these new API(s).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] incubator-mnemonic pull request #48: MNEMONIC-293:Provide a way to persist t...

2017-07-01 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-mnemonic/pull/48


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (MNEMONIC-280) Add overload methods to handle optional parameters when creating durable class

2017-07-01 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MNEMONIC-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16071438#comment-16071438
 ] 

ASF GitHub Bot commented on MNEMONIC-280:
-

GitHub user yzz127 opened a pull request:

https://github.com/apache/incubator-mnemonic/pull/49

MNEMONIC-280 Add overload methods to handle optional paramters

Sub-task of MNEMONIC-276. Add overloaded methods for create and restore to 
handle optional parameters when creating/restoring durable class. 

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

$ git pull https://github.com/yzz127/incubator-mnemonic master

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

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


commit 7e63e49892237c83d11a7e2f54142f9175e076cd
Author: Yanhui Zhao 
Date:   2017-07-01T22:39:30Z

MNEMONIC-280 Add overload methods to handle optional paramters




> Add overload methods to handle optional parameters when creating durable class
> --
>
> Key: MNEMONIC-280
> URL: https://issues.apache.org/jira/browse/MNEMONIC-280
> Project: Mnemonic
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 0.9.0-incubating
>Reporter: Yanhui Zhao
>Assignee: Yanhui Zhao
> Fix For: 0.9.0-incubating
>
>
> Sub-task of MNEMONIC-276. Add overloaded methods for create and restore to 
> handle optional parameters when creating/restoring durable class



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] incubator-mnemonic pull request #49: MNEMONIC-280 Add overload methods to ha...

2017-07-01 Thread yzz127
GitHub user yzz127 opened a pull request:

https://github.com/apache/incubator-mnemonic/pull/49

MNEMONIC-280 Add overload methods to handle optional paramters

Sub-task of MNEMONIC-276. Add overloaded methods for create and restore to 
handle optional parameters when creating/restoring durable class. 

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

$ git pull https://github.com/yzz127/incubator-mnemonic master

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

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


commit 7e63e49892237c83d11a7e2f54142f9175e076cd
Author: Yanhui Zhao 
Date:   2017-07-01T22:39:30Z

MNEMONIC-280 Add overload methods to handle optional paramters




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-mnemonic pull request #48: MNEMONIC-293:Provide a way to persist t...

2017-07-01 Thread paleyss
GitHub user paleyss opened a pull request:

https://github.com/apache/incubator-mnemonic/pull/48

MNEMONIC-293:Provide a way to persist the Bytebuffers created out of a 
durable chunk

MNEMONIC-293:Provide a way to persist the Bytebuffers created out of a 
durable chunk

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

$ git pull https://github.com/paleyss/incubator-mnemonic master

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

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


commit 071009d84bb13147d864225d7c0bfc11285fb0f8
Author: paley 
Date:   2017-07-01T22:42:06Z

MNEMONIC-293:Provide a way to persist the Bytebuffers created out of a 
durable chunk




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (MNEMONIC-293) Provide a way to persist the Bytebuffers created out of a durable chunk

2017-07-01 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MNEMONIC-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16071430#comment-16071430
 ] 

ASF GitHub Bot commented on MNEMONIC-293:
-

GitHub user paleyss opened a pull request:

https://github.com/apache/incubator-mnemonic/pull/48

MNEMONIC-293:Provide a way to persist the Bytebuffers created out of a 
durable chunk

MNEMONIC-293:Provide a way to persist the Bytebuffers created out of a 
durable chunk

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

$ git pull https://github.com/paleyss/incubator-mnemonic master

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

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


commit 071009d84bb13147d864225d7c0bfc11285fb0f8
Author: paley 
Date:   2017-07-01T22:42:06Z

MNEMONIC-293:Provide a way to persist the Bytebuffers created out of a 
durable chunk




> Provide a way to persist the Bytebuffers created out of a durable chunk
> ---
>
> Key: MNEMONIC-293
> URL: https://issues.apache.org/jira/browse/MNEMONIC-293
> Project: Mnemonic
>  Issue Type: Bug
>Reporter: ramkrishna.s.vasudevan
>Assignee: Peili SHEN
>
> MNEMONIC-289 provided a way to create buffers out of a DurableChunk. It would 
> be nice to have a provision to persist() these buffers that are created out 
> of the Chunk by passing an offset and length so that what ever portion of the 
> Bytebuffers needs to be persisted can be done using these new API(s).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (MNEMONIC-293) Provide a way to persist the Bytebuffers created out of a durable chunk

2017-07-01 Thread Peili SHEN (JIRA)

 [ 
https://issues.apache.org/jira/browse/MNEMONIC-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Peili SHEN reassigned MNEMONIC-293:
---

Assignee: Peili SHEN

> Provide a way to persist the Bytebuffers created out of a durable chunk
> ---
>
> Key: MNEMONIC-293
> URL: https://issues.apache.org/jira/browse/MNEMONIC-293
> Project: Mnemonic
>  Issue Type: Bug
>Reporter: ramkrishna.s.vasudevan
>Assignee: Peili SHEN
>
> MNEMONIC-289 provided a way to create buffers out of a DurableChunk. It would 
> be nice to have a provision to persist() these buffers that are created out 
> of the Chunk by passing an offset and length so that what ever portion of the 
> Bytebuffers needs to be persisted can be done using these new API(s).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (MNEMONIC-280) Add overload methods to handle optional parameters when creating durable class

2017-07-01 Thread Yanhui Zhao (JIRA)

[ 
https://issues.apache.org/jira/browse/MNEMONIC-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16071354#comment-16071354
 ] 

Yanhui Zhao commented on MNEMONIC-280:
--

Need to implemented overload method in DurableHashMapImpl.java, 
DurableArrayNGTest.java, DurableArrayTreeNGTest.java, 
DurableSinglyLinkedListNGTest.java, DurableHashMapNHTest.java

> Add overload methods to handle optional parameters when creating durable class
> --
>
> Key: MNEMONIC-280
> URL: https://issues.apache.org/jira/browse/MNEMONIC-280
> Project: Mnemonic
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 0.9.0-incubating
>Reporter: Yanhui Zhao
>Assignee: Yanhui Zhao
> Fix For: 0.9.0-incubating
>
>
> Sub-task of MNEMONIC-276. Add overloaded methods for create and restore to 
> handle optional parameters when creating/restoring durable class



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)