[jira] [Commented] (FLINK-11774) IllegalArgumentException in HeapPriorityQueueSet

2020-03-12 Thread Nico Kruber (Jira)
[ https://issues.apache.org/jira/browse/FLINK-11774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17058254#comment-17058254 ] Nico Kruber commented on FLINK-11774: - Ok, after looking at the OP's code and the other occasions, I

[jira] [Commented] (FLINK-11774) IllegalArgumentException in HeapPriorityQueueSet

2020-03-12 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-11774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17057992#comment-17057992 ] Felix Wollschläger commented on FLINK-11774: [~NicoK] {quote} I would propose to create a

[jira] [Commented] (FLINK-11774) IllegalArgumentException in HeapPriorityQueueSet

2020-03-12 Thread Nico Kruber (Jira)
[ https://issues.apache.org/jira/browse/FLINK-11774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17057809#comment-17057809 ] Nico Kruber commented on FLINK-11774: - I narrowed it down to the state access inside

[jira] [Commented] (FLINK-11774) IllegalArgumentException in HeapPriorityQueueSet

2020-03-12 Thread Nico Kruber (Jira)
[ https://issues.apache.org/jira/browse/FLINK-11774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17057748#comment-17057748 ] Nico Kruber commented on FLINK-11774: - There are actually two bugs here: * enums not being viable

[jira] [Commented] (FLINK-11774) IllegalArgumentException in HeapPriorityQueueSet

2020-03-11 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-11774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17057506#comment-17057506 ] Felix Wollschläger commented on FLINK-11774: Maybe updating the `KeySelector`-Interface

[jira] [Commented] (FLINK-11774) IllegalArgumentException in HeapPriorityQueueSet

2020-03-11 Thread Stephan Ewen (Jira)
[ https://issues.apache.org/jira/browse/FLINK-11774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17057380#comment-17057380 ] Stephan Ewen commented on FLINK-11774: -- I created this as a helper:

[jira] [Commented] (FLINK-11774) IllegalArgumentException in HeapPriorityQueueSet

2020-03-11 Thread Nico Kruber (Jira)
[ https://issues.apache.org/jira/browse/FLINK-11774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17057377#comment-17057377 ] Nico Kruber commented on FLINK-11774: - I actually occasionally also see this with the

[jira] [Commented] (FLINK-11774) IllegalArgumentException in HeapPriorityQueueSet

2020-03-11 Thread Stephan Ewen (Jira)
[ https://issues.apache.org/jira/browse/FLINK-11774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17057376#comment-17057376 ] Stephan Ewen commented on FLINK-11774: -- A typical reason for this is when the hash code of a key is

[jira] [Commented] (FLINK-11774) IllegalArgumentException in HeapPriorityQueueSet

2020-01-13 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-11774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17014344#comment-17014344 ] Felix Wollschläger commented on FLINK-11774: This error still occurs +sometimes+ if we use

[jira] [Commented] (FLINK-11774) IllegalArgumentException in HeapPriorityQueueSet

2019-08-07 Thread Julian Bauss (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-11774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16902035#comment-16902035 ] Julian Bauss commented on FLINK-11774: -- I encountered the same issue while using a Tuple2 as a key

[jira] [Commented] (FLINK-11774) IllegalArgumentException in HeapPriorityQueueSet

2019-06-26 Thread Xulang Wan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-11774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16873124#comment-16873124 ] Xulang Wan commented on FLINK-11774: I also encountered this issue bu using a string as key. The key

[jira] [Commented] (FLINK-11774) IllegalArgumentException in HeapPriorityQueueSet

2019-03-07 Thread JIRA
[ https://issues.apache.org/jira/browse/FLINK-11774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16786807#comment-16786807 ] Felix Wollschläger commented on FLINK-11774: I encountered the same exception when using a

[jira] [Commented] (FLINK-11774) IllegalArgumentException in HeapPriorityQueueSet

2019-03-07 Thread Thi Viet Quynh Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-11774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16786803#comment-16786803 ] Thi Viet Quynh Nguyen commented on FLINK-11774: --- I also encounter the same problem,

[jira] [Commented] (FLINK-11774) IllegalArgumentException in HeapPriorityQueueSet

2019-02-28 Thread Congxian Qiu(klion26) (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-11774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16780426#comment-16780426 ] Congxian Qiu(klion26) commented on FLINK-11774: --- Running the given code on master branch