> On 14 Jul 2024, at 16:56, Jaroslav Bachorik wrote:
>
>
> The bottom line is that the clustering solution allows specifying JVM options
> and extra resources that will be distributed to all nodes. Hence, if you want
> to add an agent, you need to add the jvn options to point to the location
On Fri 12. 7. 2024 at 21:06, Ron Pressler wrote:
>
>
> > On 10 Jul 2024, at 16:37, Jaroslav Bachorik
> wrote:
> >
> > This may not always be possible. Some systems have rather complex and
> inlexible launchers - for example Apache Spark with its clusters, drivers
> and executors and automatic di
On 7/12/24 12:06 PM, Ron Pressler wrote:
On 10 Jul 2024, at 16:37, Jaroslav Bachorik wrote:
This may not always be possible. Some systems have rather complex and inlexible
launchers - for example Apache Spark with its clusters, drivers and executors
and automatic distribution of resources
> On 10 Jul 2024, at 16:37, Jaroslav Bachorik wrote:
>
> This may not always be possible. Some systems have rather complex and
> inlexible launchers - for example Apache Spark with its clusters, drivers and
> executors and automatic distribution of resources. For that system, if one
> needs
On Wed, Jul 10, 2024 at 5:53 PM Alan Bateman
wrote:
> On 10/07/2024 16:37, Jaroslav Bachorik wrote:
>
> :
>
> This may not always be possible. Some systems have rather complex and
> inlexible launchers - for example Apache Spark with its clusters, drivers
> and executors and automatic distributio
On 10/07/2024 16:37, Jaroslav Bachorik wrote:
:
This may not always be possible. Some systems have rather complex and
inlexible launchers - for example Apache Spark with its clusters,
drivers and executors and automatic distribution of resources. For
that system, if one needs to add an on-sta
On Mon, Jul 8, 2024 at 11:19 AM Alan Bateman
wrote:
> On 03/07/2024 11:26, Thiago Henrique Hupner wrote:
> > Dear JDK developers,
> >
> > I'd like to propose adding an option that allows the JVM to ignore a
> > non-existent -javaagent instead of aborting.
> >
> > Currently, if a -javaagent is spe
On 03/07/2024 11:26, Thiago Henrique Hupner wrote:
Dear JDK developers,
I'd like to propose adding an option that allows the JVM to ignore a
non-existent -javaagent instead of aborting.
Currently, if a -javaagent is specified but the agent jar file doesn't
exist, the JVM aborts with an error
Dear JDK developers,
I'd like to propose adding an option that allows the JVM to ignore a
non-existent -javaagent instead of aborting.
Currently, if a -javaagent is specified but the agent jar file doesn't
exist, the JVM aborts with an error. This can cause issues in environments
where the same J