[
https://issues.apache.org/jira/browse/AMBARI-4237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Siddharth Wagle updated AMBARI-4237:
------------------------------------
Description:
Currently the RequestSchedule entity stores the request body as a varchar with
max size of 4000 bytes. This is because of Oracle's restriction on the column
size.
*Objectives*:
- Change request_body datatype to blob.
- Allow for conversion to String and back
- Modify the RequestSchedule ResourceProvider to not send request_body on every
get call. (only send if fields=*)
was:
Currently the RequestSchedule entity stores the request body as a varchar with
max size of 4000 bytes. This is because of Oracle's restriction on the column
size.
Objectives:
Change request_body datatype to blob.
Allow for conversion to String and back
> Allow unlimited size for request_body of the RequestSchedule entity
> -------------------------------------------------------------------
>
> Key: AMBARI-4237
> URL: https://issues.apache.org/jira/browse/AMBARI-4237
> Project: Ambari
> Issue Type: Task
> Components: controller
> Affects Versions: 1.5.0
> Reporter: Siddharth Wagle
> Assignee: Siddharth Wagle
> Fix For: 1.5.0
>
>
> Currently the RequestSchedule entity stores the request body as a varchar
> with max size of 4000 bytes. This is because of Oracle's restriction on the
> column size.
> *Objectives*:
> - Change request_body datatype to blob.
> - Allow for conversion to String and back
> - Modify the RequestSchedule ResourceProvider to not send request_body on
> every get call. (only send if fields=*)
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)