[jira] [Updated] (IGNITE-17027) Incorrect result of the DML delete operation, in some environment

2022-09-29 Thread Aleksey Plekhanov (Jira)


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

Aleksey Plekhanov updated IGNITE-17027:
---
Ignite Flags: Release Notes Required  (was: Docs Required,Release Notes 
Required)

>  Incorrect result of the DML delete operation, in some environment
> --
>
> Key: IGNITE-17027
> URL: https://issues.apache.org/jira/browse/IGNITE-17027
> Project: Ignite
>  Issue Type: Bug
>  Components: sql
>Reporter: Luchnikov Alexander
>Assignee: Aleksey Plekhanov
>Priority: Minor
>  Labels: ise
> Fix For: 2.15
>
> Attachments: IndexSetArgsAndCastTest.patch
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Description of the case, in some environment, the DML operation does not 
> delete all data (this DML delete operation is an example). To reproduce the 
> problem, you must:
> # Create a table with a varchar field.
> # Create an index on the given field.
> # Fill the table with data, use int as the value.
> # Delete data by specifying in the DML operation, as a condition, an indexed 
> value, without String.valueOf(intValue)
> The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in 
> indexOnAutocastOff() test.
> The result of all tests should be the same, specifically in this example (DML 
> delete) - the number of entries in the cache, according to the result of each 
> test, should be equal to zero.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (IGNITE-17027) Incorrect result of the DML delete operation, in some environment

2022-06-02 Thread Yury Gerzhedovich (Jira)


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

Yury Gerzhedovich updated IGNITE-17027:
---
Component/s: sql

>  Incorrect result of the DML delete operation, in some environment
> --
>
> Key: IGNITE-17027
> URL: https://issues.apache.org/jira/browse/IGNITE-17027
> Project: Ignite
>  Issue Type: Bug
>  Components: sql
>Reporter: Luchnikov Alexander
>Priority: Minor
>  Labels: ise
> Attachments: IndexSetArgsAndCastTest.patch
>
>
> Description of the case, in some environment, the DML operation does not 
> delete all data (this DML delete operation is an example). To reproduce the 
> problem, you must:
> # Create a table with a varchar field.
> # Create an index on the given field.
> # Fill the table with data, use int as the value.
> # Delete data by specifying in the DML operation, as a condition, an indexed 
> value, without String.valueOf(intValue)
> The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in 
> indexOnAutocastOff() test.
> The result of all tests should be the same, specifically in this example (DML 
> delete) - the number of entries in the cache, according to the result of each 
> test, should be equal to zero.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (IGNITE-17027) Incorrect result of the DML delete operation, in some environment

2022-05-24 Thread Luchnikov Alexander (Jira)


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

Luchnikov Alexander updated IGNITE-17027:
-
Description: 
Description of the case, in some environment, the DML operation does not delete 
all data (this DML delete operation is an example). To reproduce the problem, 
you must:
# Create a table with a varchar field.
# Create an index on the given field.
# Fill the table with data, use int as the value.
# Delete data by specifying in the DML operation, as a condition, an indexed 
value, without String.valueOf(intValue)

The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in 
indexOnAutocastOff() test.

The result of all tests should be the same, specifically in this example (DML 
delete) - the number of entries in the cache, according to the result of each 
test, should be equal to zero.

  was:
Description of the case, in some environment, the DML operation does not delete 
all data (this DML delete operation is an example). To reproduce the problem, 
you must:
# Create a table with a varchar field.
# Create an index on the given field.
# Fill the table with data, use int as the value.
# Delete data by specifying in the DML operation, as a condition, an indexed 
value, without String.valueOf(intValue)

The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in 
indexOnAutocastOff() test.


>  Incorrect result of the DML delete operation, in some environment
> --
>
> Key: IGNITE-17027
> URL: https://issues.apache.org/jira/browse/IGNITE-17027
> Project: Ignite
>  Issue Type: Bug
>Reporter: Luchnikov Alexander
>Priority: Minor
>  Labels: ise
> Attachments: IndexSetArgsAndCastTest.patch
>
>
> Description of the case, in some environment, the DML operation does not 
> delete all data (this DML delete operation is an example). To reproduce the 
> problem, you must:
> # Create a table with a varchar field.
> # Create an index on the given field.
> # Fill the table with data, use int as the value.
> # Delete data by specifying in the DML operation, as a condition, an indexed 
> value, without String.valueOf(intValue)
> The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in 
> indexOnAutocastOff() test.
> The result of all tests should be the same, specifically in this example (DML 
> delete) - the number of entries in the cache, according to the result of each 
> test, should be equal to zero.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (IGNITE-17027) Incorrect result of the DML delete operation, in some environment

2022-05-24 Thread Luchnikov Alexander (Jira)


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

Luchnikov Alexander updated IGNITE-17027:
-
Description: 
Description of the case, in some environment, the DML operation does not delete 
all data (this DML delete operation is an example). To reproduce the problem, 
you must:
# Create a table with a varchar field.
# Create an index on the given field.
# Fill the table with data, use int as the value.
# Delete data by specifying in the DML operation, as a condition, an indexed 
value, without String.valueOf(intValue)

The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in 
indexOnAutocastOff() test.

  was:
Description of the case, in some environment, the DML operation does not delete 
all data (this DML delete operation is an example). To reproduce the problem, 
you must:
# Create a table with a varchar field.
# Create an index on the given field.
# Fill the table with data.
# Delete data by specifying in the DML operation, as a condition, an indexed 
value.

The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in 
indexOnAutocastOff() test.


>  Incorrect result of the DML delete operation, in some environment
> --
>
> Key: IGNITE-17027
> URL: https://issues.apache.org/jira/browse/IGNITE-17027
> Project: Ignite
>  Issue Type: Bug
>Reporter: Luchnikov Alexander
>Priority: Minor
>  Labels: ise
> Attachments: IndexSetArgsAndCastTest.patch
>
>
> Description of the case, in some environment, the DML operation does not 
> delete all data (this DML delete operation is an example). To reproduce the 
> problem, you must:
> # Create a table with a varchar field.
> # Create an index on the given field.
> # Fill the table with data, use int as the value.
> # Delete data by specifying in the DML operation, as a condition, an indexed 
> value, without String.valueOf(intValue)
> The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in 
> indexOnAutocastOff() test.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (IGNITE-17027) Incorrect result of the DML delete operation, in some environment

2022-05-24 Thread Luchnikov Alexander (Jira)


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

Luchnikov Alexander updated IGNITE-17027:
-
Description: 
Description of the case, in some environment, the DML operation does not delete 
all data (this DML delete operation is an example). To reproduce the problem, 
you must:
# Create a table with a varchar field.
# Create an index on the given field.
# Fill the table with data.
# Delete data by specifying in the DML operation, as a condition, an indexed 
value.

The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in 
indexOnAutocastOff() test.

  was:
Description of the case, in some environment, the DML operation does not delete 
all data (this DML delete operation is an example). To reproduce the problem, 
you must:
# Create a table with a varchar field.
# Create an index on the given field.
# Fill the table with data.
# Delete data by specifying in the DML operation, as a condition, an indexed 
value.
The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in 
indexOnAutocastOff() test.


>  Incorrect result of the DML delete operation, in some environment
> --
>
> Key: IGNITE-17027
> URL: https://issues.apache.org/jira/browse/IGNITE-17027
> Project: Ignite
>  Issue Type: Bug
>Reporter: Luchnikov Alexander
>Priority: Minor
>  Labels: ise
> Attachments: IndexSetArgsAndCastTest.patch
>
>
> Description of the case, in some environment, the DML operation does not 
> delete all data (this DML delete operation is an example). To reproduce the 
> problem, you must:
> # Create a table with a varchar field.
> # Create an index on the given field.
> # Fill the table with data.
> # Delete data by specifying in the DML operation, as a condition, an indexed 
> value.
> The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in 
> indexOnAutocastOff() test.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (IGNITE-17027) Incorrect result of the DML delete operation, in some environment

2022-05-24 Thread Luchnikov Alexander (Jira)


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

Luchnikov Alexander updated IGNITE-17027:
-
Description: 
Description of the case, in some environment, the DML operation does not delete 
all data (this DML delete operation is an example). To reproduce the problem, 
you must:
# Create a table with a varchar field.
# Create an index on the given field.
# Fill the table with data.
# Delete data by specifying in the DML operation, as a condition, an indexed 
value.
The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in 
indexOnAutocastOff() test.

  was:
Case descriptions, in some environment,

The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in 
indexOnAutocastOff() test.


>  Incorrect result of the DML delete operation, in some environment
> --
>
> Key: IGNITE-17027
> URL: https://issues.apache.org/jira/browse/IGNITE-17027
> Project: Ignite
>  Issue Type: Bug
>Reporter: Luchnikov Alexander
>Priority: Minor
>  Labels: ise
> Attachments: IndexSetArgsAndCastTest.patch
>
>
> Description of the case, in some environment, the DML operation does not 
> delete all data (this DML delete operation is an example). To reproduce the 
> problem, you must:
> # Create a table with a varchar field.
> # Create an index on the given field.
> # Fill the table with data.
> # Delete data by specifying in the DML operation, as a condition, an indexed 
> value.
> The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in 
> indexOnAutocastOff() test.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (IGNITE-17027) Incorrect result of the DML delete operation, in some environment

2022-05-24 Thread Luchnikov Alexander (Jira)


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

Luchnikov Alexander updated IGNITE-17027:
-
Description: 
Case descriptions, in some environment,

The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in 
indexOnAutocastOff() test.

  was:
Case descriptions, шт ыщьу

The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in 
indexOnAutocastOff() test.


>  Incorrect result of the DML delete operation, in some environment
> --
>
> Key: IGNITE-17027
> URL: https://issues.apache.org/jira/browse/IGNITE-17027
> Project: Ignite
>  Issue Type: Bug
>Reporter: Luchnikov Alexander
>Priority: Minor
>  Labels: ise
> Attachments: IndexSetArgsAndCastTest.patch
>
>
> Case descriptions, in some environment,
> The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in 
> indexOnAutocastOff() test.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (IGNITE-17027) Incorrect result of the DML delete operation, in some environment

2022-05-24 Thread Luchnikov Alexander (Jira)


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

Luchnikov Alexander updated IGNITE-17027:
-
Description: 
Case descriptions, шт ыщьу

The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in 
indexOnAutocastOff() test.

  was:
Case descriptions:
# 

The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in 
indexOnAutocastOff() test.


>  Incorrect result of the DML delete operation, in some environment
> --
>
> Key: IGNITE-17027
> URL: https://issues.apache.org/jira/browse/IGNITE-17027
> Project: Ignite
>  Issue Type: Bug
>Reporter: Luchnikov Alexander
>Priority: Minor
>  Labels: ise
> Attachments: IndexSetArgsAndCastTest.patch
>
>
> Case descriptions, шт ыщьу
> The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in 
> indexOnAutocastOff() test.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (IGNITE-17027) Incorrect result of the DML delete operation, in some environment

2022-05-24 Thread Luchnikov Alexander (Jira)


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

Luchnikov Alexander updated IGNITE-17027:
-
Description: 
Case descriptions:
# 

The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in 
indexOnAutocastOff() test.

  was:
Case descriptions:
# 

The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior.


>  Incorrect result of the DML delete operation, in some environment
> --
>
> Key: IGNITE-17027
> URL: https://issues.apache.org/jira/browse/IGNITE-17027
> Project: Ignite
>  Issue Type: Bug
>Reporter: Luchnikov Alexander
>Priority: Minor
>  Labels: ise
> Attachments: IndexSetArgsAndCastTest.patch
>
>
> Case descriptions:
> # 
> The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in 
> indexOnAutocastOff() test.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (IGNITE-17027) Incorrect result of the DML delete operation, in some environment

2022-05-24 Thread Luchnikov Alexander (Jira)


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

Luchnikov Alexander updated IGNITE-17027:
-
Description: 
Case descriptions:
# 

The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior.

  was:
Case descriptions:
# 
The reproducer() shows this behavior.


>  Incorrect result of the DML delete operation, in some environment
> --
>
> Key: IGNITE-17027
> URL: https://issues.apache.org/jira/browse/IGNITE-17027
> Project: Ignite
>  Issue Type: Bug
>Reporter: Luchnikov Alexander
>Priority: Minor
>  Labels: ise
> Attachments: IndexSetArgsAndCastTest.patch
>
>
> Case descriptions:
> # 
> The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (IGNITE-17027) Incorrect result of the DML delete operation, in some environment

2022-05-24 Thread Luchnikov Alexander (Jira)


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

Luchnikov Alexander updated IGNITE-17027:
-
Labels: ise  (was: )

>  Incorrect result of the DML delete operation, in some environment
> --
>
> Key: IGNITE-17027
> URL: https://issues.apache.org/jira/browse/IGNITE-17027
> Project: Ignite
>  Issue Type: Bug
>Reporter: Luchnikov Alexander
>Priority: Minor
>  Labels: ise
> Attachments: IndexSetArgsAndCastTest.patch
>
>
> Case descriptions:
> # 
> The reproducer() shows this behavior.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)