[jira] [Updated] (CASSANDRA-14711) Apache Cassandra 3.2 crashing with exception org.apache.cassandra.db.marshal.TimestampType.compareCustom

2018-11-18 Thread C. Scott Andreas (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-14711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-14711:
-
Component/s: Core

> Apache Cassandra 3.2 crashing with exception 
> org.apache.cassandra.db.marshal.TimestampType.compareCustom
> 
>
> Key: CASSANDRA-14711
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14711
> Project: Cassandra
>  Issue Type: Bug
>  Components: Core
>Reporter: Saurabh
>Priority: Major
> Attachments: hs_err_pid32069.log
>
>
> Hi Team,
> I am using Apache Cassandra 3.2 with Java 1.8.0_161-b12..
> Issue:
> Cassandra is continuously crashing with generating an HEAP dump log. There 
> are no errors reported in system.log OR Debug.log.
> Exception in hs_err_PID.log:
>  # Problematic frame:
>  # J 8283 C2 
> org.apache.cassandra.db.marshal.TimestampType.compareCustom(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)I
>  (6 bytes) @ 0x2b7d3d417fb4 [0x2b7d3d417c80+0x334]
> Java Threads: ( => current thread )
>  0x2b7da57924a0 JavaThread "MemtableReclaimMemory:52" daemon 
> [_thread_blocked, id=117880, stack(0x2b7d917ff000,0x2b7d9184)]
>  0x2b7d39f6a9e0 JavaThread "PerDiskMemtableFlushWriter_0:52" daemon 
> [_thread_blocked, id=117879, stack(0x2b7e4ea94000,0x2b7e4ead5000)]
>  0x2b7d39d0f520 JavaThread "MemtablePostFlush:53" daemon 
> [_thread_blocked, id=117878, stack(0x2b7e407dd000,0x2b7e4081e000)]
>  0x2b7df31a9150 JavaThread "MemtableFlushWriter:52" daemon 
> [_thread_blocked, id=117877, stack(0x2b7e406d9000,0x2b7e4071a000)]
>  0x2b7e53e60110 JavaThread "RMI TCP Connection(1795)-127.0.0.1" daemon 
>  :
>  :
>  lot of threads in BLOCKED status
> Other Threads:
>  0x2b7d38de5ea0 VMThread [stack: 0x2b7d8208d000,0x2b7d8218d000] 
> [id=32098]
>  0x2b7d38fa9de0 WatcherThread [stack: 
> 0x2b7d88ee9000,0x2b7d88fe9000] [id=32108]
> VM state:not at safepoint (normal execution)
> VM Mutex/Monitor currently owned by a thread: None
> Heap:
>  garbage-first heap total 8388608K, used 6791168K [0x0003c000, 
> 0x0003c0404000, 0x0007c000)
>  region size 4096K, 785 young (3215360K), 55 survivors (225280K)
>  Metaspace used 40915K, capacity 42044K, committed 42368K, reserved 1087488K
>  class space used 4429K, capacity 4646K, committed 4736K, reserved 1048576K
> Heap Regions: (Y=young(eden), SU=young(survivor), HS=humongous(starts), 
> HC=humongous(continues), CS=collection set, F=free, TS=gc time stamp, 
> PTAMS=previous top-at-mark-start, NTAMS=next top-at-mark-start)
>  AC 0 O TS 0 PTAMS 0x0003c040 NTAMS 0x0003c040 space 4096K, 
> 100% used [0x0003c000, 0x0003c040)
>  AC 0 O TS 0 PTAMS 0x0003c080 NTAMS 0x0003c080 space 4096K, 
> 100% used [0x0003c040, 0x0003c080)
>  AC 0 O TS 9 PTAMS 0x0003c080 NTAMS 0x0003c080 space 4096K, 
> 100% used [0x0003c080, 0x0003c0c0)
>  AC 0 O TS 11 PTAMS 0x0003c0c0 NTAMS 0x0003c0c0 space 4096K, 
> 100% used [0x0003c0c0, 0x0003c100)
>  AC 0 O TS 11 PTAMS 0x0003c100 NTAMS 0x0003c100 space 4096K, 
> 100% used [0x0003c100, 0x0003c140)
>  AC 0 O TS 11 PTAMS 0x0003c140 NTAMS 0x0003c140 space 4096K, 
> 100% used [0x0003c140, 0x0003c180)
>  :
>  :
>  lot of such messages



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-14711) Apache Cassandra 3.2 crashing with exception org.apache.cassandra.db.marshal.TimestampType.compareCustom

2018-09-10 Thread Saurabh (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-14711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Saurabh updated CASSANDRA-14711:

Priority: Major  (was: Minor)

> Apache Cassandra 3.2 crashing with exception 
> org.apache.cassandra.db.marshal.TimestampType.compareCustom
> 
>
> Key: CASSANDRA-14711
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14711
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Saurabh
>Priority: Major
> Attachments: hs_err_pid32069.log
>
>
> Hi Team,
> I am using Apache Cassandra 3.2 with Java 1.8.0_161-b12..
> Issue:
> Cassandra is continuously crashing with generating an HEAP dump log. There 
> are no errors reported in system.log OR Debug.log.
> Exception in hs_err_PID.log:
>  # Problematic frame:
>  # J 8283 C2 
> org.apache.cassandra.db.marshal.TimestampType.compareCustom(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)I
>  (6 bytes) @ 0x2b7d3d417fb4 [0x2b7d3d417c80+0x334]
> Java Threads: ( => current thread )
>  0x2b7da57924a0 JavaThread "MemtableReclaimMemory:52" daemon 
> [_thread_blocked, id=117880, stack(0x2b7d917ff000,0x2b7d9184)]
>  0x2b7d39f6a9e0 JavaThread "PerDiskMemtableFlushWriter_0:52" daemon 
> [_thread_blocked, id=117879, stack(0x2b7e4ea94000,0x2b7e4ead5000)]
>  0x2b7d39d0f520 JavaThread "MemtablePostFlush:53" daemon 
> [_thread_blocked, id=117878, stack(0x2b7e407dd000,0x2b7e4081e000)]
>  0x2b7df31a9150 JavaThread "MemtableFlushWriter:52" daemon 
> [_thread_blocked, id=117877, stack(0x2b7e406d9000,0x2b7e4071a000)]
>  0x2b7e53e60110 JavaThread "RMI TCP Connection(1795)-127.0.0.1" daemon 
>  :
>  :
>  lot of threads in BLOCKED status
> Other Threads:
>  0x2b7d38de5ea0 VMThread [stack: 0x2b7d8208d000,0x2b7d8218d000] 
> [id=32098]
>  0x2b7d38fa9de0 WatcherThread [stack: 
> 0x2b7d88ee9000,0x2b7d88fe9000] [id=32108]
> VM state:not at safepoint (normal execution)
> VM Mutex/Monitor currently owned by a thread: None
> Heap:
>  garbage-first heap total 8388608K, used 6791168K [0x0003c000, 
> 0x0003c0404000, 0x0007c000)
>  region size 4096K, 785 young (3215360K), 55 survivors (225280K)
>  Metaspace used 40915K, capacity 42044K, committed 42368K, reserved 1087488K
>  class space used 4429K, capacity 4646K, committed 4736K, reserved 1048576K
> Heap Regions: (Y=young(eden), SU=young(survivor), HS=humongous(starts), 
> HC=humongous(continues), CS=collection set, F=free, TS=gc time stamp, 
> PTAMS=previous top-at-mark-start, NTAMS=next top-at-mark-start)
>  AC 0 O TS 0 PTAMS 0x0003c040 NTAMS 0x0003c040 space 4096K, 
> 100% used [0x0003c000, 0x0003c040)
>  AC 0 O TS 0 PTAMS 0x0003c080 NTAMS 0x0003c080 space 4096K, 
> 100% used [0x0003c040, 0x0003c080)
>  AC 0 O TS 9 PTAMS 0x0003c080 NTAMS 0x0003c080 space 4096K, 
> 100% used [0x0003c080, 0x0003c0c0)
>  AC 0 O TS 11 PTAMS 0x0003c0c0 NTAMS 0x0003c0c0 space 4096K, 
> 100% used [0x0003c0c0, 0x0003c100)
>  AC 0 O TS 11 PTAMS 0x0003c100 NTAMS 0x0003c100 space 4096K, 
> 100% used [0x0003c100, 0x0003c140)
>  AC 0 O TS 11 PTAMS 0x0003c140 NTAMS 0x0003c140 space 4096K, 
> 100% used [0x0003c140, 0x0003c180)
>  :
>  :
>  lot of such messages



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-14711) Apache Cassandra 3.2 crashing with exception org.apache.cassandra.db.marshal.TimestampType.compareCustom

2018-09-10 Thread Saurabh (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-14711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Saurabh updated CASSANDRA-14711:

Description: 
Hi Team,

I am using Apache Cassandra 3.2 with Java 1.8.0_161-b12..

Issue:

Cassandra is continuously crashing with generating an HEAP dump log. There are 
no errors reported in system.log OR Debug.log.

Exception in hs_err_PID.log:
 # Problematic frame:
 # J 8283 C2 
org.apache.cassandra.db.marshal.TimestampType.compareCustom(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)I
 (6 bytes) @ 0x2b7d3d417fb4 [0x2b7d3d417c80+0x334]
 #--- P R O C E S S ---

Java Threads: ( => current thread )
 0x2b7da57924a0 JavaThread "MemtableReclaimMemory:52" daemon 
[_thread_blocked, id=117880, stack(0x2b7d917ff000,0x2b7d9184)]
 0x2b7d39f6a9e0 JavaThread "PerDiskMemtableFlushWriter_0:52" daemon 
[_thread_blocked, id=117879, stack(0x2b7e4ea94000,0x2b7e4ead5000)]
 0x2b7d39d0f520 JavaThread "MemtablePostFlush:53" daemon [_thread_blocked, 
id=117878, stack(0x2b7e407dd000,0x2b7e4081e000)]
 0x2b7df31a9150 JavaThread "MemtableFlushWriter:52" daemon 
[_thread_blocked, id=117877, stack(0x2b7e406d9000,0x2b7e4071a000)]
 0x2b7e53e60110 JavaThread "RMI TCP Connection(1795)-127.0.0.1" daemon 
 :
 :
 lot of threads in BLOCKED status

Other Threads:
 0x2b7d38de5ea0 VMThread [stack: 0x2b7d8208d000,0x2b7d8218d000] 
[id=32098]
 0x2b7d38fa9de0 WatcherThread [stack: 
0x2b7d88ee9000,0x2b7d88fe9000] [id=32108]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 garbage-first heap total 8388608K, used 6791168K [0x0003c000, 
0x0003c0404000, 0x0007c000)
 region size 4096K, 785 young (3215360K), 55 survivors (225280K)
 Metaspace used 40915K, capacity 42044K, committed 42368K, reserved 1087488K
 class space used 4429K, capacity 4646K, committed 4736K, reserved 1048576K

Heap Regions: (Y=young(eden), SU=young(survivor), HS=humongous(starts), 
HC=humongous(continues), CS=collection set, F=free, TS=gc time stamp, 
PTAMS=previous top-at-mark-start, NTAMS=next top-at-mark-start)
 AC 0 O TS 0 PTAMS 0x0003c040 NTAMS 0x0003c040 space 4096K, 
100% used [0x0003c000, 0x0003c040)
 AC 0 O TS 0 PTAMS 0x0003c080 NTAMS 0x0003c080 space 4096K, 
100% used [0x0003c040, 0x0003c080)
 AC 0 O TS 9 PTAMS 0x0003c080 NTAMS 0x0003c080 space 4096K, 
100% used [0x0003c080, 0x0003c0c0)
 AC 0 O TS 11 PTAMS 0x0003c0c0 NTAMS 0x0003c0c0 space 4096K, 
100% used [0x0003c0c0, 0x0003c100)
 AC 0 O TS 11 PTAMS 0x0003c100 NTAMS 0x0003c100 space 4096K, 
100% used [0x0003c100, 0x0003c140)
 AC 0 O TS 11 PTAMS 0x0003c140 NTAMS 0x0003c140 space 4096K, 
100% used [0x0003c140, 0x0003c180)
 :
 :
 lot of such messages

  was:
Hi Team,

I am using Apache Cassandra 3.2 with Java 1.8.0_161-b12..

Issue:

Cassandra is continuously crashing with generating an HEAP dump log. There are 
no errors reported in system.log OR Debug.log.

Exception in hs_err_PID.log:

# Problematic frame:
# J 8283 C2 
org.apache.cassandra.db.marshal.TimestampType.compareCustom(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)I
 (6 bytes) @ 0x2b7d3d417fb4 [0x2b7d3d417c80+0x334]
#
--- T H R E A D ---
Current thread (0x2b7d3a1033e0): JavaThread "SharedPool-Worker-1" daemon 
[_thread_in_Java, id=32216, stack(0x2b7e4085f000,0x2b7e408a)]
siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 
0x14914c69
Registers:
RAX=0x0001, RBX=0x, RCX=0x9f1fbef0, 
RDX=0x0004f8fdf798
RSP=0x2b7e4089e4b0, RBP=0x0001, RSI=0x14907800, 
RDI=0x
R8 =0xd469, R9 =0x, R10=0x0004a41764c8, 
R11=0x
R12=0x, R13=0x, R14=0xd469, 
R15=0x2b7d3a1033e0
RIP=0x2b7d3d417fb4, EFLAGS=0x00010283, CSGSFS=0x0033, 
ERR=0x0004
 TRAPNO=0x000e
[error occurred during error reporting (printing register info), id 0xb]
Stack: [0x2b7e4085f000,0x2b7e408a], sp=0x2b7e4089e4b0, free 
space=253k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
J 8283 C2 
org.apache.cassandra.db.marshal.TimestampType.compareCustom(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)I
 (6 bytes) @ 0x2b7d3d417fb4 [0x2b7d3d417c80+0x334]
J 12970 C2 
org.apache.cassandra.db.Slice$Bound.compareTo(Lorg/apache/cassandra/db/ClusteringComparator;Ljava/util/List;)I
 (119 bytes) @ 0x2b7d3e0291c0 [0x2b7d3e028900+0x8c0]
J 16245 C2 

[jira] [Updated] (CASSANDRA-14711) Apache Cassandra 3.2 crashing with exception org.apache.cassandra.db.marshal.TimestampType.compareCustom

2018-09-10 Thread Saurabh (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-14711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Saurabh updated CASSANDRA-14711:

Description: 
Hi Team,

I am using Apache Cassandra 3.2 with Java 1.8.0_161-b12..

Issue:

Cassandra is continuously crashing with generating an HEAP dump log. There are 
no errors reported in system.log OR Debug.log.

Exception in hs_err_PID.log:
 # Problematic frame:
 # J 8283 C2 
org.apache.cassandra.db.marshal.TimestampType.compareCustom(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)I
 (6 bytes) @ 0x2b7d3d417fb4 [0x2b7d3d417c80+0x334]

Java Threads: ( => current thread )
 0x2b7da57924a0 JavaThread "MemtableReclaimMemory:52" daemon 
[_thread_blocked, id=117880, stack(0x2b7d917ff000,0x2b7d9184)]
 0x2b7d39f6a9e0 JavaThread "PerDiskMemtableFlushWriter_0:52" daemon 
[_thread_blocked, id=117879, stack(0x2b7e4ea94000,0x2b7e4ead5000)]
 0x2b7d39d0f520 JavaThread "MemtablePostFlush:53" daemon [_thread_blocked, 
id=117878, stack(0x2b7e407dd000,0x2b7e4081e000)]
 0x2b7df31a9150 JavaThread "MemtableFlushWriter:52" daemon 
[_thread_blocked, id=117877, stack(0x2b7e406d9000,0x2b7e4071a000)]
 0x2b7e53e60110 JavaThread "RMI TCP Connection(1795)-127.0.0.1" daemon 
 :
 :
 lot of threads in BLOCKED status

Other Threads:
 0x2b7d38de5ea0 VMThread [stack: 0x2b7d8208d000,0x2b7d8218d000] 
[id=32098]
 0x2b7d38fa9de0 WatcherThread [stack: 
0x2b7d88ee9000,0x2b7d88fe9000] [id=32108]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 garbage-first heap total 8388608K, used 6791168K [0x0003c000, 
0x0003c0404000, 0x0007c000)
 region size 4096K, 785 young (3215360K), 55 survivors (225280K)
 Metaspace used 40915K, capacity 42044K, committed 42368K, reserved 1087488K
 class space used 4429K, capacity 4646K, committed 4736K, reserved 1048576K

Heap Regions: (Y=young(eden), SU=young(survivor), HS=humongous(starts), 
HC=humongous(continues), CS=collection set, F=free, TS=gc time stamp, 
PTAMS=previous top-at-mark-start, NTAMS=next top-at-mark-start)
 AC 0 O TS 0 PTAMS 0x0003c040 NTAMS 0x0003c040 space 4096K, 
100% used [0x0003c000, 0x0003c040)
 AC 0 O TS 0 PTAMS 0x0003c080 NTAMS 0x0003c080 space 4096K, 
100% used [0x0003c040, 0x0003c080)
 AC 0 O TS 9 PTAMS 0x0003c080 NTAMS 0x0003c080 space 4096K, 
100% used [0x0003c080, 0x0003c0c0)
 AC 0 O TS 11 PTAMS 0x0003c0c0 NTAMS 0x0003c0c0 space 4096K, 
100% used [0x0003c0c0, 0x0003c100)
 AC 0 O TS 11 PTAMS 0x0003c100 NTAMS 0x0003c100 space 4096K, 
100% used [0x0003c100, 0x0003c140)
 AC 0 O TS 11 PTAMS 0x0003c140 NTAMS 0x0003c140 space 4096K, 
100% used [0x0003c140, 0x0003c180)
 :
 :
 lot of such messages

  was:
Hi Team,

I am using Apache Cassandra 3.2 with Java 1.8.0_161-b12..

Issue:

Cassandra is continuously crashing with generating an HEAP dump log. There are 
no errors reported in system.log OR Debug.log.

Exception in hs_err_PID.log:
 # Problematic frame:
 # J 8283 C2 
org.apache.cassandra.db.marshal.TimestampType.compareCustom(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)I
 (6 bytes) @ 0x2b7d3d417fb4 [0x2b7d3d417c80+0x334]
 #--- P R O C E S S ---

Java Threads: ( => current thread )
 0x2b7da57924a0 JavaThread "MemtableReclaimMemory:52" daemon 
[_thread_blocked, id=117880, stack(0x2b7d917ff000,0x2b7d9184)]
 0x2b7d39f6a9e0 JavaThread "PerDiskMemtableFlushWriter_0:52" daemon 
[_thread_blocked, id=117879, stack(0x2b7e4ea94000,0x2b7e4ead5000)]
 0x2b7d39d0f520 JavaThread "MemtablePostFlush:53" daemon [_thread_blocked, 
id=117878, stack(0x2b7e407dd000,0x2b7e4081e000)]
 0x2b7df31a9150 JavaThread "MemtableFlushWriter:52" daemon 
[_thread_blocked, id=117877, stack(0x2b7e406d9000,0x2b7e4071a000)]
 0x2b7e53e60110 JavaThread "RMI TCP Connection(1795)-127.0.0.1" daemon 
 :
 :
 lot of threads in BLOCKED status

Other Threads:
 0x2b7d38de5ea0 VMThread [stack: 0x2b7d8208d000,0x2b7d8218d000] 
[id=32098]
 0x2b7d38fa9de0 WatcherThread [stack: 
0x2b7d88ee9000,0x2b7d88fe9000] [id=32108]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 garbage-first heap total 8388608K, used 6791168K [0x0003c000, 
0x0003c0404000, 0x0007c000)
 region size 4096K, 785 young (3215360K), 55 survivors (225280K)
 Metaspace used 40915K, capacity 42044K, committed 42368K, reserved 1087488K
 class space used 4429K, capacity 4646K, committed 4736K, reserved 1048576K

Heap Regions: (Y=young(eden), SU=young(survivor), HS=humongous(starts), 
HC=humongous(continues), CS=collection set, F=free, TS=gc time stamp,