Meaning behind the pekko.framesize configuration property and how to reduce it's size

2024-10-03 Thread Jean-Marc Paulin
Hi, We are running a Flink 1.19 application under heavy load. and out job manager failed to restart with exceptions like "Transient association error (association remains live)org.apache.pekko.remote.OversizedPayloadException: Discarding oversized payload sent to Actor[pekko.ssl.tcp://fl...@a

Error class RestoreMode not found after upgrading from Flink 1.19 to 1.20

2024-08-23 Thread Jean-Marc Paulin
Hi, We did further test and verification on this and it seems to only be an issue in HA with zookeeper. In that scenario I believe we resume from a checkpoint. I suppose the solution would be to cancel the job based on Flink 1.19 and then resubmit it with Flink 1.20. Yes we recompiled our app

Error class RestoreMode not found after upgrading from Flink 1.19 to 1.20

2024-08-22 Thread Jean-Marc Paulin
Hi, we have an error when Flink 1.20 resume a job from a savepoint that was written with Flink 1.19 (We are in an upgrade scenario here). And we hit the error `Caused by: java.lang.ClassNotFoundException: org.apache.flink.runtime.jobgraph.RestoreMode`, see below So I get that `org.apache.flink.

Re: Failed to resume from HA when the checkpoint has been deleted.

2024-06-11 Thread Jean-Marc Paulin
scenario. But maybe there isn't any. Best regards JM From: Zhanghao Chen Sent: Tuesday, June 11, 2024 03:56 To: Jean-Marc Paulin ; user@flink.apache.org Subject: [EXTERNAL] Re: Failed to resume from HA when the checkpoint has been deleted. Hi, In this case

Failed to resume from HA when the checkpoint has been deleted.

2024-06-10 Thread Jean-Marc Paulin
Hi, We have a 1.19 Flink streaming job, with HA enabled (ZooKeeper), checkpoint/savepoint in S3. We had an outage and now the jobmanager keeps restarting. We think it because it read the job id to be restarted from ZooKeeper, but because we lost our S3 Storage as part of the outage it cannot f

Saw a java.lang.ClassNotFoundException: com.facebook.presto.hive.s3.PrestoS3FileSystem$UnrecoverableS3OperationException

2024-05-09 Thread Jean-Marc Paulin
Hi, We use S3 as our datastore for checkpoint/savepoints, and following an S3 error we saw that exception: ``` java.io.IOException: GET operation failed: Could not transfer error message at org.apache.flink.runtime.blob.BlobClient.getInternal(BlobClient.java:231) at org.apache.

RE: Flink 1.18: Unable to resume from a savepoint with error InvalidPidMappingException

2024-04-23 Thread Jean-Marc Paulin
___ From: Yanfei Lei Sent: Monday, April 22, 2024 03:28 To: Jean-Marc Paulin Cc: user@flink.apache.org Subject: [EXTERNAL] Re: Flink 1.18: Unable to resume from a savepoint with error InvalidPidMappingException Hi JM, Yes, `InvalidPidMappingException` occurs because the tra

Flink 1.18: Unable to resume from a savepoint with error InvalidPidMappingException

2024-04-19 Thread Jean-Marc Paulin
Hi, we use Flink 1.18 with Kafka Sink, and we enabled `EXACTLY_ONCE` on one of our kafka sink. We set the transation timeout to 15 minutes. When we try to restore from a savepoint, way after that 15 minutes window, Flink enter in a RESTARTING loop. We see the error: ``` { "exception": {

Q: Not all the task slots are used. Are we missing a setting somewhere?

2024-02-23 Thread Jean-Marc Paulin
Hi, We used to run with 3 task managers with numberOfTaskSlots = 2. So all together we had 6 task slots and our application used them all. Trying to increase throughput, we increased the number of task managers to 6. So now we have 12 task slots all together. However our application still only

Is the kafka-connector doc missing a dependency on flink-connector-base

2023-12-04 Thread Jean-Marc Paulin
Hi, Trying to update the kafka connector to my project and I am missing a class. Is the doc missing a dependency on flink-connector-base ? org.apache.flink flink-connector-base compile I added it and it works. I think that's required but I would have expected this i

RE: Request a release of flink-connector-kafka version 3.1.0 (to consume kafka 3.4.0 with Flink 1.18)

2023-11-10 Thread Jean-Marc Paulin
Nov 7, 2023 at 9:45 AM Jean-Marc Paulin wrote: > > Hi, > > I had a chat on [FLINK-31599] Update kafka version to 3.4.0 by Ge · Pull > Request #11 · apache/flink-connector-kafka > (github.com)<https://github.com/apache/flink-connector-kafka/pull/11 > . > > We are

Request a release of flink-connector-kafka version 3.1.0 (to consume kafka 3.4.0 with Flink 1.18)

2023-11-07 Thread Jean-Marc Paulin
Hi, I had a chat on [FLINK-31599] Update kafka version to 3.4.0 by Ge · Pull Request #11 · apache/flink-connector-kafka (github.com) . We are consuming Flink 1.18, and the flink-connector-kafka 3.0.1. Flink 3.2.3 currently in use has

Re: [gentoo-user] Moving to 2008 profile: I cannot upgrade baselayout....

2008-12-22 Thread Jean-Marc Paulin
> > This is probably because setarch got included in newer util-linux > versions. > Thanks to all of you. I did unmerge setarch, and the emerge is now on its way. I just did not know that setarch was included in the newer util-linux, hence was scared to remove it just like that... Neil: I did goo

Re: [gentoo-user] Moving to 2008 profile: I cannot upgrade baselayout....

2008-12-21 Thread Jean-Marc Paulin
On Sun, Dec 21, 2008 at 11:40 PM, Neil Bothwick wrote: > On Sun, 21 Dec 2008 11:13:01 +0000, Jean-Marc Paulin wrote: > >> [blocks B ] > sys-apps/coreutils-6.10-r2) > > You need to upgrade to a more recent version of util-linux, at least > 2.13, which shouldn't be

[gentoo-user] Moving to 2008 profile: I cannot upgrade baselayout....

2008-12-21 Thread Jean-Marc Paulin
Ok, so I was using the 2006 profile (amd64) util I started to have errors in my emerge. So I followed the doc to upgrade my profile to a 2008 profile (http://www.gentoo.org/doc/en/gentoo-upgrading.xml). and at some point, I need to either select to support unicode or not. Not being too bothered (an

[gentoo-user] Cannot remove weird files on ext3fs...

2005-03-06 Thread Jean-Marc Paulin
Hi, I have some weird files in my filling system (ext3 fs) that prevent me to emerge # emerge sync Check /var/db/pkg/dev-perl/Net-SSLeay-1.22/PROVIDE and USE. Traceback (most recent call last): File "/usr/bin/emerge", line 10, in ? import portage File "/usr/lib/portage/pym/portage.py"

Re: JavaScript/XPCOM and mutithreading....

2004-12-04 Thread Jean-Marc Paulin
Whaoo, Thanks alot for all those explainations. But this raises few more ;) (Sorry /be) - I got the context (cx) idea (I think), and JS_SetContextThread(). And only one thread at a time may use a context. The global object is associated with a given context, as part of the JS_InitStandardCl

How to download file from jar:http://www.big.com/blue.jar!/ocean.gif ?

2004-05-25 Thread Jean-Marc Paulin
Hi all, Does anyone know how to just download a file from within a jar url such as jar:http://www.big.com/blue.jar!/ocean.gif ? Many thanks... ___ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom

Re: JS -> XPCOM (C++) -> JS

2004-04-26 Thread Jean-Marc Paulin
#x27;how-to' on this. This is definitly worth it JM "Benjamin D. Smedberg" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Jean-Marc Paulin wrote: > > Wah > > > > Fantastic... I'll have a go at it I believe this is th

Re: JS -> XPCOM (C++) -> JS

2004-04-24 Thread Jean-Marc Paulin
Wah Fantastic... I'll have a go at it I believe this is the pointer I needed. I guess the main catch will be: > You will need to get the > eventqueue from the main thread to pass to the getProxyForObject method. Althouh it seems that I could use the constant NS_UI_THREAD_EVENTQ. The ne

JS -> XPCOM (C++) -> JS

2004-04-24 Thread Jean-Marc Paulin
Hi, I believe I am not the only one in this I have an XPCOM componenent that is instantiated by some Java Script as part of an XUL dialog. One of the dialog button call a method on the XPCOM component that gather some information from a server (some long processing SQL Statements...) Howeve

XPCOM -> JavaScript (or how to handle events fired by XPCOM object in Javascript)

2004-03-21 Thread Jean-Marc Paulin
Hi, On a webpage, I have instanciated an XPCOM/XPConnect object in C++. I can call methods of the XPCOM object from the Javascript embeeded in the web page (code based on the sample). I am now trying to get the XPCOM component to send events back to the javascript in the web page. Is there anyway

XML DOM navigation

2004-03-18 Thread Jean-Marc Paulin
Hi there, Is there an XML Parser (DOM not SAX) that I can use from XPCOM ? Many thanks JM ___ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom

[gentoo-user] man problem: ESC[1m everywhere... ESC[0m

2003-02-08 Thread Jean-Marc Paulin
Hi gurus 1. Gentoo rocks ! I did not know anything about linux, I still do not know anything about it, but I managed to set it up ok (1.4 RC2). 2. Todays pb. >From any terminal (X or not), if I type man man (or man anything in fact), I see on the screen "ESC[1m" instead of bold characters. Looks

Pb with Win32 Installation

2002-05-05 Thread Jean-Marc Paulin
Hi there, I have downloaded the CSV Image file "modperl-2.0_20020502042105.tar.gz" and tried to compile it for Apache 2.0.35. The build is ok (or looks good anyway) but Apache dies during the nmake test. Any ideas ? I do not mind trying to debug this, but I have no idea where to start Any

Re: HELP - Trying to get mod_perl and Apache2 working together on Win32....

2002-05-03 Thread Jean-Marc Paulin
y the mod_perl.so to the modules folder with nmake install (so they said in the book) Are you running Apache 2.00.35 ? does the test (via nmake test) works for you ? or others ? Regards, JM - Original Message - From: "Randy Kobes" <[EMAIL PROTECTED]> To: "Jean-Marc Paul

HELP - Trying to get mod_perl and Apache2 working together on Win32....

2002-05-03 Thread Jean-Marc Paulin
Hi there,I am runing Win2000 SP2, and Apache 2.0.35I have managed to build mod_perl (perl Makefile.PL and then nmake) but thetest part fails: Apache crashes (Memory at 0x0018 cannot be read). BugMaybe ?Ok, I believe that configuration has been tryed before, so I must be missinga point so

HELP !!! Trying to get mod_perl and Apache2 working together on Win32....

2002-05-03 Thread Jean-Marc Paulin
Hi there, I am runing Win2000 SP2, and Apache 2.0.35 I have managed to build mod_perl (perl Makefile.PL and then nmake) but the test part fails: Apache crashes (Memory at 0x0018 cannot be read). Bug Maybe ? Ok, I believe that configuration has been tryed before, so I must be missing a point

Re: IceWM?

2002-02-08 Thread Jean-Marc Paulin
I had to switch the creen to FullScreen and color depth to 16 bits (or 65536 col) then it worked for me (slowly, but worked) hth - Original Message - From: "Sean LeBlanc" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 08, 2002 4:15 PM Subject: IceWM? > Earlier I ask

Re: Cygwin as a telnet command shell...

2002-02-01 Thread Jean-Marc Paulin
Message - From: "Andrew Markebo" <[EMAIL PROTECTED]> To: "Jean-Marc Paulin" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, February 01, 2002 2:58 PM Subject: Re: Cygwin as a telnet command shell... > > > Or

Is there any way to get a UNC path to be 'mounted' from cygwin ?

2002-02-01 Thread Jean-Marc Paulin
Is there any way to get a UNC path to be 'mounted' from cygwin ? I am trying something like: $ mount \\netapp.dev.net/package/windows/devel /usr/devel mount does not complain, but I cannot access /usr/devel any hints ? JM -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bu

Cygwin as a telnet command shell...

2002-02-01 Thread Jean-Marc Paulin
Hi, I am running telnet server on Win2000. Does anyone know how to make cygwin my default shell when logged-in from telnet ? thanks JM

Re: Q: Cygwin/Xfree is running very slow... any hints ?

2002-01-29 Thread Jean-Marc Paulin
No, not really. - Original Message - From: "Andrew Markebo" <[EMAIL PROTECTED]> To: "Jean-Marc Paulin" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, January 29, 2002 12:28 PM Subject: Re: Q: Cygwin/Xfree is running very slow... any hi

Re: Q: Cygwin/Xfree is running very slow... any hints ?

2002-01-29 Thread Jean-Marc Paulin
- From: "Brian Genisio" <[EMAIL PROTECTED]> To: "Jean-Marc Paulin" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, January 29, 2002 11:50 AM Subject: Re: Q: Cygwin/Xfree is running very slow... any hints ? > What OS? How are you starting the X

Q: Cygwin/Xfree is running very slow... any hints ?

2002-01-29 Thread Jean-Marc Paulin
Hi there I've just completed installing XFree... Added the ice window manager (need full screen and 16 bits color depth, but fair enough). And the whole thing is running slow, really slow. Ok, this is not a trivial piece of code (it is quite impressive to be honnest), but with a dual PIII 1Ghz,