Hi,
I have a scenario where a large amount of data retrieved from DB and pushed to Cloud system.
While I fetch 5K records everytime from Hadoop --> process and push out.. And check if if next 5K to be retrieved or not/ If so, using the FlowRef, the same flow is return in chained fashing.
After some 60-65 batch process, I get below error. JRE failure. Any help to identify the problem is appreciated.
An unrecoverable stack overflow has occurred.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_STACK_OVERFLOW (0xc00000fd) at pc=0x00007fff2ce871e7, pid=41284, tid=22892
#
# JRE version: Java(TM) SE Runtime Environment (7.0_79-b15) (build 1.7.0_79-b15)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.79-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [mapr-manjunath.t.j-MapRClient.5.0.0-mapr.dll+0x5671e7]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Cisco\AnypointStudio\workspace\pdb_poc\hs_err_pid41284.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#