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


Re: [DISCUSS] Improve the technical documentation

2017-09-08 Thread Yanhui ZHAO
Hi Gary

I think it is a great point. I can work with you and other devs who are 
interested to draft the documentation.

A well written document will help devs like me to have a clear picture on 
roadmap, design, and technical details of our project. It also helps to attract 
other devs like Niall from the community to contribute to our project.

Thanks

Yanhui

From: Gang(Gary) Wang 
Sent: Friday, September 8, 2017 10:10 AM
To: dev@mnemonic.incubator.apache.org
Subject: [DISCUSS] Improve the technical documentation

As Niall mentioned suggestion and issues on MNEMONIC-360
, I think we need put
more efforts on technical documentation after the release of
0.9.0-incubating. so I create this DISCUSS thread for discussion about
where and how to improve it. please join us and help us to prioritize the
next work items. Thanks!


Re: [VOTE] Graduate Mnemonic to TLP

2017-09-07 Thread Yanhui ZHAO
+1

Thanks!

From: Gang(Gary) Wang 
Sent: Thursday, September 7, 2017 3:00 PM
To: dev@mnemonic.incubator.apache.org
Subject: [VOTE] Graduate Mnemonic to TLP

Please vote on this community resolution to seek graduation to TLP for
Mnemonic.

This vote will be open for ~72 hours and passes if a majority of at least
three +1 Apache Mnemonic PPMC votes are cast.

[ ] +1 Proceed with graduation process
[ ] 0 I don't feel strongly about it, but don't object
[ ] -1 Do not proceed yet becauseā€¦


RE: [VOTE] Release of Apache Mnemonic-0.9.0-incubating [rc2]

2017-09-02 Thread Yanhui ZHAO
+1 for this release.

Thanks

Yanhui

From: Gang(Gary) Wang
Sent: Friday, September 1, 2017 8:45 PM
To: dev@mnemonic.incubator.apache.org
Subject: Re: [VOTE] Release of Apache Mnemonic-0.9.0-incubating [rc2]

+1 build pass, all test cases pass, no major bugs pending.

Very truly yours
Gary


On Fri, Sep 1, 2017 at 4:26 PM, Johnu  wrote:

> Hi all,
>
> This is a call for a releasing Apache Mnemonic
> 0.9.0-incubating, release candidate rc2. This
> is the new release of Mnemonic incubating.
>
> The source tarball, including signatures, digests, etc. can be found at:
> https://dist.apache.org/repos/dist/dev/incubator/mnemonic/0.
> 9.0-incubating-rc2/src/
>
> The tag to be voted upon is v0.9.0-incubating:
> https://git-wip-us.apache.org/repos/asf?p=incubator-mnemonic
> .git;a=shortlog;h=refs/tags/v0.9.0-incubating
>
> The release hash is 9861eb1e80edf46f600c3c5dd7f7e08255b278ba:
> https://git-wip-us.apache.org/repos/asf?p=incubator-
> mnemonic.git;a=commit;h=
> 9861eb1e80edf46f600c3c5dd7f7e08255b278ba
>
> Release artifacts are signed with the following key:
> https://dist.apache.org/repos/dist/dev/incubator/mnemonic/KEYS
>
> KEYS file available:
> https://dist.apache.org/repos/dist/dev/incubator/mnemonic/KEYS
>
> For information about the contents of this release, see:
> https://dist.apache.org/repos/dist/dev/incubator/mnemonic/0.
> 9.0-incubating-rc2/CHANGES.txt
>
> The vote will be open for ~72 hours.
> Please download the release candidate and evaluate the necessary items
> including checking hashes, signatures, build from source, and test.  The
> please vote:
>
> [ ] +1 Release this package as apache-mnemonic-0.9.0-incubating
> [ ] +0 no opinion
> [ ] -1 Do not release this package because...
>
> Thanks,
> Johnu on behalf of the Apache Mnemonic (incubating) community
>



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


Re: [DISCUSS] Graduation?

2017-08-25 Thread Yanhui ZHAO
Hi Gary


+1 support for graduation.


Thank you and other devs for all the hard work committed to this project. It 
has been much fun working with you guys, and I look forward to more challenges 
and excitements after the graduation!


Cheers!


Yanhui


From: Gang(Gary) Wang 
Sent: Friday, August 25, 2017 12:00:03 PM
To: John D. Ament; dev@mnemonic.incubator.apache.org
Subject: Re: [DISCUSS] Graduation?

Hi John, Our Mentors and PPMCs

We have prepared Apache Maturity checklist for your evaluation, please
guide us to graduate our project, thanks.

All comments and suggestions are welcome!

Cheers!
Gary


On Thu, Aug 17, 2017 at 1:31 PM, Gang(Gary) Wang  wrote:

> Hi John
>
> Fixed it, Thank you for reminding me
>
> Very truly yours
> Gary
>
>
> On Thu, Aug 17, 2017 at 12:39 PM, John D. Ament 
> wrote:
>
>> Please take a look at https://dist.apache.org/rep
>> os/dist/dev/incubator/mnemonic/
>>
>>
>> On Thu, Aug 17, 2017 at 1:55 PM Gang(Gary) Wang  wrote:
>>
>>> Hi John
>>>
>>> This issue has been fixed please refresh your browser and then review
>>> it, Thanks!
>>>
>>> Very truly yours
>>> Gary
>>>
>>>
>>> On Thu, Aug 17, 2017 at 10:33 AM, Gang(Gary) Wang 
>>> wrote:
>>>
 Hi John

 I didn't realize that and thank you very much for pointing it out, we
 will correct this according to your guidance.

 Thanks!
 Very truly yours
 Gary


 On Thu, Aug 17, 2017 at 4:54 AM, John D. Ament 
 wrote:

> Thanks, but you're still out of compliance.
>
> - You're linking directly to your un-mirrored artifacts, but you
> should be linking to your mirrored artifacts.
> - You have not cleaned up your old releases, your old releases should
> be archived.
>
> Now here's the catch - we require mirroring but I can't find anything
> saying what the mirroring URL is.  The format is going to be
> http://apache.org/dyn/closer.cgi/incubator/mnemonic and you'll want
> to grab your specific version from there.
>
> John
>
>
>
> On Wed, Aug 16, 2017 at 9:31 PM Gang(Gary) Wang 
> wrote:
>
>> Hi John,
>>
>> The Download menu item has been added to the navigator in home page,
>> Please refresh your browser to review it, Thank you very much for the
>> suggestion.
>>
>> Very truly yours
>> Gary
>>
>>
>> On Wed, Aug 16, 2017 at 6:04 PM, Gang(Gary) Wang 
>> wrote:
>>
>>> Hi John,
>>>
>>> You can download all versions of the package from Apache
>>> distribution site that is linked from the following web page
>>> https://github.com/apache/incubator-mnemonic/releases
>>>
>>> Also, we can download them from Apache Mirrored Github page
>>> https://github.com/apache/incubator-mnemonic/releases
>>>
>>> We could add another menu item on top of home page dedicated for
>>> downloading the latest one.
>>>
>>> Thanks!
>>>
>>> Very truly yours
>>> Gary
>>>
>>>
>>> On Wed, Aug 16, 2017 at 5:40 PM, John D. Ament <
>>> johndam...@apache.org> wrote:
>>>
 I'm looking at your website.  How do I download Mnemonic?

 John


 On Wed, Aug 16, 2017 at 4:37 PM Gary Wong 
 wrote:

> Hi Uma
>
> Yes, We are going to send out this checklist for PPMC review,
> Thank you very much for the guidance.
>
> Very truly yours
> Gary
>
> On Wed, Aug 16, 2017 at 1:23 PM, Gangumalla, Uma <
> uma.ganguma...@intel.com> wrote:
>
>> IMO, Mnemonic project doing good and ready for graduation.
>> What is the mentors call on this?
>>
>> I remember many other projects do Maturity model checklist to
>> check where
>> we are? Gary/John do you mind ready that sheet, so that will help
>> to
>> assess better?
>>
>> Regards,
>> Uma
>>
>> On 8/16/17, 12:46 PM, "Johnu George"  wrote:
>>
>> >It seems that we are ready to be a top level project .  We have
>> a stable
>> >release and we work well as a apache community under the
>> guidance of our
>> >mentors.   Any thoughts?
>> >
>> >
>> >
>> >On Mon, Aug 7, 2017 at 12:00 PM, Gang(Gary) Wang <
>> ga...@apache.org> wrote:
>> >
>> >> Dear John and Patrick,
>> >>
>> >> Thank you for the guidance, we have completed the construction
>> of
>> >>Mnemonic
>> >> Website recently according to your feedback, this Apache
>> server hosted
>> >> website will be kept up to date and 

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


RE: Afs-site link not working on the mnemonic website

2017-08-18 Thread Yanhui ZHAO
Hi Gary/Devs

JIRA ticket MNEMONIC-345<https://issues.apache.org/jira/browse/MNEMONIC-345> 
has been created for this issue. Please review.

Thanks!

Yanhui

From: Gang(Gary) Wang<mailto:ga...@apache.org>
Sent: Friday, August 18, 2017 6:22 PM
To: Yanhui ZHAO<mailto:yz...@apache.org>
Cc: dev@mnemonic.incubator.apache.org<mailto:dev@mnemonic.incubator.apache.org>
Subject: Re: Afs-site link not working on the mnemonic website

Yes, it is a bug, please fire up a JIRA ticket for follow-up.  Thanks!

On Fri, Aug 18, 2017 at 3:41 PM, Yanhui ZHAO 
<yz...@apache.org<mailto:yz...@apache.org>> wrote:

Dear Gary and devs



I found the 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. Please review.



Issue path: https://mnemonic.incubator.apache.org/develop/ -> Source Code -> 
asf-site



Thanks



Yanhui








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


Afs-site link not working on the mnemonic website

2017-08-18 Thread Yanhui ZHAO
Dear Gary and devs


I found the 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. Please review.


Issue path: https://mnemonic.incubator.apache.org/develop/ -> Source Code -> 
asf-site


Thanks


Yanhui




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