[jira] [Commented] (FLINK-17453) KyroSerializer throws IndexOutOfBoundsException type java.util.PriorityQueue

2021-04-29 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17336210#comment-17336210 ] Flink Jira Bot commented on FLINK-17453: This issue was labeled "stale-major" 7 ago and has not

[jira] [Commented] (FLINK-17453) KyroSerializer throws IndexOutOfBoundsException type java.util.PriorityQueue

2021-04-22 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17327865#comment-17327865 ] Flink Jira Bot commented on FLINK-17453: This major issue is unassigned and itself and all of

[jira] [Commented] (FLINK-17453) KyroSerializer throws IndexOutOfBoundsException type java.util.PriorityQueue

2020-05-05 Thread Jiayi Liao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099937#comment-17099937 ] Jiayi Liao commented on FLINK-17453: [~jark] I'm aware of this bug so I use checkpoint in

[jira] [Commented] (FLINK-17453) KyroSerializer throws IndexOutOfBoundsException type java.util.PriorityQueue

2020-05-05 Thread Jark Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099807#comment-17099807 ] Jark Wu commented on FLINK-17453: - [~wind_ljy] are you using 1.9.0? This sounds like a fixed bug

[jira] [Commented] (FLINK-17453) KyroSerializer throws IndexOutOfBoundsException type java.util.PriorityQueue

2020-05-05 Thread Aljoscha Krettek (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099785#comment-17099785 ] Aljoscha Krettek commented on FLINK-17453: -- Maybe [~jark] or someone from the Table folks has

[jira] [Commented] (FLINK-17453) KyroSerializer throws IndexOutOfBoundsException type java.util.PriorityQueue

2020-05-05 Thread Aljoscha Krettek (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099784#comment-17099784 ] Aljoscha Krettek commented on FLINK-17453: -- I don't actually see how this can work. I added a

[jira] [Commented] (FLINK-17453) KyroSerializer throws IndexOutOfBoundsException type java.util.PriorityQueue

2020-05-04 Thread Jiayi Liao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099007#comment-17099007 ] Jiayi Liao commented on FLINK-17453: [~aljoscha] It's {{HashMap}}. I've attached the udaf

[jira] [Commented] (FLINK-17453) KyroSerializer throws IndexOutOfBoundsException type java.util.PriorityQueue

2020-04-30 Thread Aljoscha Krettek (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096456#comment-17096456 ] Aljoscha Krettek commented on FLINK-17453: -- And what's the type of {{Map}} you're using? That

[jira] [Commented] (FLINK-17453) KyroSerializer throws IndexOutOfBoundsException type java.util.PriorityQueue

2020-04-29 Thread Jiayi Liao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17096014#comment-17096014 ] Jiayi Liao commented on FLINK-17453: [~aljoscha] It's Map.Entry. BTW I've updated the description

[jira] [Commented] (FLINK-17453) KyroSerializer throws IndexOutOfBoundsException type java.util.PriorityQueue

2020-04-29 Thread Aljoscha Krettek (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17095487#comment-17095487 ] Aljoscha Krettek commented on FLINK-17453: -- What's stored in the {{PriorityQueue}}? I mean the

[jira] [Commented] (FLINK-17453) KyroSerializer throws IndexOutOfBoundsException type java.util.PriorityQueue

2020-04-29 Thread Jiayi Liao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17095316#comment-17095316 ] Jiayi Liao commented on FLINK-17453: [~aljoscha] Yes. I use {{PriorityQueue}} as UDAF's

[jira] [Commented] (FLINK-17453) KyroSerializer throws IndexOutOfBoundsException type java.util.PriorityQueue

2020-04-29 Thread Aljoscha Krettek (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17095305#comment-17095305 ] Aljoscha Krettek commented on FLINK-17453: -- Is your program using {{PriorityQueue}}? I'm asking

[jira] [Commented] (FLINK-17453) KyroSerializer throws IndexOutOfBoundsException type java.util.PriorityQueue

2020-04-28 Thread Jiayi Liao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17095008#comment-17095008 ] Jiayi Liao commented on FLINK-17453: I'm still not sure about the root cause. Does anyone has any