You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by Dave Fisher <wa...@apache.org> on 2023/05/09 16:43:29 UTC

Re: PR #20243: [fix] [broker] [Branch-2.10] Upgrade rocksDB version to 6.29.4.1 to keep in sync with BookKeeper's RocksDB version

The cherry pick of this RocksDB version is causing a conflict and the 2.10 branch is not usable since this PR was merged.

In the Bookie log: 
java.lang.NoSuchMethodError: 'org.rocksdb.ReadOptions org.rocksdb.ReadOptions.setIterateUpperBound(org.rocksdb.Slice)’

Maybe this is caused by conflict with another PR that was also merged two days ago.

Please look into this.

Best,
Dave

> On May 9, 2023, at 9:33 AM, dave2wave (via GitHub) <gi...@apache.org> wrote:
> 
> 
> dave2wave commented on PR #20243:
> URL: https://github.com/apache/pulsar/pull/20243#issuecomment-1540505700
> 
>   Since the merge of this some of our Pulsar 2.10 integration tests are failing these include errors like:
> 
> 
> -- 
> This is an automated message from the Apache Git Service.
> To respond to the message, please log on to GitHub and use the
> URL above to go to the specific comment.
> 
> To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org
> 
> For queries about this service, please contact Infrastructure at:
> users@infra.apache.org
> 


Re: PR #20243: [fix] [broker] [Branch-2.10] Upgrade rocksDB version to 6.29.4.1 to keep in sync with BookKeeper's RocksDB version

Posted by Dave Fisher <wa...@apache.org>.
And tests using the 2.9 branch also fail in the same way with the same error.

Please revert these RocksDB upgrades made to 2.9 and 2.10.

Best,
Dave

> On May 9, 2023, at 9:43 AM, Dave Fisher <wa...@apache.org> wrote:
> 
> The cherry pick of this RocksDB version is causing a conflict and the 2.10 branch is not usable since this PR was merged.
> 
> In the Bookie log: 
> java.lang.NoSuchMethodError: 'org.rocksdb.ReadOptions org.rocksdb.ReadOptions.setIterateUpperBound(org.rocksdb.Slice)’
> 
> Maybe this is caused by conflict with another PR that was also merged two days ago.
> 
> Please look into this.
> 
> Best,
> Dave
> 
>> On May 9, 2023, at 9:33 AM, dave2wave (via GitHub) <gi...@apache.org> wrote:
>> 
>> 
>> dave2wave commented on PR #20243:
>> URL: https://github.com/apache/pulsar/pull/20243#issuecomment-1540505700
>> 
>>  Since the merge of this some of our Pulsar 2.10 integration tests are failing these include errors like:
>> 
>> 
>> -- 
>> This is an automated message from the Apache Git Service.
>> To respond to the message, please log on to GitHub and use the
>> URL above to go to the specific comment.
>> 
>> To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org
>> 
>> For queries about this service, please contact Infrastructure at:
>> users@infra.apache.org
>> 
>