[jira] [Created] (FLINK-37244) ScyllaDB support in Cassandra connector.

2025-02-01 Thread Maxim Korolyov (Jira)
Maxim Korolyov created FLINK-37244: -- Summary: ScyllaDB support in Cassandra connector. Key: FLINK-37244 URL: https://issues.apache.org/jira/browse/FLINK-37244 Project: Flink Issue Type

[jira] [Created] (FLINK-36090) Bug with IngestDB restore operation for priority queue state in backend

2024-08-18 Thread Maxim Vershinin (Jira)
Maxim Vershinin created FLINK-36090: --- Summary: Bug with IngestDB restore operation for priority queue state in backend Key: FLINK-36090 URL: https://issues.apache.org/jira/browse/FLINK-36090

[jira] [Created] (FLINK-17575) KafkaException: Received exception when fetching the next record from XXX-14. If needed, please seek past the record to continue consumption.

2020-05-08 Thread Maxim Malykhin (Jira)
Maxim Malykhin created FLINK-17575: -- Summary: KafkaException: Received exception when fetching the next record from XXX-14. If needed, please seek past the record to continue consumption. Key: FLINK-17575 URL

Re: [DISCUSS] Enhance Window Evictor in Flink

2016-07-06 Thread Maxim
Actually for such evictor to be useful the window should be sorted by some field, usually event time. What do you think about adding sorted window abstraction? On Wed, Jul 6, 2016 at 11:36 AM, Aljoscha Krettek wrote: > @Maxim: That's perfect I didn't think about using Iterator

Re: [DISCUSS] Enhance Window Evictor in Flink

2016-07-06 Thread Maxim
elements, int size, EvictorContext ctx); } Such API allows to abort iteration at any point and evict elements in any order. Thanks, Maxim. On Wed, Jul 6, 2016 at 9:04 AM, Vishnu Viswanath < vishnu.viswanat...@gmail.com> wrote: > > Hi Aljoscha, > > Thanks. Yes the new interfac

Service frontend as a source and sink

2016-05-09 Thread Maxim
es *and forward requests to them. Is there a better way to support my use case? Thanks, Maxim.

[jira] [Created] (FLINK-3797) Restart flow button

2016-04-20 Thread Maxim Dobryakov (JIRA)
Maxim Dobryakov created FLINK-3797: -- Summary: Restart flow button Key: FLINK-3797 URL: https://issues.apache.org/jira/browse/FLINK-3797 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-3795) Cancel button is hidden on MacBook Pro 13''

2016-04-20 Thread Maxim Dobryakov (JIRA)
Maxim Dobryakov created FLINK-3795: -- Summary: Cancel button is hidden on MacBook Pro 13'' Key: FLINK-3795 URL: https://issues.apache.org/jira/browse/FLINK-3795 Project: Flink

[jira] [Created] (FLINK-3791) Flink CLI must has arguments to specify zookeeper cluster required to work with Standalone HA cluster

2016-04-20 Thread Maxim Dobryakov (JIRA)
Maxim Dobryakov created FLINK-3791: -- Summary: Flink CLI must has arguments to specify zookeeper cluster required to work with Standalone HA cluster Key: FLINK-3791 URL: https://issues.apache.org/jira/browse

Re: Adding custom monitoring to Flink

2016-04-14 Thread Maxim
h > Flink's accumulator mechanism; > only a selection that will be aggregated locally and on the JobManager to > display in the Dashboard. > > Out of curiosity, what metrics are you interested in? > > > On 14.04.2016 20:59, Maxim wrote: > >> Hi! >> I

Adding custom monitoring to Flink

2016-04-14 Thread Maxim
sting Accumulators, but allow overriding it to our internal reporting client. Is it something that could be added to the Flink or there are other plans for monitoring? Thanks! Maxim.

[jira] [Created] (FLINK-3726) Error while reading configuration: Cannot read property 0

2016-04-11 Thread Maxim Dobryakov (JIRA)
Maxim Dobryakov created FLINK-3726: -- Summary: Error while reading configuration: Cannot read property 0 Key: FLINK-3726 URL: https://issues.apache.org/jira/browse/FLINK-3726 Project: Flink

[jira] [Created] (FLINK-3725) Exception in thread "main" scala.MatchError: ... (of class scala.Tuple4)

2016-04-11 Thread Maxim Dobryakov (JIRA)
Maxim Dobryakov created FLINK-3725: -- Summary: Exception in thread "main" scala.MatchError: ... (of class scala.Tuple4) Key: FLINK-3725 URL: https://issues.apache.org/jira/browse/FLINK-3725

[jira] [Created] (FLINK-3638) Invalid default ports in documentation

2016-03-21 Thread Maxim Dobryakov (JIRA)
Maxim Dobryakov created FLINK-3638: -- Summary: Invalid default ports in documentation Key: FLINK-3638 URL: https://issues.apache.org/jira/browse/FLINK-3638 Project: Flink Issue Type: Bug

Dynamically repartitioned sources

2016-03-07 Thread Maxim
tioned that changing parallelism is one of the high priority items for this year. Has any work started on it? And would it support the type of dynamic sources we have? I could try adding such support myself if it would help to speed things up. Thanks, Maxim.