4 Replies Latest reply on Feb 26, 2013 3:08 AM by ravi_madoori

    dropped message from (not in table)

    pisadr

      We have an EAR deployed in weblogic cluster on linux (uses infirnispan cache). Everything was working fine until yesterday. Linux ops has upgraded the kernel and somehow the weblogic cluster is not working (the nodes are not in sync.) We are using infinispan-5.0.0.FINAL version.

        • 1. Re: dropped message from (not in table)
          dan.berindei

          The problem could be related to IPv6, so you should try starting the servers with -Djava.net.preferIPv4Stack=true.

           

          If that doesn't solve your problem, you should attach your JGroups config and also some logs with TRACE on for org.jgroups.

          • 2. Re: dropped message from (not in table)
            ravi_madoori

            Hi,  im frequently getting below log message in the logs and its continously printing, until we restart the server. Can you please let me know, what it means..

             

            WARN [org.jgroups.protocols.pbcast.NAKACK] (OOB-586,dpavsbop-30921) dpavsbop-30921: dropped message 5780 from dpavsbpt-24042 (sender not in table [dpavsbop-15222, dpavsbop-30921, dpavsbpt-13631, dpavsbpt-46933, dpavsbop-36554, dpavsbop-30265, dpavsbop-8364, dpavsbop-11926, dpavsbop-52980, dpavsbop-27944]), view=MergeView::[dpavsbop-15222|23] [dpavsbop-15222, dpavsbop-36554, dpavsbop-8364, dpavsbpt-13631, dpavsbop-30265, dpavsbpt-46933, dpavsbop-52980, dpavsbop-11926, dpavsbop-27944, dpavsbop-30921], subgroups=[dpavsbop-15222|21] [dpavsbop-36554], [dpavsbop-15222|22] [dpavsbop-15222, dpavsbop-8364, dpavsbpt-13631, dpavsbop-30265, dpavsbpt-46933, dpavsbop-52980, dpavsbop-11926, dpavsbop-27944, dpavsbop-30921]

            • 3. Re: dropped message from (not in table)
              mircea.markus

              most likely dpavsbpt-24042 has left the cluster e.g. because of a network hiccup (logs should tell you more) and it still thinks it is part of the cluster so keeps sending messages.

              • 4. Re: dropped message from (not in table)
                ravi_madoori

                Thanks Markus for ur reply,

                 

                We have 2 app servers (dpavsbop,dpavsbpt) and deployed application in both the servers and the Cache data is shared across two servers, but always one of the application node is failing and getting the below logs

                 

                2013-02-25 16:46:52,077 WARN  [org.infinispan.commands.control.CacheViewControlCommand] (OOB-342,dpavsbop-30067) ISPN000071: Caught exception when handling command CacheViewControlCommand{cache=MainCustomerPartnerCache, type=PREPARE_VIEW, sender=dpavsbop-60999, newViewId=40, newMembers=[dpavsbop-60999, dpavsbop-20312, dpavsbop-57358, dpavsbop-7195, dpavsbop-31894, dpavsbop-32958, dpavsbop-54180, dpavsbop-30067], oldViewId=37, oldMembers=[dpavsbop-32958, dpavsbop-60999, dpavsbop-7195, dpavsbop-30067, dpavsbop-31894, dpavsbpt-51837, dpavsbpt-33638, dpavsbpt-54714]}

                2013-02-25 16:46:52,081 ERROR [org.infinispan.cacheviews.CacheViewsManagerImpl] (CacheViewInstaller-108,dpavsbop-60999) ISPN000172: Failed to prepare view CacheView{viewId=40, members=[dpavsbop-60999, dpavsbop-20312, dpavsbop-57358, dpavsbop-7195, dpavsbop-31894, dpavsbop-32958, dpavsbop-54180, dpavsbop-30067]} for cache  MainCustomerPartnerCache, rolling back to view CacheView{viewId=37, members=[dpavsbop-32958, dpavsbop-60999, dpavsbop-7195, dpavsbop-30067, dpavsbop-31894, dpavsbpt-51837, dpavsbpt-33638, dpavsbpt-54714]}

                2013-02-25 16:46:52,084 ERROR [org.infinispan.cacheviews.CacheViewInfo] (OOB-381,dpavsbop-57358) ISPN000164: Rolling back to cache view 37, but last committed view is 29

                 

                All the applications are working fine and after running it for sometime, we are getting the above logs continously and cache replication is also not working. We will have to restart the server everytime because of the above issue.

                 

                Can you please help me to resolve the above issue.