[jira] [Created] (FLINK-8555) Fix TableFunction varargs length exceeds 254 for SQL

2018-02-03 Thread Ruidong Li (JIRA)
Ruidong Li created FLINK-8555:
-

 Summary: Fix TableFunction varargs length exceeds 254 for SQL
 Key: FLINK-8555
 URL: https://issues.apache.org/jira/browse/FLINK-8555
 Project: Flink
  Issue Type: Improvement
  Components: Table API  SQL
Reporter: Ruidong Li
Assignee: Ruidong Li


With Varargs, TableAPI can handle table function call with parameters exceeds 
254 correctly.
This issue is intend to support long parameters for SQL



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


[jira] [Created] (FLINK-8554) Upgrade AWS SDK

2018-02-03 Thread Ted Yu (JIRA)
Ted Yu created FLINK-8554:
-

 Summary: Upgrade AWS SDK
 Key: FLINK-8554
 URL: https://issues.apache.org/jira/browse/FLINK-8554
 Project: Flink
  Issue Type: Improvement
Reporter: Ted Yu


AWS SDK 1.11.271 fixes a lot of bugs.

One of which would exhibit the following:
{code}
Caused by: java.lang.NullPointerException
at com.amazonaws.metrics.AwsSdkMetrics.getRegion(AwsSdkMetrics.java:729)
at com.amazonaws.metrics.MetricAdmin.getRegion(MetricAdmin.java:67)
at sun.reflect.GeneratedMethodAccessor132.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
{code}



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


[jira] [Created] (FLINK-8553) switch flink-metrics-datadog to async mode

2018-02-03 Thread Bowen Li (JIRA)
Bowen Li created FLINK-8553:
---

 Summary: switch flink-metrics-datadog to async mode
 Key: FLINK-8553
 URL: https://issues.apache.org/jira/browse/FLINK-8553
 Project: Flink
  Issue Type: Improvement
  Components: Metrics
Affects Versions: 1.4.0
Reporter: Bowen Li
Assignee: Bowen Li
 Fix For: 1.5.0


Even though currently flink-metrics-datadog is designed as `fire-and-forget`, 
it's still using sync calls which may block or slow down core. Need to switch 
it to async mode.

cc  [~Zentol]



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