DataStax java.lang.AssertionError: Invalid offset
up vote
0
down vote
favorite
We are running a 3 node cluster for testing. So this is not a production architecture that we have as a plan.
What I have observed is that this in the debug.log. Also after this, DataStax is not able to do compaction of the table, in which the issue is unless I restart the node
java.lang.AssertionError: Invalid offset: 3814, buf: java.nio.DirectByteBuffer[pos=0 lim=3514 cap=4096], bh: ChunkCache$Buffer(/var/lib/cassandra/data/databasename/tablename-4d572062e99311e8ae3c232aeb4f8023/aa-70906-bti-Partitions.db@135168)
I tried searching for this error but could not find the answer to it anywhere
Most surprising part is that there is no such file as
aa-70906-bti
in the folder /var/lib/cassandra/dataname/tablename
I see files with higher number like 72096 or so
cassandra datastax-enterprise
|
show 3 more comments
up vote
0
down vote
favorite
We are running a 3 node cluster for testing. So this is not a production architecture that we have as a plan.
What I have observed is that this in the debug.log. Also after this, DataStax is not able to do compaction of the table, in which the issue is unless I restart the node
java.lang.AssertionError: Invalid offset: 3814, buf: java.nio.DirectByteBuffer[pos=0 lim=3514 cap=4096], bh: ChunkCache$Buffer(/var/lib/cassandra/data/databasename/tablename-4d572062e99311e8ae3c232aeb4f8023/aa-70906-bti-Partitions.db@135168)
I tried searching for this error but could not find the answer to it anywhere
Most surprising part is that there is no such file as
aa-70906-bti
in the folder /var/lib/cassandra/dataname/tablename
I see files with higher number like 72096 or so
cassandra datastax-enterprise
what version of DSE are you using?
– Alex Ott
Nov 19 at 16:00
DSE 6.0.4 version
– Tahseen
Nov 19 at 17:07
can you paste log somewhere, like, pastebin?
– Alex Ott
Nov 19 at 17:51
@AlexOtt here you go pastebin.com/xW89v0T9
– Tahseen
Nov 19 at 19:17
@AlexOtt let me know if you know, I can share more and can give all debug files
– Tahseen
Nov 19 at 19:18
|
show 3 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
We are running a 3 node cluster for testing. So this is not a production architecture that we have as a plan.
What I have observed is that this in the debug.log. Also after this, DataStax is not able to do compaction of the table, in which the issue is unless I restart the node
java.lang.AssertionError: Invalid offset: 3814, buf: java.nio.DirectByteBuffer[pos=0 lim=3514 cap=4096], bh: ChunkCache$Buffer(/var/lib/cassandra/data/databasename/tablename-4d572062e99311e8ae3c232aeb4f8023/aa-70906-bti-Partitions.db@135168)
I tried searching for this error but could not find the answer to it anywhere
Most surprising part is that there is no such file as
aa-70906-bti
in the folder /var/lib/cassandra/dataname/tablename
I see files with higher number like 72096 or so
cassandra datastax-enterprise
We are running a 3 node cluster for testing. So this is not a production architecture that we have as a plan.
What I have observed is that this in the debug.log. Also after this, DataStax is not able to do compaction of the table, in which the issue is unless I restart the node
java.lang.AssertionError: Invalid offset: 3814, buf: java.nio.DirectByteBuffer[pos=0 lim=3514 cap=4096], bh: ChunkCache$Buffer(/var/lib/cassandra/data/databasename/tablename-4d572062e99311e8ae3c232aeb4f8023/aa-70906-bti-Partitions.db@135168)
I tried searching for this error but could not find the answer to it anywhere
Most surprising part is that there is no such file as
aa-70906-bti
in the folder /var/lib/cassandra/dataname/tablename
I see files with higher number like 72096 or so
cassandra datastax-enterprise
cassandra datastax-enterprise
edited Nov 19 at 14:25
asked Nov 19 at 14:12
Tahseen
315219
315219
what version of DSE are you using?
– Alex Ott
Nov 19 at 16:00
DSE 6.0.4 version
– Tahseen
Nov 19 at 17:07
can you paste log somewhere, like, pastebin?
– Alex Ott
Nov 19 at 17:51
@AlexOtt here you go pastebin.com/xW89v0T9
– Tahseen
Nov 19 at 19:17
@AlexOtt let me know if you know, I can share more and can give all debug files
– Tahseen
Nov 19 at 19:18
|
show 3 more comments
what version of DSE are you using?
– Alex Ott
Nov 19 at 16:00
DSE 6.0.4 version
– Tahseen
Nov 19 at 17:07
can you paste log somewhere, like, pastebin?
– Alex Ott
Nov 19 at 17:51
@AlexOtt here you go pastebin.com/xW89v0T9
– Tahseen
Nov 19 at 19:17
@AlexOtt let me know if you know, I can share more and can give all debug files
– Tahseen
Nov 19 at 19:18
what version of DSE are you using?
– Alex Ott
Nov 19 at 16:00
what version of DSE are you using?
– Alex Ott
Nov 19 at 16:00
DSE 6.0.4 version
– Tahseen
Nov 19 at 17:07
DSE 6.0.4 version
– Tahseen
Nov 19 at 17:07
can you paste log somewhere, like, pastebin?
– Alex Ott
Nov 19 at 17:51
can you paste log somewhere, like, pastebin?
– Alex Ott
Nov 19 at 17:51
@AlexOtt here you go pastebin.com/xW89v0T9
– Tahseen
Nov 19 at 19:17
@AlexOtt here you go pastebin.com/xW89v0T9
– Tahseen
Nov 19 at 19:17
@AlexOtt let me know if you know, I can share more and can give all debug files
– Tahseen
Nov 19 at 19:18
@AlexOtt let me know if you know, I can share more and can give all debug files
– Tahseen
Nov 19 at 19:18
|
show 3 more comments
1 Answer
1
active
oldest
votes
up vote
0
down vote
Ok, it looks like that you hit a known bug that was fixed in the DSE 6.0.4 with offset calculation:
Fix wrong offset in size calculation in trie builder. (DB-2477)
Please upgrade to 6.0.4 to fix this issue.
version is already 6.0.4
– Tahseen
Nov 19 at 17:06
Ok... let me show this to dev team
– Alex Ott
Nov 19 at 17:07
I can share debug log if required
– Tahseen
Nov 19 at 17:08
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Ok, it looks like that you hit a known bug that was fixed in the DSE 6.0.4 with offset calculation:
Fix wrong offset in size calculation in trie builder. (DB-2477)
Please upgrade to 6.0.4 to fix this issue.
version is already 6.0.4
– Tahseen
Nov 19 at 17:06
Ok... let me show this to dev team
– Alex Ott
Nov 19 at 17:07
I can share debug log if required
– Tahseen
Nov 19 at 17:08
add a comment |
up vote
0
down vote
Ok, it looks like that you hit a known bug that was fixed in the DSE 6.0.4 with offset calculation:
Fix wrong offset in size calculation in trie builder. (DB-2477)
Please upgrade to 6.0.4 to fix this issue.
version is already 6.0.4
– Tahseen
Nov 19 at 17:06
Ok... let me show this to dev team
– Alex Ott
Nov 19 at 17:07
I can share debug log if required
– Tahseen
Nov 19 at 17:08
add a comment |
up vote
0
down vote
up vote
0
down vote
Ok, it looks like that you hit a known bug that was fixed in the DSE 6.0.4 with offset calculation:
Fix wrong offset in size calculation in trie builder. (DB-2477)
Please upgrade to 6.0.4 to fix this issue.
Ok, it looks like that you hit a known bug that was fixed in the DSE 6.0.4 with offset calculation:
Fix wrong offset in size calculation in trie builder. (DB-2477)
Please upgrade to 6.0.4 to fix this issue.
answered Nov 19 at 16:07
Alex Ott
26.4k34871
26.4k34871
version is already 6.0.4
– Tahseen
Nov 19 at 17:06
Ok... let me show this to dev team
– Alex Ott
Nov 19 at 17:07
I can share debug log if required
– Tahseen
Nov 19 at 17:08
add a comment |
version is already 6.0.4
– Tahseen
Nov 19 at 17:06
Ok... let me show this to dev team
– Alex Ott
Nov 19 at 17:07
I can share debug log if required
– Tahseen
Nov 19 at 17:08
version is already 6.0.4
– Tahseen
Nov 19 at 17:06
version is already 6.0.4
– Tahseen
Nov 19 at 17:06
Ok... let me show this to dev team
– Alex Ott
Nov 19 at 17:07
Ok... let me show this to dev team
– Alex Ott
Nov 19 at 17:07
I can share debug log if required
– Tahseen
Nov 19 at 17:08
I can share debug log if required
– Tahseen
Nov 19 at 17:08
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53376481%2fdatastax-java-lang-assertionerror-invalid-offset%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
what version of DSE are you using?
– Alex Ott
Nov 19 at 16:00
DSE 6.0.4 version
– Tahseen
Nov 19 at 17:07
can you paste log somewhere, like, pastebin?
– Alex Ott
Nov 19 at 17:51
@AlexOtt here you go pastebin.com/xW89v0T9
– Tahseen
Nov 19 at 19:17
@AlexOtt let me know if you know, I can share more and can give all debug files
– Tahseen
Nov 19 at 19:18