[jira] [Updated] (GEODE-4626) deprecating create region using --template-region option in gfsh

2018-02-20 Thread Barbara Pruijn (JIRA)

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

Barbara Pruijn updated GEODE-4626:
--
Fix Version/s: 1.5.0

> deprecating create region using --template-region option in gfsh
> 
>
> Key: GEODE-4626
> URL: https://issues.apache.org/jira/browse/GEODE-4626
> Project: Geode
>  Issue Type: Improvement
>  Components: docs, gfsh
>Affects Versions: 1.4.0
>Reporter: Jinmei Liao
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.5.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> currently, there are two ways to create a region, either to use a --type 
> option indicating a region shortcut or a --template-region option specifying 
> another regionPath where you want to copy the attribute from. 
> First of all, we are not sure what set of attributes that make sense to copy 
> to the new region. e.g listeners/loaders/writers, normally these are 
> connected to a downstream database that user may/may not want the new region 
> to read/write the same table. And the current implementation would fail to 
> create a region from a template that has these custom callbacks (including 
> listeners, loader, writer, compressor, resolvers etc).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEODE-4626) deprecating create region using --template-region option in gfsh

2018-02-14 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot updated GEODE-4626:
--
Labels: pull-request-available  (was: )

> deprecating create region using --template-region option in gfsh
> 
>
> Key: GEODE-4626
> URL: https://issues.apache.org/jira/browse/GEODE-4626
> Project: Geode
>  Issue Type: Improvement
>  Components: docs, gfsh
>Affects Versions: 1.4.0
>Reporter: Jinmei Liao
>Priority: Major
>  Labels: pull-request-available
>
> currently, there are two ways to create a region, either to use a --type 
> option indicating a region shortcut or a --template-region option specifying 
> another regionPath where you want to copy the attribute from. 
> First of all, we are not sure what set of attributes that make sense to copy 
> to the new region. e.g listeners/loaders/writers, normally these are 
> connected to a downstream database that user may/may not want the new region 
> to read/write the same table. And the current implementation would fail to 
> create a region from a template that has these custom callbacks (including 
> listeners, loader, writer, compressor, resolvers etc).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEODE-4626) deprecating create region using --template-region option in gfsh

2018-02-12 Thread Jens Deppe (JIRA)

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

Jens Deppe updated GEODE-4626:
--
Component/s: docs

> deprecating create region using --template-region option in gfsh
> 
>
> Key: GEODE-4626
> URL: https://issues.apache.org/jira/browse/GEODE-4626
> Project: Geode
>  Issue Type: Improvement
>  Components: docs, gfsh
>Affects Versions: 1.4.0
>Reporter: Jinmei Liao
>Priority: Major
>
> currently, there are two ways to create a region, either to use a --type 
> option indicating a region shortcut or a --template-region option specifying 
> another regionPath where you want to copy the attribute from. 
> First of all, we are not sure what set of attributes that make sense to copy 
> to the new region. e.g listeners/loaders/writers, normally these are 
> connected to a downstream database that user may/may not want the new region 
> to read/write the same table. And the current implementation would fail to 
> create a region from a template that has these custom callbacks (including 
> listeners, loader, writer, compressor, resolvers etc).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEODE-4626) deprecating create region using --template-region option in gfsh

2018-02-07 Thread Jinmei Liao (JIRA)

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

Jinmei Liao updated GEODE-4626:
---
Description: 
currently, there are two ways to create a region, either to use a --type option 
indicating a region shortcut or a --template-region option specifying another 
regionPath where you want to copy the attribute from. 

First of all, we are not sure what set of attributes that make sense to copy to 
the new region. e.g listeners/loaders/writers, normally these are connected to 
a downstream database that user may/may not want the new region to read/write 
the same table. And the current implementation would fail to create a region 
from a template that has these custom callbacks (including listeners, loader, 
writer, compressor, resolvers etc).

  was:
currently, there are two ways to create a region, either to use a "--type" 
option indicating a region shortcut or a "--template-region" option specifying 
another regionPath where you want to copy the attribute from. 

First of all, we are not sure what set of attributes that make sense to copy to 
the new region. e.g listeners/loaders/writers, normally these are connected to 
a downstream database that user may/may not want the new region to read/write 
the same table. And the current implementation would fail to create a region 
from a template that has these custom callbacks (including listeners, loader, 
writer, compressor, resolvers etc).


> deprecating create region using --template-region option in gfsh
> 
>
> Key: GEODE-4626
> URL: https://issues.apache.org/jira/browse/GEODE-4626
> Project: Geode
>  Issue Type: Improvement
>  Components: gfsh
>Affects Versions: 1.4.0
>Reporter: Jinmei Liao
>Priority: Major
>
> currently, there are two ways to create a region, either to use a --type 
> option indicating a region shortcut or a --template-region option specifying 
> another regionPath where you want to copy the attribute from. 
> First of all, we are not sure what set of attributes that make sense to copy 
> to the new region. e.g listeners/loaders/writers, normally these are 
> connected to a downstream database that user may/may not want the new region 
> to read/write the same table. And the current implementation would fail to 
> create a region from a template that has these custom callbacks (including 
> listeners, loader, writer, compressor, resolvers etc).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEODE-4626) deprecating create region using --template-region option in gfsh

2018-02-07 Thread Jinmei Liao (JIRA)

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

Jinmei Liao updated GEODE-4626:
---
Component/s: gfsh

> deprecating create region using --template-region option in gfsh
> 
>
> Key: GEODE-4626
> URL: https://issues.apache.org/jira/browse/GEODE-4626
> Project: Geode
>  Issue Type: Improvement
>  Components: gfsh
>Affects Versions: 1.4.0
>Reporter: Jinmei Liao
>Priority: Major
>
> currently, there are two ways to create a region, either to use a "--type" 
> option indicating a region shortcut or a "--template-region" option 
> specifying another regionPath where you want to copy the attribute from. 
> First of all, we are not sure what set of attributes that make sense to copy 
> to the new region. e.g listeners/loaders/writers, normally these are 
> connected to a downstream database that user may/may not want the new region 
> to read/write the same table. And the current implementation would fail to 
> create a region from a template that has these custom callbacks (including 
> listeners, loader, writer, compressor, resolvers etc).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEODE-4626) deprecating create region using --template-region option in gfsh

2018-02-07 Thread Jinmei Liao (JIRA)

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

Jinmei Liao updated GEODE-4626:
---
Affects Version/s: 1.4.0

> deprecating create region using --template-region option in gfsh
> 
>
> Key: GEODE-4626
> URL: https://issues.apache.org/jira/browse/GEODE-4626
> Project: Geode
>  Issue Type: Improvement
>  Components: gfsh
>Affects Versions: 1.4.0
>Reporter: Jinmei Liao
>Priority: Major
>
> currently, there are two ways to create a region, either to use a "--type" 
> option indicating a region shortcut or a "--template-region" option 
> specifying another regionPath where you want to copy the attribute from. 
> First of all, we are not sure what set of attributes that make sense to copy 
> to the new region. e.g listeners/loaders/writers, normally these are 
> connected to a downstream database that user may/may not want the new region 
> to read/write the same table. And the current implementation would fail to 
> create a region from a template that has these custom callbacks (including 
> listeners, loader, writer, compressor, resolvers etc).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)