[jira] [Updated] (ASTERIXDB-2788) Plan's stages are not created correctly for bushy plans in compile time

2020-10-15 Thread Shiva Jahangiri (Jira)


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

Shiva Jahangiri updated ASTERIXDB-2788:
---
Summary: Plan's stages are not created correctly for bushy plans in compile 
time  (was: Plan's stages do not create correct stages for bushy plans in 
compile time)

> Plan's stages are not created correctly for bushy plans in compile time
> ---
>
> Key: ASTERIXDB-2788
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-2788
> Project: Apache AsterixDB
>  Issue Type: Bug
>Reporter: Shiva Jahangiri
>Priority: Major
>
> PlanStagesGenerator generates "pipelines" instead of stages and as such for 
> calculating the maximum required memory it calculates the memory needed for 
> largest pipeline not the largest stage. It does not impact the linear plans, 
> but for bushy plans, the independent pipelines (independent builds) that can 
> be co-scheduled should get merged into one stage. In this case, merging some 
> small pipelines can make a larger stage than what was considered to be the 
> largest stage in the past (which is the largest pipeline).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ASTERIXDB-2788) Plan's stages do not create correct stages for bushy plans in compile time

2020-10-15 Thread Shiva Jahangiri (Jira)
Shiva Jahangiri created ASTERIXDB-2788:
--

 Summary: Plan's stages do not create correct stages for bushy 
plans in compile time
 Key: ASTERIXDB-2788
 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2788
 Project: Apache AsterixDB
  Issue Type: Bug
Reporter: Shiva Jahangiri


PlanStagesGenerator generates "pipelines" instead of stages and as such for 
calculating the maximum required memory it calculates the memory needed for 
largest pipeline not the largest stage. It does not impact the linear plans, 
but for bushy plans, the independent pipelines (independent builds) that can be 
co-scheduled should get merged into one stage. In this case, merging some small 
pipelines can make a larger stage than what was considered to be the largest 
stage in the past (which is the largest pipeline).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ASTERIXDB-2787) Add support to .md extension for LICENSE and NOTICE files

2020-10-15 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ASTERIXDB-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17215196#comment-17215196
 ] 

ASF subversion and git services commented on ASTERIXDB-2787:


Commit 7330f6612a8ea3ebee88627b1cc5dd396a05a45f in asterixdb's branch 
refs/heads/master from Hussain Towaileb
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=7330f66 ]

[ASTERIXDB-2787][TEST] Support .md extension for LICENSE and NOTICE

- user model changes: no
- storage format changes: no
- interface changes: no

Details:
- Currently, only LICENSE (no extension) and LICENSE.txt
  are supported for LICENSE and NOTICE files. This adds
  support to .md extension as well (LICENSE.md).

Change-Id: Ie29e061176964ccb85df34ccc17843177b58d838
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/8444
Reviewed-by: Michael Blow 
Integration-Tests: Jenkins 
Tested-by: Hussain Towaileb 


> Add support to .md extension for LICENSE and NOTICE files
> -
>
> Key: ASTERIXDB-2787
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-2787
> Project: Apache AsterixDB
>  Issue Type: Task
>  Components: TEST - Test Framework
>Affects Versions: 0.9.6
>Reporter: Hussain Towaileb
>Assignee: Hussain Towaileb
>Priority: Major
> Fix For: 0.9.6
>
>
> Currently, only LICENSE (no extension) and LICENSE.txt are supported for 
> LICENSE and NOTICE files. We need to add support to .md extension as well 
> (LICENSE.md) as some of the artifacts provide the LICENSE and NOTICE in .md 
> format.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ASTERIXDB-2787) Add support to .md extension for LICENSE and NOTICE files

2020-10-15 Thread Hussain Towaileb (Jira)
Hussain Towaileb created ASTERIXDB-2787:
---

 Summary: Add support to .md extension for LICENSE and NOTICE files
 Key: ASTERIXDB-2787
 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2787
 Project: Apache AsterixDB
  Issue Type: Task
  Components: TEST - Test Framework
Affects Versions: 0.9.6
Reporter: Hussain Towaileb
Assignee: Hussain Towaileb
 Fix For: 0.9.6


Currently, only LICENSE (no extension) and LICENSE.txt are supported for 
LICENSE and NOTICE files. We need to add support to .md extension as well 
(LICENSE.md) as some of the artifacts provide the LICENSE and NOTICE in .md 
format.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)