timeshape: timeshape release 2019b.7 freezes on initialize on AWS EMR
After upgrading to release 2019d.7 the initialization of timeshape started to freeze:
- Version 2018d.6 worked fine
- The only change was the the timeshape upgrade
- On local machine it works, but when deployed to AWS EMR it freezes.
Tentative 1:
timeZoneEngine = TimeZoneEngine.initialize(-56, -83, 13, -32, false);
With results in:
19/10/21 21:18:44 INFO : SETUP: Loading timezone information...
19/10/21 21:18:44 INFO TimeZoneEngine: Initializing with bounding box: -56.0, -83.0, 13.0, -32.0
Tentative 1:
timeZoneEngine = TimeZoneEngine.initialize();
With results in:
19/10/21 22:07:29 INFO : SETUP: Loading timezone information...
19/10/21 22:07:29 INFO TimeZoneEngine: Initializing with bounding box: -90.0, -180.0, 90.0, 180.0
Any supposition for finding the problem?
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 21 (21 by maintainers)
Commits related to this issue
- Revert back to Oracle JDK as part of investigating #43 — committed to RomanIakovlev/timeshape by RomanIakovlev 5 years ago
- fixed #43 wrapping TarArchiveInputStream with a BufferedInputStream — committed to juarezr/timeshape by deleted user 5 years ago
- #43 minimal fix wrap TarArchiveInputStream with BufferedStream — committed to juarezr/timeshape by deleted user 5 years ago
- Fix #43 hanging while loading 2019b database from jar resource 1. This bug manifested only when running in AWS EMR. 2. The timeshape library was hanging on method `initialize` (see Thread Dump) 3. Ma... — committed to juarezr/timeshape by deleted user 5 years ago
- Merge pull request #48 from juarezr/fix_bug_43 Fix #43 hanging while loading 2019b database from jar resource — committed to RomanIakovlev/timeshape by RomanIakovlev 5 years ago
- Fix #43 hanging while loading 2019b database from jar resource 1. This bug manifested only when running in AWS EMR. 2. The timeshape library was hanging on method `initialize` (see Thread Dump) 3. Ma... — committed to tommy/timeshape by deleted user 5 years ago
fixed and working. Thanks a lot!