[jira] [Created] (FLINK-21511) Flink connector elasticsearch 6.x has a bug about BulkProcessor hangs for threads deadlocked

2021-02-26 Thread zhangmeng (Jira)
zhangmeng created FLINK-21511:
-

 Summary: Flink connector elasticsearch 6.x has a  bug about 
BulkProcessor hangs for threads deadlocked
 Key: FLINK-21511
 URL: https://issues.apache.org/jira/browse/FLINK-21511
 Project: Flink
  Issue Type: Bug
  Components: Connectors / ElasticSearch
Affects Versions: 1.12.1, 1.12.0, 1.11.3, 1.11.2, 1.11.1, 1.11.0, 1.10.3, 
1.10.2, 1.10.1, 1.10.0
Reporter: zhangmeng


We use flink1.10, flink elasticsearch connector 6.x to write elasticsearch. A 
total of 50 tasks running a weeks. There were more than 30 tasks that no longer 
wrote data. Investigation found that there was a deadlock bug in the current 
version of elasticsearch. and fixed on high version.



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


[jira] [Created] (FLINK-19396) Fix properties type cast error

2020-09-24 Thread zhangmeng (Jira)
zhangmeng created FLINK-19396:
-

 Summary: Fix properties type cast error
 Key: FLINK-19396
 URL: https://issues.apache.org/jira/browse/FLINK-19396
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Kafka
Affects Versions: 1.11.2
Reporter: zhangmeng


Properties extends Hashtable ,The key and value of the 
Properties class support object objects. If the user's value is a boolean type, 
this code "(String) k, (String) v" will occur an error.

such as : java.lang.ClassCastException: java.lang.Boolean cannot be cast to 
java.lang.String



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


[jira] [Created] (FLINK-13830) The Document about Cluster on yarn have some problems

2019-08-23 Thread zhangmeng (Jira)
zhangmeng created FLINK-13830:
-

 Summary: The Document about Cluster on yarn have some problems
 Key: FLINK-13830
 URL: https://issues.apache.org/jira/browse/FLINK-13830
 Project: Flink
  Issue Type: Bug
  Components: Documentation
Reporter: zhangmeng
 Attachments: image-2019-08-23-17-48-22-123.png

Read the flink 1.9 documentation, YARN Setup section, there have some issues 
with download the installation package. There is no 
flink-1.10-SNAPSHOT-bin-hadoop2.tgz package in the 
https://flink.apache.org/downloads.html download page.

!image-2019-08-23-17-48-22-123.png!



--
This message was sent by Atlassian Jira
(v8.3.2#803003)