[jira] [Commented] (GEODE-7178) Older versions of Native Client broken in 1.9+ due to missing compatibility code

2019-09-13 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-7178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16929580#comment-16929580
 ] 

ASF subversion and git services commented on GEODE-7178:


Commit 7d924380061c20c8899c71cd4f87e6e299574b44 in geode's branch 
refs/heads/release/1.10.0 from M. Oleske
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=7d92438 ]

GEODE-7178: Check operation if instance of Byte and Destroy for older… (#4041)

* GEODE-7178: Check operation if instance of Byte and Destroy for older native 
clients

- Move getOperation to Put65 and Destroy65

Co-authored-by: Michael Oleske 
Co-authored-by: Vince Ford 
Co-authored-by: Jacob Barrett 

> Older versions of Native Client broken in 1.9+ due to missing compatibility 
> code
> 
>
> Key: GEODE-7178
> URL: https://issues.apache.org/jira/browse/GEODE-7178
> Project: Geode
>  Issue Type: Bug
>  Components: messaging
>Reporter: Blake Bender
>Priority: Major
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> When getting a request to perform an operation, the code does not check for 
> instance of Byte.  Native client sends the operation as a Byte, which 
> currently cause Geode to throws a
> {{java.lang.ClassCastException: class java.lang.Byte cannot be cast to class 
> org.apache.geode.cache.Operation}}
>  
> Server versions prior to 1.9.0 had a compatibility check for this Byte



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


[jira] [Commented] (GEODE-7178) Older versions of Native Client broken in 1.9+ due to missing compatibility code

2019-09-13 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-7178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16929582#comment-16929582
 ] 

ASF subversion and git services commented on GEODE-7178:


Commit cbc126ca60631f39c8d57c89c6b3312f5d2ad607 in geode's branch 
refs/heads/release/1.10.0 from Dick Cavender
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=cbc126c ]

Merge pull request #4049 from moleske/cherry-pick-GEODE-7178

GEODE-7178: Check operation if instance of Byte and Destroy for older…

> Older versions of Native Client broken in 1.9+ due to missing compatibility 
> code
> 
>
> Key: GEODE-7178
> URL: https://issues.apache.org/jira/browse/GEODE-7178
> Project: Geode
>  Issue Type: Bug
>  Components: messaging
>Reporter: Blake Bender
>Priority: Major
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> When getting a request to perform an operation, the code does not check for 
> instance of Byte.  Native client sends the operation as a Byte, which 
> currently cause Geode to throws a
> {{java.lang.ClassCastException: class java.lang.Byte cannot be cast to class 
> org.apache.geode.cache.Operation}}
>  
> Server versions prior to 1.9.0 had a compatibility check for this Byte



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


[jira] [Commented] (GEODE-7178) Older versions of Native Client broken in 1.9+ due to missing compatibility code

2019-09-13 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-7178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16929581#comment-16929581
 ] 

ASF subversion and git services commented on GEODE-7178:


Commit 7d924380061c20c8899c71cd4f87e6e299574b44 in geode's branch 
refs/heads/release/1.10.0 from M. Oleske
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=7d92438 ]

GEODE-7178: Check operation if instance of Byte and Destroy for older… (#4041)

* GEODE-7178: Check operation if instance of Byte and Destroy for older native 
clients

- Move getOperation to Put65 and Destroy65

Co-authored-by: Michael Oleske 
Co-authored-by: Vince Ford 
Co-authored-by: Jacob Barrett 

> Older versions of Native Client broken in 1.9+ due to missing compatibility 
> code
> 
>
> Key: GEODE-7178
> URL: https://issues.apache.org/jira/browse/GEODE-7178
> Project: Geode
>  Issue Type: Bug
>  Components: messaging
>Reporter: Blake Bender
>Priority: Major
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> When getting a request to perform an operation, the code does not check for 
> instance of Byte.  Native client sends the operation as a Byte, which 
> currently cause Geode to throws a
> {{java.lang.ClassCastException: class java.lang.Byte cannot be cast to class 
> org.apache.geode.cache.Operation}}
>  
> Server versions prior to 1.9.0 had a compatibility check for this Byte



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


[jira] [Commented] (GEODE-7178) Older versions of Native Client broken in 1.9+ due to missing compatibility code

2019-09-13 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-7178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16929583#comment-16929583
 ] 

ASF subversion and git services commented on GEODE-7178:


Commit cbc126ca60631f39c8d57c89c6b3312f5d2ad607 in geode's branch 
refs/heads/release/1.10.0 from Dick Cavender
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=cbc126c ]

Merge pull request #4049 from moleske/cherry-pick-GEODE-7178

GEODE-7178: Check operation if instance of Byte and Destroy for older…

> Older versions of Native Client broken in 1.9+ due to missing compatibility 
> code
> 
>
> Key: GEODE-7178
> URL: https://issues.apache.org/jira/browse/GEODE-7178
> Project: Geode
>  Issue Type: Bug
>  Components: messaging
>Reporter: Blake Bender
>Priority: Major
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> When getting a request to perform an operation, the code does not check for 
> instance of Byte.  Native client sends the operation as a Byte, which 
> currently cause Geode to throws a
> {{java.lang.ClassCastException: class java.lang.Byte cannot be cast to class 
> org.apache.geode.cache.Operation}}
>  
> Server versions prior to 1.9.0 had a compatibility check for this Byte



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


[jira] [Commented] (GEODE-7178) Older versions of Native Client broken in 1.9+ due to missing compatibility code

2019-09-13 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-7178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16929420#comment-16929420
 ] 

ASF subversion and git services commented on GEODE-7178:


Commit 91176d61df64bf1390cdba7b1cdc2b40cdfaba3a in geode's branch 
refs/heads/feature/GEODE-7196 from M. Oleske
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=91176d6 ]

GEODE-7178: Check operation if instance of Byte and Destroy for older… (#4041)

* GEODE-7178: Check operation if instance of Byte and Destroy for older native 
clients

- Move getOperation to Put65 and Destroy65

Co-authored-by: Michael Oleske 
Co-authored-by: Vince Ford 
Co-authored-by: Jacob Barrett 

> Older versions of Native Client broken in 1.9+ due to missing compatibility 
> code
> 
>
> Key: GEODE-7178
> URL: https://issues.apache.org/jira/browse/GEODE-7178
> Project: Geode
>  Issue Type: Bug
>  Components: messaging
>Reporter: Blake Bender
>Priority: Major
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> When getting a request to perform an operation, the code does not check for 
> instance of Byte.  Native client sends the operation as a Byte, which 
> currently cause Geode to throws a
> {{java.lang.ClassCastException: class java.lang.Byte cannot be cast to class 
> org.apache.geode.cache.Operation}}
>  
> Server versions prior to 1.9.0 had a compatibility check for this Byte



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


[jira] [Commented] (GEODE-7178) Older versions of Native Client broken in 1.9+ due to missing compatibility code

2019-09-13 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-7178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16929421#comment-16929421
 ] 

ASF subversion and git services commented on GEODE-7178:


Commit 91176d61df64bf1390cdba7b1cdc2b40cdfaba3a in geode's branch 
refs/heads/feature/GEODE-7196 from M. Oleske
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=91176d6 ]

GEODE-7178: Check operation if instance of Byte and Destroy for older… (#4041)

* GEODE-7178: Check operation if instance of Byte and Destroy for older native 
clients

- Move getOperation to Put65 and Destroy65

Co-authored-by: Michael Oleske 
Co-authored-by: Vince Ford 
Co-authored-by: Jacob Barrett 

> Older versions of Native Client broken in 1.9+ due to missing compatibility 
> code
> 
>
> Key: GEODE-7178
> URL: https://issues.apache.org/jira/browse/GEODE-7178
> Project: Geode
>  Issue Type: Bug
>  Components: messaging
>Reporter: Blake Bender
>Priority: Major
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> When getting a request to perform an operation, the code does not check for 
> instance of Byte.  Native client sends the operation as a Byte, which 
> currently cause Geode to throws a
> {{java.lang.ClassCastException: class java.lang.Byte cannot be cast to class 
> org.apache.geode.cache.Operation}}
>  
> Server versions prior to 1.9.0 had a compatibility check for this Byte



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


[jira] [Commented] (GEODE-7178) Older versions of Native Client broken in 1.9+ due to missing compatibility code

2019-09-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-7178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928733#comment-16928733
 ] 

ASF subversion and git services commented on GEODE-7178:


Commit 91176d61df64bf1390cdba7b1cdc2b40cdfaba3a in geode's branch 
refs/heads/develop from M. Oleske
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=91176d6 ]

GEODE-7178: Check operation if instance of Byte and Destroy for older… (#4041)

* GEODE-7178: Check operation if instance of Byte and Destroy for older native 
clients

- Move getOperation to Put65 and Destroy65

Co-authored-by: Michael Oleske 
Co-authored-by: Vince Ford 
Co-authored-by: Jacob Barrett 

> Older versions of Native Client broken in 1.9+ due to missing compatibility 
> code
> 
>
> Key: GEODE-7178
> URL: https://issues.apache.org/jira/browse/GEODE-7178
> Project: Geode
>  Issue Type: Bug
>  Components: messaging
>Reporter: Blake Bender
>Priority: Major
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> When getting a request to perform an operation, the code does not check for 
> instance of Byte.  Native client sends the operation as a Byte, which 
> currently cause Geode to throws a
> {{java.lang.ClassCastException: class java.lang.Byte cannot be cast to class 
> org.apache.geode.cache.Operation}}
>  
> Server versions prior to 1.9.0 had a compatibility check for this Byte



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


[jira] [Commented] (GEODE-7178) Older versions of Native Client broken in 1.9+ due to missing compatibility code

2019-09-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-7178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928732#comment-16928732
 ] 

ASF subversion and git services commented on GEODE-7178:


Commit 91176d61df64bf1390cdba7b1cdc2b40cdfaba3a in geode's branch 
refs/heads/develop from M. Oleske
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=91176d6 ]

GEODE-7178: Check operation if instance of Byte and Destroy for older… (#4041)

* GEODE-7178: Check operation if instance of Byte and Destroy for older native 
clients

- Move getOperation to Put65 and Destroy65

Co-authored-by: Michael Oleske 
Co-authored-by: Vince Ford 
Co-authored-by: Jacob Barrett 

> Older versions of Native Client broken in 1.9+ due to missing compatibility 
> code
> 
>
> Key: GEODE-7178
> URL: https://issues.apache.org/jira/browse/GEODE-7178
> Project: Geode
>  Issue Type: Bug
>  Components: messaging
>Reporter: Blake Bender
>Priority: Major
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> When getting a request to perform an operation, the code does not check for 
> instance of Byte.  Native client sends the operation as a Byte, which 
> currently cause Geode to throws a
> {{java.lang.ClassCastException: class java.lang.Byte cannot be cast to class 
> org.apache.geode.cache.Operation}}
>  
> Server versions prior to 1.9.0 had a compatibility check for this Byte



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