Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-13102

MarshallableUserObject marshaller not overridden happens without await state transfer

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 12.1.4.Final
    • Marshalling
    • None
    • Hide

      1. Start the first node
      java -Djgroups.bind.address=127.0.0.1 -Dquarkus.http.port=8100 -Ddata.dir=data1 -jar infinispan-rocksdb-1.0-SNAPSHOT-runner.jar

      2. Then fill up caches
      ab -n 2000000 -c 20 -k -m put http://localhost:8100/test

      ab -n 500000 -c 20 -k -m put http://localhost:8100/indexed

      3. After that, start the second node
      java -Djgroups.bind.address=127.0.0.1 -Dquarkus.http.port=8101 -Ddata.dir=data2 -jar infinispan-rocksdb-1.0-SNAPSHOT-runner.jar 

      Show
      1. Start the first node java -Djgroups.bind.address=127.0.0.1 -Dquarkus.http.port=8100 -Ddata.dir=data1 -jar infinispan-rocksdb-1.0-SNAPSHOT-runner.jar 2. Then fill up caches ab -n 2000000 -c 20 -k -m put http://localhost:8100/test ab -n 500000 -c 20 -k -m put http://localhost:8100/indexed 3. After that, start the second node java -Djgroups.bind.address=127.0.0.1 -Dquarkus.http.port=8101 -Ddata.dir=data2 -jar infinispan-rocksdb-1.0-SNAPSHOT-runner.jar 
    • Workaround Exists
    • Hide

      Enable await state transfer

      Show
      Enable await state transfer
    • Undefined

    Description

      I have a test cluster with 2 embedded nodes (Infinispan 12.1.4.Final). I use two replicated caches with RocksDB cache-store and without await state transfer. I get that exception "MarshallableUserObject marshaller not overridden in SerializationContext" when I start the second node.

      I've created a project to produce that issue: https://github.com/IamUndef/infinispan-rocksdb

      java -version
      OpenJDK version "11.0.8" 2020-07-14
      OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.8+10)
      OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.8+10, mixed mode)

      Attachments

        Activity

          People

            Unassigned Unassigned
            sergey.aganin@gmail.com Sergey Aganin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: