[jira] [Created] (STORM-3817) Upgrading to Zookeeper 3.6.x or 3.7.x

2022-01-10 Thread Richard Zowalla (Jira)
Richard Zowalla created STORM-3817:
--

 Summary: Upgrading to Zookeeper 3.6.x or 3.7.x
 Key: STORM-3817
 URL: https://issues.apache.org/jira/browse/STORM-3817
 Project: Apache Storm
  Issue Type: Dependency upgrade
Affects Versions: 2.3.0, 2.2.1
Reporter: Richard Zowalla


Is there any possibility to upgrade the [shaded zookeeper version 
|https://github.com/apache/storm/blob/master/storm-shaded-deps/pom.xml#L64] 
from 3.4.14 to a newer version? Or are there any reasons for not doing an 
upgrade right now?

I am doing some testing with Storm in a Java 17 environment and it looks like I 
am suffering from this Zookeeper specific issue present in 3.4.14: 
https://issues.apache.org/jira/browse/ZOOKEEPER-3779

If necessary I can also provide a PR for an upgrade to 3.6.x or 3.7.x



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (STORM-3816) Unrecognized VM option 'PrintGCDateStamps'

2022-01-10 Thread Max Schmidt (Jira)
Max Schmidt created STORM-3816:
--

 Summary: Unrecognized VM option 'PrintGCDateStamps'
 Key: STORM-3816
 URL: https://issues.apache.org/jira/browse/STORM-3816
 Project: Apache Storm
  Issue Type: Bug
  Components: storm-core
Affects Versions: 2.3.0
Reporter: Max Schmidt


When starting storm using the official docker images 
[https://hub.docker.com/_/storm] following the listed example, then deploying a 
topology - the worker does not come up (logs inside of the supervisor):
{code:java}
2022-01-10 14:24:14.803 STDERR Thread-0 [INFO] Unrecognized VM option 
'PrintGCDateStamps'
2022-01-10 14:24:14.803 STDERR Thread-1 [INFO] [0.001s][warning][gc] -Xloggc is 
deprecated. Will use -Xlog:gc:artifacts/gc.log instead.
2022-01-10 14:24:14.811 STDERR Thread-0 [INFO] Error: Could not create the Java 
Virtual Machine.
2022-01-10 14:24:14.811 STDERR Thread-0 [INFO] Error: A fatal exception has 
occurred. Program will exit. {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)