[
https://issues.apache.org/jira/browse/AURORA-1739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15497417#comment-15497417
]
Hudson commented on AURORA-1739:
--------------------------------
SUCCESS: Integrated in Jenkins build Aurora #1612 (See
[https://builds.apache.org/job/Aurora/1612/])
Fix for AURORA-1739, enables golang thrift bindings to create jobs (jcohen: rev
f1e09a9c7cc9e67c33eae834ce9a6638a5dcf634)
* (edit) RELEASE-NOTES.md
* (edit) api/src/main/thrift/org/apache/aurora/gen/api.thrift
> createJob thrift api for golang consistenly failing with empty CronSchedule
> ---------------------------------------------------------------------------
>
> Key: AURORA-1739
> URL: https://issues.apache.org/jira/browse/AURORA-1739
> Project: Aurora
> Issue Type: Bug
> Components: Client
> Affects Versions: 0.15.0
> Reporter: Jimmy Wu
> Assignee: Renan DelValle
> Priority: Critical
> Fix For: 0.16.0
>
>
> trying to create non cron job via the thrift api for golang but consistently
> getting error "Cron jobs may only be created/updated by calling
> scheduleCronJob.". Root cause : CronSchedule is not set in JobConfiguration
> hence an empty string is used, then create job request gets rejected because
> aurora now treats empty cron schedule as failure (related changes
> https://reviews.apache.org/r/28571/). This issue breaks all createJob
> requests submitted from golang thrift api because empty string is default
> value for string instead of nil.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)