[jira] [Updated] (IGNITE-11807) Index validation control.sh command may provide false-positive error results

2020-07-15 Thread Ilya Kasnacheev (Jira)


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

Ilya Kasnacheev updated IGNITE-11807:
-
Component/s: control.sh

> Index validation control.sh command may provide false-positive error results
> 
>
> Key: IGNITE-11807
> URL: https://issues.apache.org/jira/browse/IGNITE-11807
> Project: Ignite
>  Issue Type: Bug
>  Components: control.sh
>Reporter: Ivan Rakov
>Priority: Major
>
> There are two possible issues in validate_indexes command:
> 1. In case index validation is performed under load, there's a chance that 
> we'll fetch link from B+ tree and won't found this key in partition cache 
> data store as per it was conurrently removed.
> We may work it around by double-checking partition update counters (before 
> and after indexes validation procedure).
> 2. Since indexes validation is subscribed to checkpoint start (reason: we 
> perform CRC validation of file page store pages which is sensitive to 
> concurrent disk page writes), we may bump into the following situation:
> - User fairly stops all load
> - A few moments later users triggers validate_indexes
> - Checkpoint starts due to timeout, pages that were modified before 
> validate_indexes start are being written to the disk
> - validate_indexes fails
> We may work it around by triggering checkpoint forcibly before start of 
> indexes validation activities.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-11807) Index validation control.sh command may provide false-positive error results

2020-07-03 Thread Aleksey Plekhanov (Jira)


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

Aleksey Plekhanov updated IGNITE-11807:
---
Fix Version/s: (was: 2.9)

> Index validation control.sh command may provide false-positive error results
> 
>
> Key: IGNITE-11807
> URL: https://issues.apache.org/jira/browse/IGNITE-11807
> Project: Ignite
>  Issue Type: Bug
>Reporter: Ivan Rakov
>Priority: Major
>
> There are two possible issues in validate_indexes command:
> 1. In case index validation is performed under load, there's a chance that 
> we'll fetch link from B+ tree and won't found this key in partition cache 
> data store as per it was conurrently removed.
> We may work it around by double-checking partition update counters (before 
> and after indexes validation procedure).
> 2. Since indexes validation is subscribed to checkpoint start (reason: we 
> perform CRC validation of file page store pages which is sensitive to 
> concurrent disk page writes), we may bump into the following situation:
> - User fairly stops all load
> - A few moments later users triggers validate_indexes
> - Checkpoint starts due to timeout, pages that were modified before 
> validate_indexes start are being written to the disk
> - validate_indexes fails
> We may work it around by triggering checkpoint forcibly before start of 
> indexes validation activities.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-11807) Index validation control.sh command may provide false-positive error results

2019-10-10 Thread Maxim Muzafarov (Jira)


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

Maxim Muzafarov updated IGNITE-11807:
-
Fix Version/s: (was: 2.8)
   2.9

> Index validation control.sh command may provide false-positive error results
> 
>
> Key: IGNITE-11807
> URL: https://issues.apache.org/jira/browse/IGNITE-11807
> Project: Ignite
>  Issue Type: Bug
>Reporter: Ivan Rakov
>Priority: Major
> Fix For: 2.9
>
>
> There are two possible issues in validate_indexes command:
> 1. In case index validation is performed under load, there's a chance that 
> we'll fetch link from B+ tree and won't found this key in partition cache 
> data store as per it was conurrently removed.
> We may work it around by double-checking partition update counters (before 
> and after indexes validation procedure).
> 2. Since indexes validation is subscribed to checkpoint start (reason: we 
> perform CRC validation of file page store pages which is sensitive to 
> concurrent disk page writes), we may bump into the following situation:
> - User fairly stops all load
> - A few moments later users triggers validate_indexes
> - Checkpoint starts due to timeout, pages that were modified before 
> validate_indexes start are being written to the disk
> - validate_indexes fails
> We may work it around by triggering checkpoint forcibly before start of 
> indexes validation activities.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-11807) Index validation control.sh command may provide false-positive error results

2019-04-25 Thread Ivan Rakov (JIRA)


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

Ivan Rakov updated IGNITE-11807:

Description: 
There are two possible issues in validate_indexes command:
1. In case index validation is performed under load, there's a chance that 
we'll fetch link from B+ tree and won't found this key in partition cache data 
store as per it was conurrently removed.
We may work it around by double-checking partition update counters (before and 
after indexes validation procedure).
2. Since indexes validation is subscribed to checkpoint start (reason: we 
perform CRC validation of file page store pages which is sensitive to 
concurrent disk page writes), we may bump into the following situation:
- User fairly stops all load
- A few moments later users triggers validate_indexes
- Checkpoint starts due to timeout, pages that were modified before 
validate_indexes start are being written to the disk
- validate_indexes fails

We may work it around by triggering checkpoint forcibly before start of indexes 
validation activities.

  was:
There are two possible issues in validate_indexes command:
1. In case index validation is performed under load, there's a chance that 
we'll fetch link from B+ tree and won't found this key in partition cache data 
store as per it was conurrently removed.
We may work it around by double-checking partition update counters (before and 
after indexes validation procedure).
2. Since indexes validation is subscribed to checkpoint start (reason: we 
perform CRC validation of file page store pages which is sensitive to 
concurrent disk page writes), we may bump into the following situation:
- User fairly stops all load
- A few moments later users triggers validate_indexes
- Checkpoint starts due to timeout, pages that were modified before 
validate_indexes start are being written to the disk
- validate_indexes fails
We may work it around by triggering checkpoint forcibly before start of indexes 
validation activities.


> Index validation control.sh command may provide false-positive error results
> 
>
> Key: IGNITE-11807
> URL: https://issues.apache.org/jira/browse/IGNITE-11807
> Project: Ignite
>  Issue Type: Bug
>Reporter: Ivan Rakov
>Priority: Major
> Fix For: 2.8
>
>
> There are two possible issues in validate_indexes command:
> 1. In case index validation is performed under load, there's a chance that 
> we'll fetch link from B+ tree and won't found this key in partition cache 
> data store as per it was conurrently removed.
> We may work it around by double-checking partition update counters (before 
> and after indexes validation procedure).
> 2. Since indexes validation is subscribed to checkpoint start (reason: we 
> perform CRC validation of file page store pages which is sensitive to 
> concurrent disk page writes), we may bump into the following situation:
> - User fairly stops all load
> - A few moments later users triggers validate_indexes
> - Checkpoint starts due to timeout, pages that were modified before 
> validate_indexes start are being written to the disk
> - validate_indexes fails
> We may work it around by triggering checkpoint forcibly before start of 
> indexes validation activities.



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