[jira] [Closed] (MNEMONIC-387) Compilation error in mnemonic-computing-services module

2017-10-26 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao closed MNEMONIC-387.


Issue has been resolved

> Compilation error in mnemonic-computing-services module
> ---
>
> Key: MNEMONIC-387
> URL: https://issues.apache.org/jira/browse/MNEMONIC-387
> Project: Mnemonic
>  Issue Type: Bug
>  Components: Computing-Service
>Affects Versions: 0.10.0-incubating
>Reporter: Johnu George
>Assignee: Yanhui Zhao
> Fix For: 0.10.0-incubating
>
>
> Below is the compilation error desc
>  
>  [exec]   vectorIterTensor(env, nvinfo, dims, itmaddrs, , 
> , hdls, -1, chk_addr, dc_size, , count);
>  [exec]   ^
>  [exec] 
> /Users/johnugeorge/work/incubator-mnemonic/mnemonic-computing-services/mnemonic-utilities-service/src/main/native/common.c:417:6:
>  error: conflicting types for 'vectorIterTensor'
>  [exec] void vectorIterTensor(JNIEnv* env, struct NValueInfo *nvinfo,
>  [exec]  ^
>  [exec] 
> /Users/johnugeorge/work/incubator-mnemonic/mnemonic-computing-services/mnemonic-utilities-service/src/main/native/common.c:413:3:
>  note: previous implicit declaration is here
>  [exec]   vectorIterTensor(env, nvinfo, dims, itmaddrs, , 
> , hdls, -1, chk_addr, dc_size, , count);
>  [exec]   ^
>  [exec] 1 warning and 1 error generated.
>  [exec] make[2]: *** [CMakeFiles/utilitiescomputing.dir/common.c.o] Error 
> 1
>  [exec] make[1]: *** [CMakeFiles/utilitiescomputing.dir/all] Error 2
>  [exec] make: *** [all] Error 2



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


[jira] [Resolved] (MNEMONIC-387) Compilation error in mnemonic-computing-services module

2017-10-26 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao resolved MNEMONIC-387.
--
Resolution: Fixed

fixed

> Compilation error in mnemonic-computing-services module
> ---
>
> Key: MNEMONIC-387
> URL: https://issues.apache.org/jira/browse/MNEMONIC-387
> Project: Mnemonic
>  Issue Type: Bug
>  Components: Computing-Service
>Affects Versions: 0.10.0-incubating
>Reporter: Johnu George
>Assignee: Yanhui Zhao
> Fix For: 0.10.0-incubating
>
>
> Below is the compilation error desc
>  
>  [exec]   vectorIterTensor(env, nvinfo, dims, itmaddrs, , 
> , hdls, -1, chk_addr, dc_size, , count);
>  [exec]   ^
>  [exec] 
> /Users/johnugeorge/work/incubator-mnemonic/mnemonic-computing-services/mnemonic-utilities-service/src/main/native/common.c:417:6:
>  error: conflicting types for 'vectorIterTensor'
>  [exec] void vectorIterTensor(JNIEnv* env, struct NValueInfo *nvinfo,
>  [exec]  ^
>  [exec] 
> /Users/johnugeorge/work/incubator-mnemonic/mnemonic-computing-services/mnemonic-utilities-service/src/main/native/common.c:413:3:
>  note: previous implicit declaration is here
>  [exec]   vectorIterTensor(env, nvinfo, dims, itmaddrs, , 
> , hdls, -1, chk_addr, dc_size, , count);
>  [exec]   ^
>  [exec] 1 warning and 1 error generated.
>  [exec] make[2]: *** [CMakeFiles/utilitiescomputing.dir/common.c.o] Error 
> 1
>  [exec] make[1]: *** [CMakeFiles/utilitiescomputing.dir/all] Error 2
>  [exec] make: *** [all] Error 2



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


[jira] [Assigned] (MNEMONIC-389) ParameterHolder should contain reclaim context

2017-10-15 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao reassigned MNEMONIC-389:


Assignee: Yanhui Zhao

> ParameterHolder should contain reclaim context
> --
>
> Key: MNEMONIC-389
> URL: https://issues.apache.org/jira/browse/MNEMONIC-389
> Project: Mnemonic
>  Issue Type: Sub-task
>  Components: Core
>Affects Versions: 0.10.0-incubating
>Reporter: Wang, Gang
>Assignee: Yanhui Zhao
>




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


[jira] [Commented] (MNEMONIC-387) Compilation error in mnemonic-computing-services module

2017-10-12 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao commented on MNEMONIC-387:
--

Ubuntu compilation passed, issue seems to appear on Mac. The root cause might 
be related to function implementation sequence in common.c, will verify and 
test assumption over this weekend. Thanks!

> Compilation error in mnemonic-computing-services module
> ---
>
> Key: MNEMONIC-387
> URL: https://issues.apache.org/jira/browse/MNEMONIC-387
> Project: Mnemonic
>  Issue Type: Bug
>  Components: Computing-Service
>Affects Versions: 0.10.0-incubating
>Reporter: Johnu George
>Assignee: Yanhui Zhao
> Fix For: 0.10.0-incubating
>
>
> Below is the compilation error desc
>  
>  [exec]   vectorIterTensor(env, nvinfo, dims, itmaddrs, , 
> , hdls, -1, chk_addr, dc_size, , count);
>  [exec]   ^
>  [exec] 
> /Users/johnugeorge/work/incubator-mnemonic/mnemonic-computing-services/mnemonic-utilities-service/src/main/native/common.c:417:6:
>  error: conflicting types for 'vectorIterTensor'
>  [exec] void vectorIterTensor(JNIEnv* env, struct NValueInfo *nvinfo,
>  [exec]  ^
>  [exec] 
> /Users/johnugeorge/work/incubator-mnemonic/mnemonic-computing-services/mnemonic-utilities-service/src/main/native/common.c:413:3:
>  note: previous implicit declaration is here
>  [exec]   vectorIterTensor(env, nvinfo, dims, itmaddrs, , 
> , hdls, -1, chk_addr, dc_size, , count);
>  [exec]   ^
>  [exec] 1 warning and 1 error generated.
>  [exec] make[2]: *** [CMakeFiles/utilitiescomputing.dir/common.c.o] Error 
> 1
>  [exec] make[1]: *** [CMakeFiles/utilitiescomputing.dir/all] Error 2
>  [exec] make: *** [all] Error 2



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


[jira] [Closed] (MNEMONIC-321) Implement Java method for durable object vectorization

2017-10-04 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao closed MNEMONIC-321.


Resolved

> Implement Java method for durable object vectorization
> --
>
> Key: MNEMONIC-321
> URL: https://issues.apache.org/jira/browse/MNEMONIC-321
> Project: Mnemonic
>  Issue Type: Improvement
>  Components: Computing-Service
>Affects Versions: 0.9.0-incubating
>Reporter: Yanhui Zhao
>Assignee: Yanhui Zhao
> Fix For: 0.10.0-incubating
>
>
> This is one of the sub-tasks under MNEMONIC issue 307 durable object 
> vectorization. This sub-task focuses on the implementation of the Java method 
> for durable object vectorization.



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


[jira] [Resolved] (MNEMONIC-321) Implement Java method for durable object vectorization

2017-10-04 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao resolved MNEMONIC-321.
--
   Resolution: Fixed
Fix Version/s: 0.10.0-incubating

Fixed

> Implement Java method for durable object vectorization
> --
>
> Key: MNEMONIC-321
> URL: https://issues.apache.org/jira/browse/MNEMONIC-321
> Project: Mnemonic
>  Issue Type: Improvement
>  Components: Computing-Service
>Affects Versions: 0.9.0-incubating
>Reporter: Yanhui Zhao
>Assignee: Yanhui Zhao
> Fix For: 0.10.0-incubating
>
>
> This is one of the sub-tasks under MNEMONIC issue 307 durable object 
> vectorization. This sub-task focuses on the implementation of the Java method 
> for durable object vectorization.



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


[jira] [Commented] (MNEMONIC-321) Implement Java method for durable object vectorization

2017-10-03 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao commented on MNEMONIC-321:
--

Thanks for the review comments. Updates have been posted, please review. 

> Implement Java method for durable object vectorization
> --
>
> Key: MNEMONIC-321
> URL: https://issues.apache.org/jira/browse/MNEMONIC-321
> Project: Mnemonic
>  Issue Type: Improvement
>  Components: Computing-Service
>Affects Versions: 0.9.0-incubating
>Reporter: Yanhui Zhao
>Assignee: Yanhui Zhao
>
> This is one of the sub-tasks under MNEMONIC issue 307 durable object 
> vectorization. This sub-task focuses on the implementation of the Java method 
> for durable object vectorization.



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


[jira] [Closed] (MNEMONIC-320) Implement native method for durable object vectorization

2017-09-19 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao closed MNEMONIC-320.


new feature implemented, compilation passed, closing issue.

> Implement native method for durable object vectorization
> 
>
> Key: MNEMONIC-320
> URL: https://issues.apache.org/jira/browse/MNEMONIC-320
> Project: Mnemonic
>  Issue Type: Improvement
>  Components: Computing-Service
>Affects Versions: 0.9.0-incubating
>Reporter: Yanhui Zhao
>Assignee: Yanhui Zhao
> Fix For: 0.10.0-incubating
>
>
> This is one of the sub-tasks for MNEMONIC issue 307 Durable Object 
> Vectorization. This sub-task focuses on the implementation of the native 
> method for durable object vectorization. 



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


[jira] [Resolved] (MNEMONIC-320) Implement native method for durable object vectorization

2017-09-19 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao resolved MNEMONIC-320.
--
   Resolution: Fixed
Fix Version/s: 0.10.0-incubating

Feature added

> Implement native method for durable object vectorization
> 
>
> Key: MNEMONIC-320
> URL: https://issues.apache.org/jira/browse/MNEMONIC-320
> Project: Mnemonic
>  Issue Type: Improvement
>  Components: Computing-Service
>Affects Versions: 0.9.0-incubating
>Reporter: Yanhui Zhao
>Assignee: Yanhui Zhao
> Fix For: 0.10.0-incubating
>
>
> This is one of the sub-tasks for MNEMONIC issue 307 Durable Object 
> Vectorization. This sub-task focuses on the implementation of the native 
> method for durable object vectorization. 



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


[jira] [Resolved] (MNEMONIC-304) Add support for Pair to ParameterHolder class to handle optional parameters

2017-09-13 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao resolved MNEMONIC-304.
--
   Resolution: Fixed
Fix Version/s: 0.9.0-incubating

Resolved

> Add support for Pair to ParameterHolder class to handle optional parameters
> ---
>
> Key: MNEMONIC-304
> URL: https://issues.apache.org/jira/browse/MNEMONIC-304
> Project: Mnemonic
>  Issue Type: Improvement
>  Components: Core
>Affects Versions: 0.8.0-incubating
>Reporter: Yanhui Zhao
>Assignee: Yanhui Zhao
>Priority: Minor
>  Labels: features
> Fix For: 0.9.0-incubating
>
>
> Some test cases need to pass Pair as parameters when creating durable class. 
> Current ParameterHolder class doesn't have the support for this feature.  



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


[jira] [Closed] (MNEMONIC-304) Add support for Pair to ParameterHolder class to handle optional parameters

2017-09-13 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao closed MNEMONIC-304.


Issue resolved. Closing ticket

> Add support for Pair to ParameterHolder class to handle optional parameters
> ---
>
> Key: MNEMONIC-304
> URL: https://issues.apache.org/jira/browse/MNEMONIC-304
> Project: Mnemonic
>  Issue Type: Improvement
>  Components: Core
>Affects Versions: 0.8.0-incubating
>Reporter: Yanhui Zhao
>Assignee: Yanhui Zhao
>Priority: Minor
>  Labels: features
> Fix For: 0.9.0-incubating
>
>
> Some test cases need to pass Pair as parameters when creating durable class. 
> Current ParameterHolder class doesn't have the support for this feature.  



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


[jira] [Commented] (MNEMONIC-304) Add support for Pair to ParameterHolder class to handle optional parameters

2017-08-28 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao commented on MNEMONIC-304:
--

Support has been implemented. Verified that built is successful and current 
test case can pass. Sending pull request for peer review. Thanks.

> Add support for Pair to ParameterHolder class to handle optional parameters
> ---
>
> Key: MNEMONIC-304
> URL: https://issues.apache.org/jira/browse/MNEMONIC-304
> Project: Mnemonic
>  Issue Type: Improvement
>  Components: Core
>Affects Versions: 0.8.0-incubating
>Reporter: Yanhui Zhao
>Assignee: Yanhui Zhao
>Priority: Minor
>  Labels: features
>
> Some test cases need to pass Pair as parameters when creating durable class. 
> Current ParameterHolder class doesn't have the support for this feature.  



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


[jira] [Closed] (MNEMONIC-353) Assign fixed version number to docker Centos build

2017-08-28 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao closed MNEMONIC-353.

Resolution: Fixed

Issue is fixed. Ticket closed.

> Assign fixed version number to docker Centos build
> --
>
> Key: MNEMONIC-353
> URL: https://issues.apache.org/jira/browse/MNEMONIC-353
> Project: Mnemonic
>  Issue Type: Improvement
>  Components: Docker
>Affects Versions: 0.9.0-incubating
>Reporter: Yanhui Zhao
>Assignee: Yanhui Zhao
>Priority: Minor
> Fix For: 0.9.0-incubating
>
>
> Assign a version number instead of "latest" for docker Centos build for 
> compatibility concerns.



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


[jira] [Commented] (MNEMONIC-354) asf-site build script lacks information that causing confusions when uploading

2017-08-28 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao commented on MNEMONIC-354:
--

Verified that this issue has been fixed. Ticket closed. Thanks

> asf-site build script lacks information that causing confusions when uploading
> --
>
> Key: MNEMONIC-354
> URL: https://issues.apache.org/jira/browse/MNEMONIC-354
> Project: Mnemonic
>  Issue Type: Bug
>  Components: Website
>Affects Versions: 0.9.0-incubating
>Reporter: Yanhui Zhao
>Assignee: Wang, Gang
>Priority: Critical
> Fix For: 0.9.0-incubating
>
> Attachments: 
> 0001-MNEMONIC-354-asf-site-build-script-lacks-information.patch
>
>
> Build.md lacks following info: "git branch asf-site origin/asf-site", which 
> is causing confusions to build and upload the website.



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


[jira] [Closed] (MNEMONIC-354) asf-site build script lacks information that causing confusions when uploading

2017-08-28 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao closed MNEMONIC-354.

Resolution: Fixed

Ticket closed.

> asf-site build script lacks information that causing confusions when uploading
> --
>
> Key: MNEMONIC-354
> URL: https://issues.apache.org/jira/browse/MNEMONIC-354
> Project: Mnemonic
>  Issue Type: Bug
>  Components: Website
>Affects Versions: 0.9.0-incubating
>Reporter: Yanhui Zhao
>Assignee: Wang, Gang
>Priority: Critical
> Fix For: 0.9.0-incubating
>
> Attachments: 
> 0001-MNEMONIC-354-asf-site-build-script-lacks-information.patch
>
>
> Build.md lacks following info: "git branch asf-site origin/asf-site", which 
> is causing confusions to build and upload the website.



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


[jira] [Created] (MNEMONIC-354) asf-site build script lacks information that causing confusions when uploading

2017-08-26 Thread Yanhui Zhao (JIRA)
Yanhui Zhao created MNEMONIC-354:


 Summary: asf-site build script lacks information that causing 
confusions when uploading
 Key: MNEMONIC-354
 URL: https://issues.apache.org/jira/browse/MNEMONIC-354
 Project: Mnemonic
  Issue Type: Bug
  Components: Website
Affects Versions: 0.9.0-incubating
Reporter: Yanhui Zhao
Assignee: wen tong
Priority: Critical
 Fix For: 0.9.0-incubating


Build.md lacks following info: "git branch asf-site origin/asf-site", which is 
causing confusions to build and upload the website.



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


[jira] [Closed] (MNEMONIC-345) Asf-site link on mnemonic website broken

2017-08-26 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao closed MNEMONIC-345.

   Resolution: Fixed
Fix Version/s: 0.9.0-incubating

Issue is fixed.

> Asf-site link on mnemonic website broken
> 
>
> Key: MNEMONIC-345
> URL: https://issues.apache.org/jira/browse/MNEMONIC-345
> Project: Mnemonic
>  Issue Type: Bug
>  Components: Documentation
>Affects Versions: 0.8.0-incubating
>Reporter: Yanhui Zhao
>Assignee: wen tong
>Priority: Minor
> Fix For: 0.9.0-incubating
>
> Attachments: 
> 0001-MNEMONIC-345-Asf-site-link-on-mnemonic-website-broke.patch
>
>
> afs-site source link on mnemonic website not working. The link directs to: 
> https://github.com/apache/incubator-mnemonic/tree/asf-site, and the request 
> returned a 404 error. Issue path: 
> https://mnemonic.incubator.apache.org/develop/ -> Source Code -> asf-site



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


[jira] [Commented] (MNEMONIC-345) Asf-site link on mnemonic website broken

2017-08-26 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao commented on MNEMONIC-345:
--

Patch applied and upstream has been updated. asf-site link now shows correctly 
on the website. This issue has been resolved. Thanks

> Asf-site link on mnemonic website broken
> 
>
> Key: MNEMONIC-345
> URL: https://issues.apache.org/jira/browse/MNEMONIC-345
> Project: Mnemonic
>  Issue Type: Bug
>  Components: Documentation
>Affects Versions: 0.8.0-incubating
>Reporter: Yanhui Zhao
>Assignee: wen tong
>Priority: Minor
> Attachments: 
> 0001-MNEMONIC-345-Asf-site-link-on-mnemonic-website-broke.patch
>
>
> afs-site source link on mnemonic website not working. The link directs to: 
> https://github.com/apache/incubator-mnemonic/tree/asf-site, and the request 
> returned a 404 error. Issue path: 
> https://mnemonic.incubator.apache.org/develop/ -> Source Code -> asf-site



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


[jira] [Created] (MNEMONIC-353) Assign fixed version number to docker Centos build

2017-08-26 Thread Yanhui Zhao (JIRA)
Yanhui Zhao created MNEMONIC-353:


 Summary: Assign fixed version number to docker Centos build
 Key: MNEMONIC-353
 URL: https://issues.apache.org/jira/browse/MNEMONIC-353
 Project: Mnemonic
  Issue Type: Improvement
  Components: Docker
Affects Versions: 0.9.0-incubating
Reporter: Yanhui Zhao
Assignee: Yanhui Zhao
Priority: Minor
 Fix For: 0.9.0-incubating


Assign a version number instead of "latest" for docker Centos build for 
compatibility concerns.



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


[jira] [Commented] (MNEMONIC-345) Asf-site link on mnemonic website broken

2017-08-24 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao commented on MNEMONIC-345:
--

[~puresky7] Please rebase repo and re-upload patch file.

Please see error info below when applying current patch file:
"Applying: MNEMONIC-345:Asf-site link on mnemonic website broken
error: patch failed: src/develop/index.md:178
error: src/develop/index.md: patch does not apply
Patch failed at 0001 MNEMONIC-345:Asf-site link on mnemonic website broken"

> Asf-site link on mnemonic website broken
> 
>
> Key: MNEMONIC-345
> URL: https://issues.apache.org/jira/browse/MNEMONIC-345
> Project: Mnemonic
>  Issue Type: Bug
>  Components: Documentation
>Affects Versions: 0.8.0-incubating
>Reporter: Yanhui Zhao
>Assignee: wen tong
>Priority: Minor
> Attachments: 
> 0001-MNEMONIC-345-Asf-site-link-on-mnemonic-website-broke.patch
>
>
> afs-site source link on mnemonic website not working. The link directs to: 
> https://github.com/apache/incubator-mnemonic/tree/asf-site, and the request 
> returned a 404 error. Issue path: 
> https://mnemonic.incubator.apache.org/develop/ -> Source Code -> asf-site



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


[jira] [Created] (MNEMONIC-345) Asf-site link on mnemonic website broken

2017-08-18 Thread Yanhui Zhao (JIRA)
Yanhui Zhao created MNEMONIC-345:


 Summary: Asf-site link on mnemonic website broken
 Key: MNEMONIC-345
 URL: https://issues.apache.org/jira/browse/MNEMONIC-345
 Project: Mnemonic
  Issue Type: Bug
  Components: Documentation
Affects Versions: 0.8.0-incubating
Reporter: Yanhui Zhao
Priority: Minor


afs-site source link on mnemonic website not working. The link directs to: 
https://github.com/apache/incubator-mnemonic/tree/asf-site, and the request 
returned a 404 error. Issue path: 
https://mnemonic.incubator.apache.org/develop/ -> Source Code -> asf-site




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


[jira] [Closed] (MNEMONIC-297) Add more constructors for ParameterHolder

2017-08-02 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao closed MNEMONIC-297.


> Add more constructors for ParameterHolder
> -
>
> Key: MNEMONIC-297
> URL: https://issues.apache.org/jira/browse/MNEMONIC-297
> Project: Mnemonic
>  Issue Type: Improvement
>  Components: Core
>Affects Versions: 0.9.0-incubating
>Reporter: Wang, Gang
>Assignee: Lan Lin
>
> Please add the following constructors to class ParameterHolder
> public ParameterHolder(A n)
> public ParameterHolder(A n, DurableType[] d)
> public ParameterHolder(A n, DurableType[] d, EntityFactoryProxy[] e)



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


[jira] [Resolved] (MNEMONIC-297) Add more constructors for ParameterHolder

2017-08-02 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao resolved MNEMONIC-297.
--
Resolution: Fixed

> Add more constructors for ParameterHolder
> -
>
> Key: MNEMONIC-297
> URL: https://issues.apache.org/jira/browse/MNEMONIC-297
> Project: Mnemonic
>  Issue Type: Improvement
>  Components: Core
>Affects Versions: 0.9.0-incubating
>Reporter: Wang, Gang
>Assignee: Lan Lin
>
> Please add the following constructors to class ParameterHolder
> public ParameterHolder(A n)
> public ParameterHolder(A n, DurableType[] d)
> public ParameterHolder(A n, DurableType[] d, EntityFactoryProxy[] e)



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


[jira] [Assigned] (MNEMONIC-297) Add more constructors for ParameterHolder

2017-08-02 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao reassigned MNEMONIC-297:


Assignee: Lan Lin  (was: Yanhui Zhao)

> Add more constructors for ParameterHolder
> -
>
> Key: MNEMONIC-297
> URL: https://issues.apache.org/jira/browse/MNEMONIC-297
> Project: Mnemonic
>  Issue Type: Improvement
>  Components: Core
>Affects Versions: 0.9.0-incubating
>Reporter: Wang, Gang
>Assignee: Lan Lin
>
> Please add the following constructors to class ParameterHolder
> public ParameterHolder(A n)
> public ParameterHolder(A n, DurableType[] d)
> public ParameterHolder(A n, DurableType[] d, EntityFactoryProxy[] e)



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


[jira] [Updated] (MNEMONIC-322) Add test case for implemented methods of durable object vectorization

2017-07-31 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao updated MNEMONIC-322:
-
Affects Version/s: (was: 0.8.0-incubating)
   0.9.0-incubating

> Add test case for implemented methods of durable object vectorization
> -
>
> Key: MNEMONIC-322
> URL: https://issues.apache.org/jira/browse/MNEMONIC-322
> Project: Mnemonic
>  Issue Type: Test
>  Components: Computing-Service
>Affects Versions: 0.9.0-incubating
>Reporter: Yanhui Zhao
>Assignee: Yanhui Zhao
>Priority: Minor
>
> This is one of the sub-tasks for MNEMONIC issue 307 durable object 
> vectorization. This sub-task creates test case to test implemented native and 
> Java methods to achieve durable object vectorization.



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


[jira] [Updated] (MNEMONIC-321) Implement Java method for durable object vectorization

2017-07-31 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao updated MNEMONIC-321:
-
Affects Version/s: (was: 0.8.0-incubating)
   0.9.0-incubating

> Implement Java method for durable object vectorization
> --
>
> Key: MNEMONIC-321
> URL: https://issues.apache.org/jira/browse/MNEMONIC-321
> Project: Mnemonic
>  Issue Type: Improvement
>  Components: Computing-Service
>Affects Versions: 0.9.0-incubating
>Reporter: Yanhui Zhao
>Assignee: Yanhui Zhao
>
> This is one of the sub-tasks under MNEMONIC issue 307 durable object 
> vectorization. This sub-task focuses on the implementation of the Java method 
> for durable object vectorization.



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


[jira] [Updated] (MNEMONIC-320) Implement native method for durable object vectorization

2017-07-31 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao updated MNEMONIC-320:
-
Affects Version/s: (was: 0.8.0-incubating)
   0.9.0-incubating

> Implement native method for durable object vectorization
> 
>
> Key: MNEMONIC-320
> URL: https://issues.apache.org/jira/browse/MNEMONIC-320
> Project: Mnemonic
>  Issue Type: Improvement
>  Components: Computing-Service
>Affects Versions: 0.9.0-incubating
>Reporter: Yanhui Zhao
>Assignee: Yanhui Zhao
>
> This is one of the sub-tasks for MNEMONIC issue 307 Durable Object 
> Vectorization. This sub-task focuses on the implementation of the native 
> method for durable object vectorization. 



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


[jira] [Created] (MNEMONIC-322) Add test case for implemented methods of durable object vectorization

2017-07-31 Thread Yanhui Zhao (JIRA)
Yanhui Zhao created MNEMONIC-322:


 Summary: Add test case for implemented methods of durable object 
vectorization
 Key: MNEMONIC-322
 URL: https://issues.apache.org/jira/browse/MNEMONIC-322
 Project: Mnemonic
  Issue Type: Test
  Components: Computing-Service
Affects Versions: 0.8.0-incubating
Reporter: Yanhui Zhao
Assignee: Yanhui Zhao
Priority: Minor


This is one of the sub-tasks for MNEMONIC issue 307 durable object 
vectorization. This sub-task creates test case to test implemented native and 
Java methods to achieve durable object vectorization.



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


[jira] [Assigned] (MNEMONIC-307) Durable Object Vectorization

2017-07-17 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao reassigned MNEMONIC-307:


Assignee: Yanhui Zhao

> Durable Object Vectorization
> 
>
> Key: MNEMONIC-307
> URL: https://issues.apache.org/jira/browse/MNEMONIC-307
> Project: Mnemonic
>  Issue Type: New Feature
>  Components: Computing-Service
>Affects Versions: 0.9.0-incubating
>Reporter: Wang, Gang
>Assignee: Yanhui Zhao
>
> This feature supports to vectorise specified field values from a set of 
> durable objects. 



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


[jira] [Created] (MNEMONIC-304) Add support for Pair to ParameterHolder class to handle optional parameters

2017-07-13 Thread Yanhui Zhao (JIRA)
Yanhui Zhao created MNEMONIC-304:


 Summary: Add support for Pair to ParameterHolder class to handle 
optional parameters
 Key: MNEMONIC-304
 URL: https://issues.apache.org/jira/browse/MNEMONIC-304
 Project: Mnemonic
  Issue Type: Improvement
  Components: Core
Affects Versions: 0.8.0-incubating
Reporter: Yanhui Zhao
Assignee: Yanhui Zhao
Priority: Minor


Some test cases need to pass Pair as parameters when creating durable class. 
Current ParameterHolder class doesn't have the support for this feature.  



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


[jira] [Assigned] (MNEMONIC-275) Implement a default function to sync data to the persistent storage

2017-07-02 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao reassigned MNEMONIC-275:


Assignee: Yanhui Zhao  (was: Wang, Gang)

> Implement a default function to sync data to the persistent storage
> ---
>
> Key: MNEMONIC-275
> URL: https://issues.apache.org/jira/browse/MNEMONIC-275
> Project: Mnemonic
>  Issue Type: Improvement
>  Components: Core
>Affects Versions: 0.9.0-incubating
>Reporter: Johnu George
>Assignee: Yanhui Zhao
> Fix For: 0.9.0-incubating
>
>
> Currently persist(), sync(), flush() calls are exposed to the user. This is 
> confusing.  Only one call should be exposed to user that provides the default 
> functionality. 



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


[jira] [Assigned] (MNEMONIC-175) Rename the build-tools directory to bin

2017-07-02 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao reassigned MNEMONIC-175:


Assignee: Yanhui Zhao  (was: Wang, Gang)

> Rename the build-tools directory to bin
> ---
>
> Key: MNEMONIC-175
> URL: https://issues.apache.org/jira/browse/MNEMONIC-175
> Project: Mnemonic
>  Issue Type: Task
>  Components: Tools
>Affects Versions: 0.5.0-incubating
>Reporter: Wang, Gang
>Assignee: Yanhui Zhao
>
> to conform with the naming convention about the directory that contains 
> project executable files.



--
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)


[jira] [Updated] (MNEMONIC-281) Add test case to test implemented methods to handle optional parameters when creating durable class

2017-06-11 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao updated MNEMONIC-281:
-
Affects Version/s: (was: 0.8.0-incubating)
   0.9.0-incubating
Fix Version/s: (was: 0.8.0-incubating)
   0.9.0-incubating

> Add test case to test implemented methods to handle optional parameters when 
> creating durable class 
> 
>
> Key: MNEMONIC-281
> URL: https://issues.apache.org/jira/browse/MNEMONIC-281
> Project: Mnemonic
>  Issue Type: Test
>  Components: Collection
>Affects Versions: 0.9.0-incubating
>Reporter: Yanhui Zhao
>Assignee: Yanhui Zhao
>Priority: Minor
> Fix For: 0.9.0-incubating
>
>
> Sub-task of MNEMONIC-276. Add test case for overloaded methods handling 
> optional parameters.  



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


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

2017-06-11 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao updated MNEMONIC-280:
-
Affects Version/s: (was: 0.8.0-incubating)
   0.9.0-incubating
Fix Version/s: (was: 0.8.0-incubating)
   0.9.0-incubating
  Description: Sub-task of MNEMONIC-276. Add overloaded methods for 
create and restore to handle optional parameters when creating/restoring 
durable class  (was: Sub-task of MNEMONIC-276. Add overload methods for create 
and restore to handle optional parameters when creating durable class)
   Issue Type: New Feature  (was: Improvement)

> 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.3.15#6346)


[jira] [Created] (MNEMONIC-281) Add test case to test implemented methods to handle optional parameters when creating durable class

2017-06-11 Thread Yanhui Zhao (JIRA)
Yanhui Zhao created MNEMONIC-281:


 Summary: Add test case to test implemented methods to handle 
optional parameters when creating durable class 
 Key: MNEMONIC-281
 URL: https://issues.apache.org/jira/browse/MNEMONIC-281
 Project: Mnemonic
  Issue Type: Test
  Components: Collection
Affects Versions: 0.8.0-incubating
Reporter: Yanhui Zhao
Assignee: Yanhui Zhao
Priority: Minor
 Fix For: 0.8.0-incubating


Sub-task of MNEMONIC-276. Add test case for overloaded methods handling 
optional parameters.  



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Assigned] (MNEMONIC-274) Add another Dockerfile for Ubuntu system

2017-05-31 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao reassigned MNEMONIC-274:


Assignee: Yanhui Zhao

> Add another Dockerfile for Ubuntu system
> 
>
> Key: MNEMONIC-274
> URL: https://issues.apache.org/jira/browse/MNEMONIC-274
> Project: Mnemonic
>  Issue Type: New Feature
>  Components: Docker
>Affects Versions: 0.9.0-incubating
>Reporter: Wang, Gang
>Assignee: Yanhui Zhao
> Fix For: 0.9.0-incubating
>
>
> The existed Dockerfile has described how to setup Mnemonic development 
> environment for CentOS only, so we need another one for Ubuntu, because the 
> Ubuntu also is one of most popular server system.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Closed] (MNEMONIC-116) Mnemonic test case DurablePersonNGTest fails after repeating runnings.

2016-09-14 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao closed MNEMONIC-116.

Resolution: Fixed

New test run confirms this issue has been fixed. Issue can be closed.

> Mnemonic test case DurablePersonNGTest fails after repeating runnings. 
> ---
>
> Key: MNEMONIC-116
> URL: https://issues.apache.org/jira/browse/MNEMONIC-116
> Project: Mnemonic
>  Issue Type: Bug
>  Components: Example
>Affects Versions: 0.3.0-incubating
> Environment: Docker image, ubuntu 14.04
>Reporter: Yanhui Zhao
>Assignee: Wang, Gang
>  Labels: easyfix
> Fix For: 0.3.0-incubating
>
>
> Mnemonic test case DurablePersonNGTest fails after running the same case for 
> multiple times. This issue was firstly observed during creation of a 
> runall.sh script file to run all test examples at same time. The issue was 
> later reproduced with a shell script set to run this test case for 20 times. 
> Error message summary as follows:
> "SIGSEGA (0xb) at pc=0x7f2ae579d42c, pid=7157, tid=139822447503104"
> "Problematic frame:
> [pmallocallocator5618444669143453855.so+0x342c] allocate_blockfrag+0x3c
> Failed to write core dump, Core dumps have been disabled."
> Please note this issue in the example category for test case 
> DurablePersonNGTest.
> Thanks!
> Yanhui



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


[jira] [Commented] (MNEMONIC-116) Mnemonic test case DurablePersonNGTest fails after repeating runnings.

2016-09-14 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao commented on MNEMONIC-116:
--

Thanks, new test run confirms this issue has been fixed. I am closing this 
issue.

Thank you!

> Mnemonic test case DurablePersonNGTest fails after repeating runnings. 
> ---
>
> Key: MNEMONIC-116
> URL: https://issues.apache.org/jira/browse/MNEMONIC-116
> Project: Mnemonic
>  Issue Type: Bug
>  Components: Example
>Affects Versions: 0.3.0-incubating
> Environment: Docker image, ubuntu 14.04
>Reporter: Yanhui Zhao
>Assignee: Wang, Gang
>  Labels: easyfix
> Fix For: 0.3.0-incubating
>
>
> Mnemonic test case DurablePersonNGTest fails after running the same case for 
> multiple times. This issue was firstly observed during creation of a 
> runall.sh script file to run all test examples at same time. The issue was 
> later reproduced with a shell script set to run this test case for 20 times. 
> Error message summary as follows:
> "SIGSEGA (0xb) at pc=0x7f2ae579d42c, pid=7157, tid=139822447503104"
> "Problematic frame:
> [pmallocallocator5618444669143453855.so+0x342c] allocate_blockfrag+0x3c
> Failed to write core dump, Core dumps have been disabled."
> Please note this issue in the example category for test case 
> DurablePersonNGTest.
> Thanks!
> Yanhui



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


[jira] [Updated] (MNEMONIC-116) Mnemonic test case DurablePersonNGTest fails after repeating runnings.

2016-09-13 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao updated MNEMONIC-116:
-
Description: 
Mnemonic test case DurablePersonNGTest fails after running the same case for 
multiple times. This issue was firstly observed during creation of a runall.sh 
script file to run all test examples at same time. The issue was later 
reproduced with a shell script set to run this test case for 20 times. 

Error message summary as follows:
"SIGSEGA (0xb) at pc=0x7f2ae579d42c, pid=7157, tid=139822447503104"
"Problematic frame:
[pmallocallocator5618444669143453855.so+0x342c] allocate_blockfrag+0x3c
Failed to write core dump, Core dumps have been disabled."

Please note this issue in the example category for test case 
DurablePersonNGTest.

Thanks!

Yanhui

  was:
Mnemonic test case DurablePersonNGTest fails after running the same case for 
multiple times. The 1st time this issue was observed during creating a 
runall.sh script file to run all examples at one time. The issue was later 
reproduced with a shell script set to run this test case for 20 times. 

Error message summary as follows:
"SIGSEGA (0xb) at pc=0x7f2ae579d42c, pid=7157, tid=139822447503104"
"Problematic frame:
[pmallocallocator5618444669143453855.so+0x342c] allocate_blockfrag+0x3c
Failed to write core dump, Core dumps have been disabled."

Please note this issue in the example category for test case 
DurablePersonNGTest.

Thanks!

Yanhui


> Mnemonic test case DurablePersonNGTest fails after repeating runnings. 
> ---
>
> Key: MNEMONIC-116
> URL: https://issues.apache.org/jira/browse/MNEMONIC-116
> Project: Mnemonic
>  Issue Type: Bug
>  Components: Example
>Affects Versions: 0.3.0-incubating
> Environment: Docker image, ubuntu 14.04
>Reporter: Yanhui Zhao
>Assignee: Wang, Gang
>Priority: Minor
>  Labels: easyfix
>
> Mnemonic test case DurablePersonNGTest fails after running the same case for 
> multiple times. This issue was firstly observed during creation of a 
> runall.sh script file to run all test examples at same time. The issue was 
> later reproduced with a shell script set to run this test case for 20 times. 
> Error message summary as follows:
> "SIGSEGA (0xb) at pc=0x7f2ae579d42c, pid=7157, tid=139822447503104"
> "Problematic frame:
> [pmallocallocator5618444669143453855.so+0x342c] allocate_blockfrag+0x3c
> Failed to write core dump, Core dumps have been disabled."
> Please note this issue in the example category for test case 
> DurablePersonNGTest.
> Thanks!
> Yanhui



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


[jira] [Assigned] (MNEMONIC-101) Create a runall.sh script

2016-08-23 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao reassigned MNEMONIC-101:


Assignee: Yanhui Zhao

> Create a runall.sh script
> -
>
> Key: MNEMONIC-101
> URL: https://issues.apache.org/jira/browse/MNEMONIC-101
> Project: Mnemonic
>  Issue Type: New Feature
>  Components: Tools
>Affects Versions: 0.3.0-incubating
>Reporter: Wang, Gang
>Assignee: Yanhui Zhao
> Fix For: 0.3.0-incubating
>
>
> It is probably useful to have a runall.sh script to verify all examples and 
> testcases in one place.



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


[jira] [Commented] (MNEMONIC-92) Rename DurableNodeValue to DurableSinglyLinkedList

2016-08-23 Thread Yanhui Zhao (JIRA)

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

Yanhui Zhao commented on MNEMONIC-92:
-

https://github.com/NonVolatileComputing/incubator-mnemonic/pull/1

> Rename DurableNodeValue to DurableSinglyLinkedList
> 
>
> Key: MNEMONIC-92
> URL: https://issues.apache.org/jira/browse/MNEMONIC-92
> Project: Mnemonic
>  Issue Type: Improvement
>  Components: Collection
>Affects Versions: 0.3.0-incubating
>Reporter: Wang, Gang
>Assignee: Yanhui Zhao
> Fix For: 0.3.0-incubating
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> The name of DurableNodeValue is not straightforward and intuitive so it is 
> going to be renamed to DurableSinglyLinkedList.



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