-rwxrwxr-x 1 eventStore eventStore 8 18 mars 06:14 chaser.chk
-r-xr-xr-x 1 eventStore eventStore 268430383 14 janv. 10:20 chunk-000000.000000
-r--r--r-- 1 eventStore eventStore 268430554 20 janv. 04:14 chunk-000001.000000
-r--r--r-- 1 eventStore eventStore 268420431 30 janv. 05:19 chunk-000002.000000
-r--r--r-- 1 eventStore eventStore 268421026 4 févr. 22:40 chunk-000003.000000
-r--r--r-- 1 eventStore eventStore 268434418 10 févr. 15:30 chunk-000004.000000
-r--r--r-- 1 eventStore eventStore 268419822 16 févr. 06:51 chunk-000005.000000
-r--r--r-- 1 eventStore eventStore 268425677 21 févr. 22:57 chunk-000006.000000
-r--r--r-- 1 eventStore eventStore 268422287 27 févr. 15:47 chunk-000007.000000
-r--r--r-- 1 eventStore eventStore 268435328 5 mars 08:47 chunk-000008.000000
-r--r--r-- 1 eventStore eventStore 268432071 11 mars 01:50 chunk-000009.000000
-rw-r--r-- 1 eventStore eventStore 268435712 18 mars 06:14 chunk-000010.000000
-rwxrwxr-x 1 eventStore eventStore 8 18 mars 06:13 epoch.chk
drwxrwxr-x 2 eventStore eventStore 4096 8 janv. 17:16 index
-rwxrwxr-x 1 eventStore eventStore 8 8 janv. 17:16 truncate.chk
-rwxrwxr-x 1 eventStore eventStore 8 18 mars 06:14 writer.chk
[02678,16,16:40:59.977] ReadIndex Rebuilding: processed 92263 records (41,5%).
Stacktrace:
Native stacktrace:
./clusternode() [0x6314f2]
./clusternode() [0x5d016b]
./clusternode() [0x453aa3]
/lib64/libpthread.so.0(+0xf5b0) [0x7f3fc69335b0]
./clusternode() [0x475afa]
./clusternode() [0x4e7ae5]
[0x40ee833b]
Debug info from gdb:
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
./run-node.sh: line 3: 2678 Abandon LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ./clusternode $@
What os?
--
Usually what you have is caused by things like running 64 bit binary on a 32bit os or running an os the binaries arent built for glibc mismatch etc
The issue though is the 180kb/sec you are getting to storage with a multigb database.
In the future to keep it down lower memtable size (max count on rebuild) to something like 50k its 1m by default. And set max count on stats stream.
Greg
at System.Threading.Thread.StartInternal () [0x00000] in <filename unknown>:0
[PID:02791:011 2015.03.18 16:45:52.465 ERROR ProjectionManager ] The 'stream-boat-aggregate-projection' projection faulted due to 'The projection subsystem failed to load a libjs1.so/js1.dll/... or one of its dependencies. The original error message is: js1'
[PID:02942:009 2015.03.18 16:51:21.726 FATAL GLOBAL-LOGGER ] Global Unhandled Exception occurred.
You need to set ld_library_path to include the path js1 is in.