[jira] [Commented] (HBASE-22965) RS Crash due to RowIndexEncoderV1 reference to an reused ByteBuff

2019-09-09 Thread chenxu (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-22965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16925561#comment-16925561
 ] 

chenxu commented on HBASE-22965:


Testing based on our own branch yet,  will upload patches when there are no 
problems on out own env.

> RS Crash due to RowIndexEncoderV1 reference to an reused ByteBuff
> -
>
> Key: HBASE-22965
> URL: https://issues.apache.org/jira/browse/HBASE-22965
> Project: HBase
>  Issue Type: Bug
>Reporter: chenxu
>Priority: Major
> Attachments: hs_regionserver_err_pid.log
>
>
> After introduce HBASE-21879 into our own branch, when enable data block 
> encoding with ROW_INDEX_V1, RegionServer crashed (the crash log has been 
> uploaded).
> After reading RowIndexEncoderV1, find _lastCell_ may refer to an reused 
> ByteBuff, because DBE is not a listener of Shipper。



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (HBASE-22965) RS Crash due to RowIndexEncoderV1 reference to an reused ByteBuff

2019-09-09 Thread Zheng Hu (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-22965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16925548#comment-16925548
 ] 

Zheng Hu commented on HBASE-22965:
--

OK,  it seems a bug, mind to prepare a patch for this ? 

> RS Crash due to RowIndexEncoderV1 reference to an reused ByteBuff
> -
>
> Key: HBASE-22965
> URL: https://issues.apache.org/jira/browse/HBASE-22965
> Project: HBase
>  Issue Type: Bug
>Reporter: chenxu
>Priority: Major
> Attachments: hs_regionserver_err_pid.log
>
>
> After introduce HBASE-21879 into our own branch, when enable data block 
> encoding with ROW_INDEX_V1, RegionServer crashed (the crash log has been 
> uploaded).
> After reading RowIndexEncoderV1, find _lastCell_ may refer to an reused 
> ByteBuff, because DBE is not a listener of Shipper。



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (HBASE-22965) RS Crash due to RowIndexEncoderV1 reference to an reused ByteBuff

2019-09-03 Thread Anoop Sam John (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-22965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16921952#comment-16921952
 ] 

Anoop Sam John commented on HBASE-22965:


bq.DBE is not a listener of Shipper
Yes. With shipped() call, need to clone the last cell key part and create a Key 
only KV

> RS Crash due to RowIndexEncoderV1 reference to an reused ByteBuff
> -
>
> Key: HBASE-22965
> URL: https://issues.apache.org/jira/browse/HBASE-22965
> Project: HBase
>  Issue Type: Bug
>Reporter: chenxu
>Priority: Major
> Attachments: hs_regionserver_err_pid.log
>
>
> After introduce HBASE-21879 into our own branch, when enable data block 
> encoding with ROW_INDEX_V1, RegionServer crashed (the crash log has been 
> uploaded).
> After reading RowIndexEncoderV1, find _lastCell_ may refer to an reused 
> ByteBuff, because DBE is not a listener of Shipper。



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (HBASE-22965) RS Crash due to RowIndexEncoderV1 reference to an reused ByteBuff

2019-09-03 Thread Anoop Sam John (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-22965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16921950#comment-16921950
 ] 

Anoop Sam John commented on HBASE-22965:


So the crash is happening while RS doing a compaction?

> RS Crash due to RowIndexEncoderV1 reference to an reused ByteBuff
> -
>
> Key: HBASE-22965
> URL: https://issues.apache.org/jira/browse/HBASE-22965
> Project: HBase
>  Issue Type: Bug
>Reporter: chenxu
>Priority: Major
> Attachments: hs_regionserver_err_pid.log
>
>
> After introduce HBASE-21879 into our own branch, when enable data block 
> encoding with ROW_INDEX_V1, RegionServer crashed (the crash log has been 
> uploaded).
> After reading RowIndexEncoderV1, find _lastCell_ may refer to an reused 
> ByteBuff, because DBE is not a listener of Shipper。



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (HBASE-22965) RS Crash due to RowIndexEncoderV1 reference to an reused ByteBuff

2019-09-02 Thread chenxu (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-22965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16920732#comment-16920732
 ] 

chenxu commented on HBASE-22965:


FYI [~openinx]

> RS Crash due to RowIndexEncoderV1 reference to an reused ByteBuff
> -
>
> Key: HBASE-22965
> URL: https://issues.apache.org/jira/browse/HBASE-22965
> Project: HBase
>  Issue Type: Bug
>Reporter: chenxu
>Priority: Major
> Attachments: hs_regionserver_err_pid.log
>
>
> After introduce HBASE-21879 into our own branch, when enable data block 
> encoding with ROW_INDEX_V1, RegionServer crashed (the crash log has been 
> uploaded).
> After reading RowIndexEncoderV1, find lastCell may refer to an reused 
> ByteBuff, because DEB is not a listener of Shipper。



--
This message was sent by Atlassian Jira
(v8.3.2#803003)