2022-03-14 07:20:14.430+0000 INFO [o.n.k.i.p.Procedures] starting batching from ` CALL apoc.load.jdbc("jdbc:oracle:thin:rilprod/jioprod@10.147.161.47:1522/XCOMSTB2","select 'JioSite-XX-XX-XX-'||SITE_INST_ID uuid,a.SITE_INST_ID, a.SITE_HUM_ID, a.CLLI, a.NUM, a.BASE_NUM, a.LATITUDE, a.LONGITUDE, a.RESTRICTIONS, a.CONTACTS, a.ADDRESS, a.POST_CODE_1, a.POST_CODE_2, a.CITY, a.STATE_PROV, a.COUNTY, a.COUNTRY, a.ROOM, a.FLOOR, a.NPA_NXX, a.COMMENTS, TO_CHAR(nvl(LAST_MOD_TS,'01-JAN-9999'),'YYYY-MM-DD HH24:MI:SS')LAST_MOD_TS, a.LAST_MOD_BY, a.INST_VER, TO_CHAR(nvl(LOCK_TS,'01-JAN-9999'),'YYYY-MM-DD HH24:MI:SS')LOCK_TS, a.LOCK_BY, a.PARENT_SITE_INST_ID, a.STATUS, a.FPLAN_DEPTH, a.FPLAN_WIDTH, a.FPLAN_HEIGHT, a.FPLAN_NAME, a.FPLAN_ORIGIN_X, a.FPLAN_ORIGIN_Y from SITE_INST a where SITE_INST_ID >=1000 AND SITE_INST_ID <= 1000000 ") YIELD row ` operation using iteration `CREATE (n:Facility { _uuid: row.UUID}) SET n.site_inst_id = toInteger(row.SITE_INST_ID), n.name = row.SITE_HUM_ID, n.clli = row.CLLI, n.num = row.NUM, n.base_num = row.BASE_NUM, n.site_type = row.SITE_TYPE, n.site_id = row.SITE_ID, n.latitude = row.LATITUDE, n.longitude = row.LONGITUDE, n.attribute_group = row.ATTRIBUTE_GROUP, n.user_attribute = row.USER_ATTRIBUTE, n.user_value = row.USER_VALUE, n.restrictions = row.RESTRICTIONS, n.contacts = row.CONTACTS, n.address = row.ADDRESS, n.comments = row.COMMENTS, n.city = row.CITY, n.state_prov = row.STATE_PROV, n.county = row.COUNTY, n.post_code_1 = row.POST_CODE_1, n.post_code_2 = row.POST_CODE_2, n.country = row.COUNTRY, n.room = row.ROOM, n.floor = row.FLOOR, n.npa_nxx = row.NPA_NXX, n.last_mod_ts = row.LAST_MOD_TS, n.last_mod_by = row.LAST_MOD_BY, n.inst_ver = row.INST_VER, n.lock_ts = row.LOCK_TS, n.lock_by = row.LOCK_BY, n.parent_site_inst_id = toInteger(row.PARENT_SITE_INST_ID), n.status = row.STATUS ` in separate thread 2022-03-14 07:20:14.431+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 0 batch size 10000 2022-03-14 07:20:14.688+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 1 batch size 10000 2022-03-14 07:20:14.827+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 2 batch size 10000 2022-03-14 07:20:15.060+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=143, gcTime=121, gcCount=1} 2022-03-14 07:20:15.097+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 3 batch size 10000 2022-03-14 07:20:15.277+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 4 batch size 10000 2022-03-14 07:20:15.381+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 5 batch size 10000 2022-03-14 07:20:15.537+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 6 batch size 10000 2022-03-14 07:20:15.721+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 7 batch size 10000 2022-03-14 07:20:16.047+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=171, gcTime=232, gcCount=1} 2022-03-14 07:20:16.076+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 8 batch size 10000 2022-03-14 07:20:16.354+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 9 batch size 10000 2022-03-14 07:20:16.573+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=117, gcTime=71, gcCount=1} 2022-03-14 07:20:16.602+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 10 batch size 10000 2022-03-14 07:20:16.736+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 11 batch size 10000 2022-03-14 07:20:16.999+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 12 batch size 10000 2022-03-14 07:20:17.276+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 13 batch size 10000 2022-03-14 07:20:17.601+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 14 batch size 10000 2022-03-14 07:20:17.953+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 15 batch size 10000 2022-03-14 07:20:18.171+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 16 batch size 10000 2022-03-14 07:20:18.330+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 17 batch size 10000 2022-03-14 07:20:18.551+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=119, gcTime=128, gcCount=1} 2022-03-14 07:20:18.638+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 18 batch size 10000 2022-03-14 07:20:18.853+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 19 batch size 10000 2022-03-14 07:20:19.000+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=135, gcTime=118, gcCount=1} 2022-03-14 07:20:19.237+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 20 batch size 10000 2022-03-14 07:20:19.506+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 21 batch size 10000 2022-03-14 07:20:19.599+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 22 batch size 10000 2022-03-14 07:20:19.906+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 23 batch size 10000 2022-03-14 07:20:20.220+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 24 batch size 10000 2022-03-14 07:20:20.409+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 25 batch size 10000 2022-03-14 07:20:20.576+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 26 batch size 10000 2022-03-14 07:20:20.784+0000 INFO [o.n.k.NeoStoreDataSource] Rotated to transaction log [/home/weblogic/Kuwaiba_2_0_Stable/kuwaiba_2.0-stable/server/data/db/databases/kuwaiba.db/neostore.transaction.db.242] version=242, last transaction in previous log=498757 2022-03-14 07:20:20.815+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 27 batch size 10000 2022-03-14 07:20:21.149+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=203, gcTime=199, gcCount=1} 2022-03-14 07:20:21.236+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 28 batch size 10000 2022-03-14 07:20:21.454+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 29 batch size 10000 2022-03-14 07:20:21.574+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 30 batch size 10000 2022-03-14 07:20:21.781+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=117, gcTime=189, gcCount=1} 2022-03-14 07:20:21.970+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 31 batch size 10000 2022-03-14 07:20:22.254+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 32 batch size 10000 2022-03-14 07:20:22.455+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 33 batch size 10000 2022-03-14 07:20:22.708+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 34 batch size 10000 2022-03-14 07:20:22.823+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 35 batch size 10000 2022-03-14 07:20:22.934+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 36 batch size 10000 2022-03-14 07:20:23.056+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 37 batch size 10000 2022-03-14 07:20:23.337+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=117, gcTime=191, gcCount=1} 2022-03-14 07:20:23.462+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 38 batch size 10000 2022-03-14 07:20:23.761+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 39 batch size 10000 2022-03-14 07:20:23.949+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 40 batch size 10000 2022-03-14 07:20:24.172+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 41 batch size 10000 2022-03-14 07:20:24.382+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 42 batch size 10000 2022-03-14 07:20:24.517+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 43 batch size 10000 2022-03-14 07:20:24.739+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 44 batch size 10000 2022-03-14 07:20:24.938+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=112, gcTime=111, gcCount=1} 2022-03-14 07:20:25.031+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 45 batch size 10000 2022-03-14 07:20:25.253+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 46 batch size 10000 2022-03-14 07:20:25.455+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 47 batch size 10000 2022-03-14 07:20:25.714+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 48 batch size 10000 2022-03-14 07:20:25.838+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 49 batch size 10000 2022-03-14 07:20:26.102+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 50 batch size 10000 2022-03-14 07:20:26.259+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 51 batch size 10000 2022-03-14 07:20:26.534+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 52 batch size 10000 2022-03-14 07:20:26.760+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 53 batch size 10000 2022-03-14 07:20:27.008+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 54 batch size 10000 2022-03-14 07:20:27.186+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 55 batch size 10000 2022-03-14 07:20:27.317+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=110, gcTime=84, gcCount=1} 2022-03-14 07:20:27.429+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 56 batch size 10000 2022-03-14 07:20:27.622+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=103, gcTime=134, gcCount=1} 2022-03-14 07:20:27.722+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 57 batch size 10000 2022-03-14 07:20:27.886+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 58 batch size 10000 2022-03-14 07:20:28.073+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 59 batch size 10000 2022-03-14 07:20:28.384+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:20:28.384+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:20:28.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:20:28.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:20:28.408+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:20:28.409+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:20:28.419+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 60 batch size 10000 2022-03-14 07:20:28.419+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:20:28.420+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:20:28.420+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:20:28.420+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:20:28.573+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 61 batch size 10000 2022-03-14 07:20:28.763+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=121, gcTime=121, gcCount=1} 2022-03-14 07:20:28.855+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 62 batch size 10000 2022-03-14 07:20:29.026+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 63 batch size 10000 2022-03-14 07:20:29.067+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:20:29.077+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:20:29.077+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:20:29.312+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:20:29.312+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:20:29.313+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:20:29.340+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:20:29.340+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:20:29.349+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:20:29.371+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 64 batch size 10000 2022-03-14 07:20:29.412+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:20:29.412+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:20:29.412+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:20:29.518+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:20:29.518+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:20:29.518+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:20:29.531+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:20:29.531+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:20:29.543+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:20:29.544+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 65 batch size 10000 2022-03-14 07:20:29.725+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:20:29.725+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:20:29.725+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:20:29.776+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:20:29.776+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:20:29.776+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:20:29.828+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 66 batch size 10000 2022-03-14 07:20:30.134+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 67 batch size 10000 2022-03-14 07:20:30.441+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 68 batch size 10000 2022-03-14 07:20:30.733+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 69 batch size 10000 2022-03-14 07:20:31.031+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 70 batch size 10000 2022-03-14 07:20:31.211+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 71 batch size 10000 2022-03-14 07:20:31.420+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=118, gcTime=131, gcCount=1} 2022-03-14 07:20:31.508+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 72 batch size 10000 2022-03-14 07:20:31.672+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 73 batch size 10000 2022-03-14 07:20:31.882+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=161, gcTime=188, gcCount=1} 2022-03-14 07:20:32.002+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 74 batch size 10000 2022-03-14 07:20:32.298+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 75 batch size 10000 2022-03-14 07:20:32.552+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 76 batch size 10000 2022-03-14 07:20:32.804+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 77 batch size 10000 2022-03-14 07:20:33.013+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 78 batch size 10000 2022-03-14 07:20:33.237+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 79 batch size 10000 2022-03-14 07:20:37.566+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=138, gcTime=159, gcCount=1} 2022-03-14 07:20:38.215+0000 INFO [o.n.k.NeoStoreDataSource] Rotated to transaction log [/home/weblogic/Kuwaiba_2_0_Stable/kuwaiba_2.0-stable/server/data/db/databases/kuwaiba.db/neostore.transaction.db.243] version=243, last transaction in previous log=498795 2022-03-14 07:20:40.126+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=124, gcTime=120, gcCount=1} 2022-03-14 07:20:43.265+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=134, gcTime=171, gcCount=1} 2022-03-14 07:20:44.474+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=141, gcTime=177, gcCount=1} 2022-03-14 07:20:45.745+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=128, gcTime=195, gcCount=1} 2022-03-14 07:20:47.167+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=182, gcTime=197, gcCount=1} 2022-03-14 07:20:47.876+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=110, gcTime=151, gcCount=1} 2022-03-14 07:20:48.408+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:20:48.408+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:20:48.419+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:20:48.419+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:20:48.424+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:20:48.702+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:20:48.702+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=227, gcTime=234, gcCount=1} 2022-03-14 07:20:48.702+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:20:48.702+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:20:48.732+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=62 2022-03-14 07:20:48.733+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=125 2022-03-14 07:20:49.083+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:20:49.083+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:20:49.083+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:20:49.146+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=139, gcTime=134, gcCount=2} 2022-03-14 07:20:49.365+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:20:49.365+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:20:49.384+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:20:49.496+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:20:49.496+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:20:49.496+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:20:49.584+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:20:49.584+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:20:49.584+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:20:49.626+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:20:49.626+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:20:49.626+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:20:49.806+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:20:49.806+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:20:49.807+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:20:49.895+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:20:49.895+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:20:49.895+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:20:49.997+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:20:49.997+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:20:49.997+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:20:51.401+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=134, gcTime=170, gcCount=1} 2022-03-14 07:21:08.403+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:08.403+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:21:08.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:08.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:21:08.417+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:21:08.418+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:21:08.450+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:21:08.451+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:21:08.451+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:21:08.452+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:21:08.975+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:08.975+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:21:08.975+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:21:09.155+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:09.155+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:21:09.157+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:21:09.173+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:09.173+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:21:09.174+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:21:09.255+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:09.255+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:21:09.255+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:21:09.333+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:09.333+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:21:09.335+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:21:09.350+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:09.350+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:21:09.350+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:21:09.453+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:09.453+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:21:09.454+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:21:09.553+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:09.553+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:21:09.554+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:21:16.195+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=221, gcTime=245, gcCount=1} 2022-03-14 07:21:22.274+0000 INFO [o.n.k.i.s.c.CountsTracker] Rotated counts store at transaction 498831 to [/home/weblogic/Kuwaiba_2_0_Stable/kuwaiba_2.0-stable/server/data/db/databases/kuwaiba.db/neostore.counts.db.a], from [/home/weblogic/Kuwaiba_2_0_Stable/kuwaiba_2.0-stable/server/data/db/databases/kuwaiba.db/neostore.counts.db.b]. 2022-03-14 07:21:25.212+0000 INFO [o.n.k.i.t.l.c.CheckPointerImpl] Checkpoint triggered by scheduler for time threshold @ txId: 498751 checkpoint completed in 1m 32s 335ms 2022-03-14 07:21:25.457+0000 INFO [o.n.k.i.t.l.p.LogPruningImpl] No log version pruned, last checkpoint was made in version 241 2022-03-14 07:21:29.415+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:29.415+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:21:29.418+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:29.418+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:21:29.427+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:21:29.427+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:21:29.461+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:21:29.462+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:21:29.463+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:21:29.463+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:21:30.025+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:30.025+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:21:30.026+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:21:30.180+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:30.180+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:21:30.182+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:21:30.293+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:30.293+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:21:30.294+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:21:30.305+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:30.305+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:21:30.305+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:21:30.400+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:30.400+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:21:30.401+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:21:30.493+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:30.493+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:21:30.496+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:21:30.593+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:30.593+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:21:30.594+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:21:30.693+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:30.693+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:21:30.694+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:21:50.385+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:50.385+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:21:50.393+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:50.393+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:21:50.396+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:21:50.396+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:21:50.436+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:21:50.437+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:21:50.437+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:21:50.438+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:21:50.955+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:50.955+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:21:50.956+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:21:51.130+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:51.130+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:21:51.132+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:21:51.184+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:51.184+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:21:51.184+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:21:51.225+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:51.225+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:21:51.225+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:21:51.320+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:51.320+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:21:51.320+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:21:51.363+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:51.363+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:21:51.365+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:21:51.468+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:51.468+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:21:51.468+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:21:51.558+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:21:51.558+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:21:51.558+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:22:06.462+0000 INFO [o.n.k.i.p.Procedures] starting batching from ` CALL apoc.load.jdbc("jdbc:oracle:thin:rilprod/jioprod@10.147.161.47:1522/XCOMSTB2","select 'JioSite-XX-XX-XX-'||SITE_INST_ID uuid,a.SITE_INST_ID, a.SITE_HUM_ID, a.CLLI, a.NUM, a.BASE_NUM, a.LATITUDE, a.LONGITUDE, a.RESTRICTIONS, a.CONTACTS, a.ADDRESS, a.POST_CODE_1, a.POST_CODE_2, a.CITY, a.STATE_PROV, a.COUNTY, a.COUNTRY, a.ROOM, a.FLOOR, a.NPA_NXX, a.COMMENTS, TO_CHAR(nvl(LAST_MOD_TS,'01-JAN-9999'),'YYYY-MM-DD HH24:MI:SS')LAST_MOD_TS, a.LAST_MOD_BY, a.INST_VER, TO_CHAR(nvl(LOCK_TS,'01-JAN-9999'),'YYYY-MM-DD HH24:MI:SS')LOCK_TS, a.LOCK_BY, a.PARENT_SITE_INST_ID, a.STATUS, a.FPLAN_DEPTH, a.FPLAN_WIDTH, a.FPLAN_HEIGHT, a.FPLAN_NAME, a.FPLAN_ORIGIN_X, a.FPLAN_ORIGIN_Y from SITE_INST a where SITE_INST_ID >=1000000 AND SITE_INST_ID <= 2000000 ") YIELD row ` operation using iteration `CREATE (n:Facility { _uuid: row.UUID}) SET n.site_inst_id = toInteger(row.SITE_INST_ID), n.name = row.SITE_HUM_ID, n.clli = row.CLLI, n.num = row.NUM, n.base_num = row.BASE_NUM, n.site_type = row.SITE_TYPE, n.site_id = row.SITE_ID, n.latitude = row.LATITUDE, n.longitude = row.LONGITUDE, n.attribute_group = row.ATTRIBUTE_GROUP, n.user_attribute = row.USER_ATTRIBUTE, n.user_value = row.USER_VALUE, n.restrictions = row.RESTRICTIONS, n.contacts = row.CONTACTS, n.address = row.ADDRESS, n.comments = row.COMMENTS, n.city = row.CITY, n.state_prov = row.STATE_PROV, n.county = row.COUNTY, n.post_code_1 = row.POST_CODE_1, n.post_code_2 = row.POST_CODE_2, n.country = row.COUNTRY, n.room = row.ROOM, n.floor = row.FLOOR, n.npa_nxx = row.NPA_NXX, n.last_mod_ts = row.LAST_MOD_TS, n.last_mod_by = row.LAST_MOD_BY, n.inst_ver = row.INST_VER, n.lock_ts = row.LOCK_TS, n.lock_by = row.LOCK_BY, n.parent_site_inst_id = toInteger(row.PARENT_SITE_INST_ID), n.status = row.STATUS ` in separate thread 2022-03-14 07:22:06.462+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 0 batch size 10000 2022-03-14 07:22:06.654+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 1 batch size 10000 2022-03-14 07:22:06.767+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 2 batch size 10000 2022-03-14 07:22:06.868+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 3 batch size 10000 2022-03-14 07:22:07.130+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=144, gcTime=243, gcCount=1} 2022-03-14 07:22:07.224+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 4 batch size 10000 2022-03-14 07:22:07.686+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=345, gcTime=404, gcCount=1} 2022-03-14 07:22:07.805+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 5 batch size 10000 2022-03-14 07:22:07.909+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 6 batch size 10000 2022-03-14 07:22:08.322+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=328, gcTime=340, gcCount=1} 2022-03-14 07:22:08.444+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 7 batch size 10000 2022-03-14 07:22:08.669+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=141, gcTime=225, gcCount=1} 2022-03-14 07:22:09.024+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=148, gcTime=163, gcCount=1} 2022-03-14 07:22:09.080+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 8 batch size 10000 2022-03-14 07:22:09.367+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 9 batch size 10000 2022-03-14 07:22:09.500+0000 INFO [o.n.k.NeoStoreDataSource] Rotated to transaction log [/home/weblogic/Kuwaiba_2_0_Stable/kuwaiba_2.0-stable/server/data/db/databases/kuwaiba.db/neostore.transaction.db.244] version=244, last transaction in previous log=498833 2022-03-14 07:22:09.613+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 10 batch size 10000 2022-03-14 07:22:09.834+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 11 batch size 10000 2022-03-14 07:22:09.996+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 12 batch size 10000 2022-03-14 07:22:10.162+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 13 batch size 10000 2022-03-14 07:22:10.346+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 14 batch size 10000 2022-03-14 07:22:10.503+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 15 batch size 10000 2022-03-14 07:22:10.688+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 16 batch size 10000 2022-03-14 07:22:10.830+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 17 batch size 10000 2022-03-14 07:22:11.009+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 18 batch size 10000 2022-03-14 07:22:11.180+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 19 batch size 10000 2022-03-14 07:22:15.869+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:15.869+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:22:15.870+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:15.870+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:22:15.875+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:22:15.876+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:22:15.901+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:22:15.901+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=4664, gcTime=4615, gcCount=1} 2022-03-14 07:22:15.901+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:22:15.901+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:22:15.901+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:22:16.131+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 20 batch size 10000 2022-03-14 07:22:16.716+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:16.716+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:22:16.716+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:22:16.727+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=189, gcTime=250, gcCount=1} 2022-03-14 07:22:16.727+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:16.727+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:22:16.728+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 21 batch size 10000 2022-03-14 07:22:16.749+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:22:16.893+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:16.893+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:22:16.903+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:22:16.921+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 22 batch size 10000 2022-03-14 07:22:16.945+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:16.945+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:22:16.958+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:22:17.019+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:17.019+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:22:17.019+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:22:17.063+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:17.063+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:22:17.073+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:22:17.129+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 23 batch size 10000 2022-03-14 07:22:17.133+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:17.133+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:22:17.133+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:22:17.353+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=105, gcTime=115, gcCount=1} 2022-03-14 07:22:17.353+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:17.353+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:22:17.363+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 24 batch size 10000 2022-03-14 07:22:17.363+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:22:17.480+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 25 batch size 10000 2022-03-14 07:22:17.755+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 26 batch size 10000 2022-03-14 07:22:18.007+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 27 batch size 10000 2022-03-14 07:22:18.224+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 28 batch size 10000 2022-03-14 07:22:18.533+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 29 batch size 10000 2022-03-14 07:22:18.727+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 30 batch size 10000 2022-03-14 07:22:18.813+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 31 batch size 10000 2022-03-14 07:22:18.897+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 32 batch size 10000 2022-03-14 07:22:19.172+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=171, gcTime=227, gcCount=1} 2022-03-14 07:22:19.284+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 33 batch size 10000 2022-03-14 07:22:19.642+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 34 batch size 10000 2022-03-14 07:22:19.897+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 35 batch size 10000 2022-03-14 07:22:20.142+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 36 batch size 10000 2022-03-14 07:22:20.405+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 37 batch size 10000 2022-03-14 07:22:20.824+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 38 batch size 10000 2022-03-14 07:22:21.016+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 39 batch size 10000 2022-03-14 07:22:21.306+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 40 batch size 10000 2022-03-14 07:22:21.536+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 41 batch size 10000 2022-03-14 07:22:21.811+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 42 batch size 10000 2022-03-14 07:22:22.094+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 43 batch size 10000 2022-03-14 07:22:22.391+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 44 batch size 10000 2022-03-14 07:22:22.710+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 45 batch size 10000 2022-03-14 07:22:22.936+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 46 batch size 10000 2022-03-14 07:22:23.075+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 47 batch size 10000 2022-03-14 07:22:24.124+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=880, gcTime=936, gcCount=1} 2022-03-14 07:22:24.248+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 48 batch size 10000 2022-03-14 07:22:26.781+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=2352, gcTime=2350, gcCount=1} 2022-03-14 07:22:26.861+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 49 batch size 10000 2022-03-14 07:22:38.202+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=205, gcTime=11322, gcCount=3} 2022-03-14 07:22:38.212+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:38.212+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:22:38.212+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:38.212+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:22:38.223+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:22:38.223+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:22:38.241+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:22:38.242+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:22:38.242+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:22:38.242+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:22:38.303+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=11115, gcTime=0, gcCount=0} 2022-03-14 07:22:38.441+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 50 batch size 10000 2022-03-14 07:22:38.666+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 51 batch size 10000 2022-03-14 07:22:38.865+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:38.865+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:22:38.885+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:22:38.886+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 52 batch size 10000 2022-03-14 07:22:38.927+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:38.927+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:22:38.938+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:22:39.075+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:39.075+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:22:39.085+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:22:39.087+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 53 batch size 10000 2022-03-14 07:22:39.173+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:39.173+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:22:39.174+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:39.174+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:22:39.180+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:22:39.181+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:22:39.282+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:39.282+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:22:39.283+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:39.283+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:22:39.290+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:22:39.294+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 54 batch size 10000 2022-03-14 07:22:39.300+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:22:39.373+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:39.404+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:22:39.410+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 55 batch size 10000 2022-03-14 07:22:39.413+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:22:39.513+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 56 batch size 10000 2022-03-14 07:22:39.740+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=155, gcTime=184, gcCount=1} 2022-03-14 07:22:39.840+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 57 batch size 10000 2022-03-14 07:22:40.025+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 58 batch size 10000 2022-03-14 07:22:40.192+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 59 batch size 10000 2022-03-14 07:22:40.566+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=201, gcTime=210, gcCount=1} 2022-03-14 07:22:40.609+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 60 batch size 10000 2022-03-14 07:22:40.796+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 61 batch size 10000 2022-03-14 07:22:40.920+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 62 batch size 10000 2022-03-14 07:22:41.190+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 63 batch size 10000 2022-03-14 07:22:41.361+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 64 batch size 10000 2022-03-14 07:22:41.501+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 65 batch size 10000 2022-03-14 07:22:41.684+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 66 batch size 10000 2022-03-14 07:22:42.019+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=166, gcTime=219, gcCount=1} 2022-03-14 07:22:42.053+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 67 batch size 10000 2022-03-14 07:22:42.317+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 68 batch size 10000 2022-03-14 07:22:42.515+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 69 batch size 10000 2022-03-14 07:22:42.693+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 70 batch size 10000 2022-03-14 07:22:42.968+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=126, gcTime=161, gcCount=1} 2022-03-14 07:22:43.509+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=116, gcTime=147, gcCount=1} 2022-03-14 07:22:45.961+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 71 batch size 10000 2022-03-14 07:22:46.554+0000 INFO [o.n.k.NeoStoreDataSource] Rotated to transaction log [/home/weblogic/Kuwaiba_2_0_Stable/kuwaiba_2.0-stable/server/data/db/databases/kuwaiba.db/neostore.transaction.db.245] version=245, last transaction in previous log=498871 2022-03-14 07:22:51.536+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=106, gcTime=202, gcCount=1} 2022-03-14 07:22:52.384+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:52.384+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:22:52.388+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:52.389+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:22:52.393+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:22:52.394+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:22:52.418+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:22:52.419+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:22:52.419+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:22:52.419+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:22:52.951+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:52.951+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:22:52.952+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:22:53.195+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:53.195+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:22:53.195+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:53.195+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=133, gcTime=144, gcCount=1} 2022-03-14 07:22:53.195+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:22:53.205+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:22:53.215+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:22:53.315+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:53.315+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:22:53.327+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:22:53.391+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:53.391+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:22:53.401+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:22:53.426+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:53.426+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:22:53.447+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:22:53.504+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:53.504+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:22:53.504+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:22:53.599+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:22:53.599+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:22:53.599+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:22:54.071+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=156, gcTime=157, gcCount=1} 2022-03-14 07:23:12.385+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:12.385+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:23:12.388+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:12.388+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:23:12.397+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:23:12.397+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:23:12.430+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:23:12.431+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:23:12.431+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:23:12.432+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:23:13.035+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:13.035+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:23:13.036+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:23:13.203+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:13.203+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:23:13.204+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:23:13.205+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:13.205+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:23:13.206+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:23:13.315+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:13.315+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:23:13.315+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:23:13.363+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:13.363+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:23:13.365+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:23:13.450+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:13.450+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:23:13.450+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:23:13.493+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:13.493+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:23:13.494+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:23:13.633+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:13.633+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:23:13.634+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:23:33.403+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:33.403+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:23:33.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:33.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:23:33.416+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:23:33.417+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:23:33.447+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:23:33.448+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:23:33.449+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:23:33.449+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:23:33.975+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:33.975+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:23:33.976+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:23:34.155+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:34.155+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:23:34.157+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:23:34.158+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:34.158+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:23:34.159+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:23:34.255+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:34.255+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:23:34.255+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:23:34.323+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:34.323+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:23:34.325+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:23:34.345+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:34.345+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:23:34.345+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:23:34.423+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:34.423+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:23:34.424+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:23:34.544+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:34.544+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:23:34.544+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:23:53.916+0000 INFO [o.n.k.i.p.Procedures] starting batching from ` CALL apoc.load.jdbc("jdbc:oracle:thin:rilprod/jioprod@10.147.161.47:1522/XCOMSTB2","select 'JioSite-XX-XX-XX-'||SITE_INST_ID uuid,a.SITE_INST_ID, a.SITE_HUM_ID, a.CLLI, a.NUM, a.BASE_NUM, a.LATITUDE, a.LONGITUDE, a.RESTRICTIONS, a.CONTACTS, a.ADDRESS, a.POST_CODE_1, a.POST_CODE_2, a.CITY, a.STATE_PROV, a.COUNTY, a.COUNTRY, a.ROOM, a.FLOOR, a.NPA_NXX, a.COMMENTS, TO_CHAR(nvl(LAST_MOD_TS,'01-JAN-9999'),'YYYY-MM-DD HH24:MI:SS')LAST_MOD_TS, a.LAST_MOD_BY, a.INST_VER, TO_CHAR(nvl(LOCK_TS,'01-JAN-9999'),'YYYY-MM-DD HH24:MI:SS')LOCK_TS, a.LOCK_BY, a.PARENT_SITE_INST_ID, a.STATUS, a.FPLAN_DEPTH, a.FPLAN_WIDTH, a.FPLAN_HEIGHT, a.FPLAN_NAME, a.FPLAN_ORIGIN_X, a.FPLAN_ORIGIN_Y from SITE_INST a where SITE_INST_ID >=2000000 AND SITE_INST_ID <= 3000000 ") YIELD row ` operation using iteration `CREATE (n:Facility { _uuid: row.UUID}) SET n.site_inst_id = toInteger(row.SITE_INST_ID), n.name = row.SITE_HUM_ID, n.clli = row.CLLI, n.num = row.NUM, n.base_num = row.BASE_NUM, n.site_type = row.SITE_TYPE, n.site_id = row.SITE_ID, n.latitude = row.LATITUDE, n.longitude = row.LONGITUDE, n.attribute_group = row.ATTRIBUTE_GROUP, n.user_attribute = row.USER_ATTRIBUTE, n.user_value = row.USER_VALUE, n.restrictions = row.RESTRICTIONS, n.contacts = row.CONTACTS, n.address = row.ADDRESS, n.comments = row.COMMENTS, n.city = row.CITY, n.state_prov = row.STATE_PROV, n.county = row.COUNTY, n.post_code_1 = row.POST_CODE_1, n.post_code_2 = row.POST_CODE_2, n.country = row.COUNTRY, n.room = row.ROOM, n.floor = row.FLOOR, n.npa_nxx = row.NPA_NXX, n.last_mod_ts = row.LAST_MOD_TS, n.last_mod_by = row.LAST_MOD_BY, n.inst_ver = row.INST_VER, n.lock_ts = row.LOCK_TS, n.lock_by = row.LOCK_BY, n.parent_site_inst_id = toInteger(row.PARENT_SITE_INST_ID), n.status = row.STATUS ` in separate thread 2022-03-14 07:23:53.916+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 0 batch size 10000 2022-03-14 07:23:54.101+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 1 batch size 10000 2022-03-14 07:23:54.198+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 2 batch size 10000 2022-03-14 07:23:54.312+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 3 batch size 10000 2022-03-14 07:23:54.504+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:54.504+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:54.504+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:23:54.504+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:23:54.504+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=161, gcTime=186, gcCount=1} 2022-03-14 07:23:54.519+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:23:54.519+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:23:54.542+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:23:54.543+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:23:54.543+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:23:54.543+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:23:54.860+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=154, gcTime=249, gcCount=1} 2022-03-14 07:23:54.870+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 4 batch size 10000 2022-03-14 07:23:55.264+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:55.264+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:23:55.264+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=201, gcTime=225, gcCount=1} 2022-03-14 07:23:55.294+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:55.294+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:23:55.294+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:23:55.296+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:23:55.369+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 5 batch size 10000 2022-03-14 07:23:55.688+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:55.688+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:23:55.699+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:23:55.731+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:55.731+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=266, gcTime=254, gcCount=1} 2022-03-14 07:23:55.731+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:23:55.732+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:23:55.851+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:55.851+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:23:55.852+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:55.852+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:23:55.852+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:23:55.852+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:23:55.877+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 6 batch size 10000 2022-03-14 07:23:56.133+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:56.133+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:23:56.133+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:23:56.133+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:23:56.133+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:23:56.133+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:23:56.134+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=195, gcTime=212, gcCount=2} 2022-03-14 07:23:56.261+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 7 batch size 10000 2022-03-14 07:23:56.403+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 8 batch size 10000 2022-03-14 07:23:56.663+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 9 batch size 10000 2022-03-14 07:23:56.868+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 10 batch size 10000 2022-03-14 07:23:57.018+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 11 batch size 10000 2022-03-14 07:23:57.216+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 12 batch size 10000 2022-03-14 07:23:57.369+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 13 batch size 10000 2022-03-14 07:23:57.526+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 14 batch size 10000 2022-03-14 07:23:57.766+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=139, gcTime=196, gcCount=1} 2022-03-14 07:23:57.964+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 15 batch size 10000 2022-03-14 07:23:58.213+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=130, gcTime=165, gcCount=1} 2022-03-14 07:23:58.443+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 16 batch size 10000 2022-03-14 07:23:58.667+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 17 batch size 10000 2022-03-14 07:23:58.776+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 18 batch size 10000 2022-03-14 07:23:58.902+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 19 batch size 10000 2022-03-14 07:23:59.102+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=176, gcTime=156, gcCount=1} 2022-03-14 07:23:59.130+0000 INFO [o.n.k.NeoStoreDataSource] Rotated to transaction log [/home/weblogic/Kuwaiba_2_0_Stable/kuwaiba_2.0-stable/server/data/db/databases/kuwaiba.db/neostore.transaction.db.246] version=246, last transaction in previous log=498910 2022-03-14 07:23:59.169+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 20 batch size 10000 2022-03-14 07:23:59.281+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 21 batch size 10000 2022-03-14 07:23:59.419+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 22 batch size 10000 2022-03-14 07:23:59.841+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=120, gcTime=192, gcCount=1} 2022-03-14 07:23:59.847+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 23 batch size 10000 2022-03-14 07:24:00.021+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 24 batch size 10000 2022-03-14 07:24:00.277+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=135, gcTime=134, gcCount=1} 2022-03-14 07:24:00.369+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 25 batch size 10000 2022-03-14 07:24:00.553+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 26 batch size 10000 2022-03-14 07:24:00.808+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 27 batch size 10000 2022-03-14 07:24:00.985+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 28 batch size 10000 2022-03-14 07:24:01.069+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 29 batch size 10000 2022-03-14 07:24:01.152+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 30 batch size 10000 2022-03-14 07:24:01.459+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 31 batch size 10000 2022-03-14 07:24:01.764+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 32 batch size 10000 2022-03-14 07:24:01.900+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=128, gcTime=131, gcCount=1} 2022-03-14 07:24:02.098+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 33 batch size 10000 2022-03-14 07:24:02.514+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=103, gcTime=114, gcCount=1} 2022-03-14 07:24:02.557+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 34 batch size 10000 2022-03-14 07:24:02.852+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 35 batch size 10000 2022-03-14 07:24:03.155+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 36 batch size 10000 2022-03-14 07:24:03.687+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 37 batch size 10000 2022-03-14 07:24:03.967+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 38 batch size 10000 2022-03-14 07:24:04.141+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 39 batch size 10000 2022-03-14 07:24:04.387+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 40 batch size 10000 2022-03-14 07:24:04.633+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 41 batch size 10000 2022-03-14 07:24:04.912+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 42 batch size 10000 2022-03-14 07:24:05.140+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 43 batch size 10000 2022-03-14 07:24:05.703+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=516, gcTime=520, gcCount=1} 2022-03-14 07:24:05.951+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 44 batch size 10000 2022-03-14 07:24:24.502+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=1853, gcTime=18465, gcCount=4} 2022-03-14 07:24:24.537+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 45 batch size 10000 2022-03-14 07:24:24.607+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=16641, gcTime=29, gcCount=1} 2022-03-14 07:24:24.677+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 46 batch size 10000 2022-03-14 07:24:24.925+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 47 batch size 10000 2022-03-14 07:24:25.084+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 48 batch size 10000 2022-03-14 07:24:25.209+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 49 batch size 10000 2022-03-14 07:24:25.332+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 50 batch size 10000 2022-03-14 07:24:25.493+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 51 batch size 10000 2022-03-14 07:24:25.590+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 52 batch size 10000 2022-03-14 07:24:25.926+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=184, gcTime=195, gcCount=1} 2022-03-14 07:24:28.463+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 53 batch size 10000 2022-03-14 07:24:29.184+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=136, gcTime=127, gcCount=1} 2022-03-14 07:24:31.359+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=118, gcTime=123, gcCount=1} 2022-03-14 07:24:34.921+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:24:34.921+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:24:34.921+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:24:34.921+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:24:34.927+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:24:34.941+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:24:34.963+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:24:34.963+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:24:34.963+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:24:34.963+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:24:35.350+0000 INFO [o.n.k.NeoStoreDataSource] Rotated to transaction log [/home/weblogic/Kuwaiba_2_0_Stable/kuwaiba_2.0-stable/server/data/db/databases/kuwaiba.db/neostore.transaction.db.247] version=247, last transaction in previous log=498948 2022-03-14 07:24:35.609+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:24:35.609+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:24:35.609+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:24:35.735+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:24:35.735+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:24:35.735+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:24:35.850+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:24:35.850+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:24:35.853+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:24:35.913+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:24:35.913+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:24:35.923+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:24:35.986+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:24:35.986+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:24:35.996+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:24:36.072+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:24:36.072+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:24:36.084+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:24:36.084+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:24:36.084+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:24:36.084+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:24:36.164+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:24:36.164+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:24:36.164+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:24:38.087+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=211, gcTime=310, gcCount=1} 2022-03-14 07:24:40.220+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=1611, gcTime=1599, gcCount=1} 2022-03-14 07:24:49.997+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=159, gcTime=0, gcCount=0} 2022-03-14 07:24:55.413+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:24:55.413+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:24:55.415+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:24:55.415+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:24:55.426+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:24:55.427+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:24:55.464+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:24:55.465+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:24:55.466+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:24:55.467+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:24:55.995+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:24:55.995+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:24:55.995+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:24:56.155+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:24:56.155+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:24:56.157+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:24:56.173+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:24:56.173+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:24:56.173+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:24:56.255+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:24:56.255+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:24:56.255+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:24:56.324+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:24:56.324+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:24:56.326+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:24:56.355+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:24:56.355+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:24:56.355+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:24:56.423+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:24:56.423+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:24:56.424+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:24:56.533+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:24:56.533+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:24:56.534+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:25:12.013+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=132, gcTime=0, gcCount=0} 2022-03-14 07:25:16.383+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:16.383+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:25:16.385+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:16.385+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:25:16.397+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:25:16.398+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:25:16.433+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:25:16.434+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:25:16.435+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:25:16.435+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:25:16.940+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:16.940+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:25:16.941+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:25:17.115+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:17.115+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:25:17.117+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:25:17.193+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:17.193+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:25:17.194+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:25:17.215+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:17.215+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:25:17.215+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:25:17.295+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:17.295+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:25:17.295+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:25:17.343+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:17.343+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:25:17.344+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:25:17.468+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:17.468+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:25:17.468+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:25:17.553+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:17.553+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:25:17.553+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:25:36.393+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:36.393+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:25:36.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:36.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:25:36.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:25:36.406+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:25:36.445+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:25:36.446+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:25:36.447+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:25:36.448+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:25:36.950+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:36.950+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:25:36.951+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:25:37.096+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:37.096+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:25:37.098+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:25:37.118+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:37.118+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:25:37.118+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:25:37.195+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:37.195+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:25:37.195+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:25:37.273+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:37.273+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:25:37.275+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:25:37.295+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:37.295+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:25:37.295+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:25:37.358+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:37.359+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:25:37.359+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:25:37.458+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:37.458+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:25:37.458+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:25:57.418+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:57.418+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:25:57.421+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:57.421+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:25:57.435+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:25:57.436+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:25:57.468+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:25:57.469+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:25:57.469+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:25:57.470+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:25:58.160+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:58.160+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:25:58.160+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:25:58.178+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:58.178+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:25:58.179+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:25:58.335+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:58.335+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:25:58.337+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:25:58.413+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:58.413+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:25:58.415+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:25:58.420+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:58.420+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:25:58.420+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:25:58.508+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:58.508+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:25:58.509+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:25:58.510+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:58.510+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:25:58.510+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:25:58.623+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:25:58.623+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:25:58.623+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:26:07.493+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=183, gcTime=0, gcCount=0} 2022-03-14 07:26:18.393+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:26:18.393+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:26:18.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:26:18.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:26:18.406+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:26:18.406+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:26:18.444+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:26:18.445+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:26:18.446+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:26:18.446+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:26:18.960+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:26:18.960+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:26:18.961+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:26:19.215+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:26:19.215+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:26:19.217+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:26:19.283+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:26:19.283+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:26:19.284+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:26:19.315+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:26:19.315+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:26:19.315+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:26:19.415+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:26:19.415+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:26:19.415+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:26:19.443+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:26:19.443+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:26:19.444+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:26:19.563+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:26:19.563+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:26:19.563+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:26:19.653+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:26:19.653+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:26:19.653+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:26:39.393+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:26:39.394+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:26:39.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:26:39.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:26:39.406+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:26:39.407+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:26:39.443+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:26:39.444+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:26:39.445+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:26:39.446+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:26:40.085+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:26:40.085+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:26:40.085+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:26:40.233+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:26:40.233+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:26:40.234+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:26:40.235+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:26:40.235+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:26:40.237+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:26:40.345+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:26:40.345+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:26:40.346+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:26:40.403+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:26:40.403+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:26:40.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:26:40.445+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:26:40.445+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:26:40.445+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:26:40.543+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:26:40.543+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:26:40.544+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:26:40.643+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:26:40.643+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:26:40.644+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:27:00.403+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:00.403+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:27:00.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:00.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:27:00.416+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:27:00.416+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:27:00.454+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:27:00.455+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:27:00.456+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:27:00.457+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:27:00.985+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:00.985+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:27:00.986+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:27:01.205+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:01.205+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:27:01.207+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:27:01.223+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:01.223+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:27:01.223+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:27:01.305+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:01.305+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:27:01.306+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:27:01.418+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:01.418+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:27:01.420+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:27:01.565+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:01.565+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:27:01.565+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:27:01.568+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:01.568+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:27:01.568+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:27:01.663+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:01.663+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:27:01.663+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:27:21.383+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:21.383+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:27:21.385+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:21.385+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:27:21.396+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:27:21.397+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:27:21.446+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:27:21.447+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:27:21.448+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:27:21.449+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:27:22.005+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:22.005+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:27:22.006+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:27:22.273+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:22.273+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:27:22.274+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:27:22.275+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:22.275+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:27:22.277+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:27:22.365+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:22.365+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:27:22.365+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:27:22.453+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:22.453+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:27:22.455+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:22.455+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:27:22.455+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:27:22.455+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:27:22.573+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:22.573+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:27:22.574+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:27:22.673+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:22.673+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:27:22.673+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:27:38.373+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=133, gcTime=166, gcCount=1} 2022-03-14 07:27:41.383+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:41.383+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:27:41.385+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:41.385+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:27:41.396+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:27:41.396+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:27:41.425+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:27:41.426+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:27:41.426+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:27:41.427+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:27:42.085+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:42.085+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:27:42.086+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:27:42.153+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:42.153+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:27:42.153+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:27:42.245+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:42.245+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:27:42.246+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:27:42.283+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:42.283+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:27:42.285+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:27:42.375+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:42.375+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:27:42.375+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:27:42.433+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:42.433+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:27:42.433+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:27:42.475+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:42.475+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:27:42.475+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:27:42.543+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:27:42.543+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:27:42.543+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:28:01.413+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:01.413+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:28:01.415+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:01.415+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:28:01.425+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:28:01.426+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:28:01.455+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:28:01.456+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:28:01.457+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:28:01.458+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:28:02.145+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:02.145+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:28:02.145+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:28:02.173+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:02.173+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:28:02.174+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:28:02.315+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:02.315+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:28:02.317+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:28:02.403+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:02.403+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:28:02.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:28:02.415+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:02.415+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:28:02.415+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:28:02.494+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:02.494+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:28:02.494+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:28:02.525+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:02.525+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:28:02.525+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:28:02.593+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:02.593+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:28:02.593+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:28:03.576+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=163, gcTime=0, gcCount=0} 2022-03-14 07:28:21.403+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:21.403+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:28:21.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:21.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:28:21.415+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:28:21.416+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:28:21.453+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:28:21.453+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:28:21.455+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:28:21.455+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:28:21.950+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:21.950+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:28:21.950+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:28:22.185+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:22.185+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:28:22.187+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:28:22.213+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:22.213+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:28:22.213+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:28:22.295+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:22.295+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:28:22.295+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:28:22.353+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:22.353+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:28:22.355+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:28:22.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:22.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:28:22.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:28:22.478+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:22.479+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:28:22.479+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:28:22.573+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:22.573+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:28:22.573+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:28:41.393+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:41.393+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:28:41.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:41.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:28:41.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:28:41.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:28:41.436+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:28:41.437+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:28:41.438+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:28:41.438+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:28:41.925+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:41.925+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:28:41.926+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:28:42.115+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:42.115+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:28:42.116+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:28:42.143+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:42.143+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:28:42.143+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:28:42.216+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:42.216+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:28:42.216+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:28:42.283+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:42.283+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:28:42.285+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:28:42.315+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:42.315+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:28:42.315+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:28:42.373+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:42.373+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:28:42.374+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:28:42.513+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:28:42.513+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:28:42.513+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:29:02.393+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:02.393+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:29:02.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:02.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:29:02.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:29:02.406+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:29:02.436+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:29:02.436+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:29:02.437+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:29:02.438+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:29:03.025+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:03.025+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:29:03.026+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:29:03.173+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:03.173+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:29:03.173+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:29:03.205+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:03.205+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:29:03.206+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:29:03.335+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:03.335+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:29:03.335+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:29:03.343+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:03.343+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:29:03.345+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:29:03.453+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:03.453+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:29:03.453+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:29:03.455+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:03.455+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:29:03.455+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:29:03.553+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:03.553+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:29:03.553+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:29:22.423+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:22.423+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:29:22.425+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:22.425+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:29:22.435+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:29:22.436+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:29:22.467+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:29:22.468+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:29:22.469+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:29:22.469+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:29:22.995+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:22.995+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:29:22.995+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:29:23.145+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:23.145+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:29:23.147+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:29:23.193+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:23.193+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:29:23.193+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:29:23.235+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:23.235+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:29:23.235+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:29:23.335+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:23.335+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:29:23.335+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:29:23.413+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:23.413+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:29:23.415+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:29:23.518+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:23.518+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:29:23.518+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:29:23.613+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:23.613+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:29:23.613+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:29:43.403+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:43.403+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:29:43.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:43.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:29:43.415+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:29:43.416+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:29:43.446+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:29:43.446+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:29:43.447+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:29:43.448+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:29:44.045+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:44.045+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:29:44.045+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:29:44.215+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:44.215+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:29:44.216+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:29:44.243+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:44.243+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:29:44.243+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:29:44.392+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:44.392+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:29:44.392+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:29:44.403+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:44.403+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:29:44.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:29:44.455+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:44.455+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:29:44.455+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:29:44.493+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:44.493+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:29:44.493+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:29:44.593+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:29:44.593+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:29:44.593+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:29:44.837+0000 INFO [o.n.k.i.p.Procedures] starting batching from ` CALL apoc.load.jdbc("jdbc:oracle:thin:rilprod/jioprod@10.147.161.47:1522/XCOMSTB2","select 'JioSite-XX-XX-XX-'||SITE_INST_ID uuid,a.SITE_INST_ID, a.SITE_HUM_ID, a.CLLI, a.NUM, a.BASE_NUM, a.LATITUDE, a.LONGITUDE, a.RESTRICTIONS, a.CONTACTS, a.ADDRESS, a.POST_CODE_1, a.POST_CODE_2, a.CITY, a.STATE_PROV, a.COUNTY, a.COUNTRY, a.ROOM, a.FLOOR, a.NPA_NXX, a.COMMENTS, TO_CHAR(nvl(LAST_MOD_TS,'01-JAN-9999'),'YYYY-MM-DD HH24:MI:SS')LAST_MOD_TS, a.LAST_MOD_BY, a.INST_VER, TO_CHAR(nvl(LOCK_TS,'01-JAN-9999'),'YYYY-MM-DD HH24:MI:SS')LOCK_TS, a.LOCK_BY, a.PARENT_SITE_INST_ID, a.STATUS, a.FPLAN_DEPTH, a.FPLAN_WIDTH, a.FPLAN_HEIGHT, a.FPLAN_NAME, a.FPLAN_ORIGIN_X, a.FPLAN_ORIGIN_Y from SITE_INST a where SITE_INST_ID >=3000000 AND SITE_INST_ID <= 4000000 ") YIELD row ` operation using iteration `CREATE (n:Facility { _uuid: row.UUID}) SET n.site_inst_id = toInteger(row.SITE_INST_ID), n.name = row.SITE_HUM_ID, n.clli = row.CLLI, n.num = row.NUM, n.base_num = row.BASE_NUM, n.site_type = row.SITE_TYPE, n.site_id = row.SITE_ID, n.latitude = row.LATITUDE, n.longitude = row.LONGITUDE, n.attribute_group = row.ATTRIBUTE_GROUP, n.user_attribute = row.USER_ATTRIBUTE, n.user_value = row.USER_VALUE, n.restrictions = row.RESTRICTIONS, n.contacts = row.CONTACTS, n.address = row.ADDRESS, n.comments = row.COMMENTS, n.city = row.CITY, n.state_prov = row.STATE_PROV, n.county = row.COUNTY, n.post_code_1 = row.POST_CODE_1, n.post_code_2 = row.POST_CODE_2, n.country = row.COUNTRY, n.room = row.ROOM, n.floor = row.FLOOR, n.npa_nxx = row.NPA_NXX, n.last_mod_ts = row.LAST_MOD_TS, n.last_mod_by = row.LAST_MOD_BY, n.inst_ver = row.INST_VER, n.lock_ts = row.LOCK_TS, n.lock_by = row.LOCK_BY, n.parent_site_inst_id = toInteger(row.PARENT_SITE_INST_ID), n.status = row.STATUS ` in separate thread 2022-03-14 07:29:44.837+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 0 batch size 10000 2022-03-14 07:29:45.047+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 1 batch size 10000 2022-03-14 07:30:03.053+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=17860, gcTime=17906, gcCount=4} 2022-03-14 07:30:03.196+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 2 batch size 10000 2022-03-14 07:30:03.511+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 3 batch size 10000 2022-03-14 07:30:03.913+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 4 batch size 10000 2022-03-14 07:30:04.277+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 5 batch size 10000 2022-03-14 07:30:04.443+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:04.443+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:30:04.443+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:04.443+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:30:04.463+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:30:04.463+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:30:04.481+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:30:04.481+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:30:04.481+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:30:04.481+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:30:04.555+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 6 batch size 10000 2022-03-14 07:30:04.827+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 7 batch size 10000 2022-03-14 07:30:05.007+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:05.007+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:30:05.028+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:30:05.046+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 8 batch size 10000 2022-03-14 07:30:05.271+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:05.271+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:30:05.272+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:05.272+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:30:05.272+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:30:05.281+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:30:05.324+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 9 batch size 10000 2022-03-14 07:30:05.431+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:05.431+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:30:05.436+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:05.437+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:30:05.438+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:30:05.438+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:30:05.528+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:05.528+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:30:05.528+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:30:05.533+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:05.533+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:30:05.533+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:30:05.556+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 10 batch size 10000 2022-03-14 07:30:05.639+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:05.639+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:30:05.639+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:30:05.815+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 11 batch size 10000 2022-03-14 07:30:05.972+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 12 batch size 10000 2022-03-14 07:30:06.244+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 13 batch size 10000 2022-03-14 07:30:06.657+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 14 batch size 10000 2022-03-14 07:30:06.927+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 15 batch size 10000 2022-03-14 07:30:07.057+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 16 batch size 10000 2022-03-14 07:30:07.265+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 17 batch size 10000 2022-03-14 07:30:07.547+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 18 batch size 10000 2022-03-14 07:30:07.698+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 19 batch size 10000 2022-03-14 07:30:07.987+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 20 batch size 10000 2022-03-14 07:30:08.129+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=102, gcTime=95, gcCount=1} 2022-03-14 07:30:08.289+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 21 batch size 10000 2022-03-14 07:30:08.512+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 22 batch size 10000 2022-03-14 07:30:08.617+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 23 batch size 10000 2022-03-14 07:30:09.129+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 24 batch size 10000 2022-03-14 07:30:09.355+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 25 batch size 10000 2022-03-14 07:30:09.600+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 26 batch size 10000 2022-03-14 07:30:09.761+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 27 batch size 10000 2022-03-14 07:30:10.141+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 28 batch size 10000 2022-03-14 07:30:10.440+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 29 batch size 10000 2022-03-14 07:30:10.607+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 30 batch size 10000 2022-03-14 07:30:10.914+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 31 batch size 10000 2022-03-14 07:30:11.245+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 32 batch size 10000 2022-03-14 07:30:13.571+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=2206, gcTime=2202, gcCount=1} 2022-03-14 07:30:13.660+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 33 batch size 10000 2022-03-14 07:30:29.435+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:29.435+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:29.435+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:30:29.435+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:30:29.445+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:30:29.445+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:30:29.452+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:30:29.458+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=632, gcTime=15714, gcCount=6} 2022-03-14 07:30:29.459+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:30:29.459+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:30:29.459+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:30:29.531+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 34 batch size 10000 2022-03-14 07:30:29.559+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=15048, gcTime=0, gcCount=0} 2022-03-14 07:30:29.767+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 35 batch size 10000 2022-03-14 07:30:29.911+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 36 batch size 10000 2022-03-14 07:30:30.076+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:30.076+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:30:30.087+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:30:30.163+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 37 batch size 10000 2022-03-14 07:30:30.258+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:30.258+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:30:30.266+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:30.266+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:30:30.267+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:30:30.269+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:30:30.320+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 38 batch size 10000 2022-03-14 07:30:30.490+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:30.490+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:30:30.501+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:30:30.521+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:30.521+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:30:30.530+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:30:30.577+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:30.577+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:30:30.583+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:30:30.612+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:30.612+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:30:30.616+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:30:30.689+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 39 batch size 10000 2022-03-14 07:30:30.790+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:30.790+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:30:30.790+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:30:30.924+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 40 batch size 10000 2022-03-14 07:30:31.158+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 41 batch size 10000 2022-03-14 07:30:31.372+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 42 batch size 10000 2022-03-14 07:30:31.608+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 43 batch size 10000 2022-03-14 07:30:31.740+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 44 batch size 10000 2022-03-14 07:30:31.986+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 45 batch size 10000 2022-03-14 07:30:36.417+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=1346, gcTime=1333, gcCount=1} 2022-03-14 07:30:37.005+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=386, gcTime=423, gcCount=1} 2022-03-14 07:30:52.087+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=258, gcTime=15019, gcCount=3} 2022-03-14 07:30:52.087+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:52.088+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:30:52.088+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:52.088+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:30:52.137+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:30:52.137+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:30:52.175+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:30:52.176+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:30:52.176+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:30:52.176+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:30:52.198+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=14733, gcTime=7, gcCount=1} 2022-03-14 07:30:52.588+0000 INFO [o.n.k.NeoStoreDataSource] Rotated to transaction log [/home/weblogic/Kuwaiba_2_0_Stable/kuwaiba_2.0-stable/server/data/db/databases/kuwaiba.db/neostore.transaction.db.248] version=248, last transaction in previous log=498987 2022-03-14 07:30:52.745+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:52.745+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:30:52.756+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:30:52.885+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:52.886+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:30:52.886+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:30:52.925+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:52.925+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:30:52.926+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:30:53.030+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:53.030+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:30:53.030+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:30:53.089+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:53.089+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:30:53.092+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:30:53.125+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:53.125+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:30:53.135+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:30:53.243+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:53.243+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:30:53.244+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:30:53.333+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:30:53.333+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:30:53.333+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:30:56.443+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=274, gcTime=292, gcCount=1} 2022-03-14 07:30:58.332+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=1375, gcTime=1463, gcCount=1} 2022-03-14 07:30:59.564+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=831, gcTime=850, gcCount=1} 2022-03-14 07:31:15.948+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=765, gcTime=16278, gcCount=3} 2022-03-14 07:31:15.956+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:15.956+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:31:15.956+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:15.956+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:31:15.962+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:31:15.962+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:31:15.992+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:31:15.993+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:31:15.993+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:31:15.993+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:31:16.057+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=15527, gcTime=0, gcCount=0} 2022-03-14 07:31:16.694+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:16.694+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:31:16.695+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:31:16.759+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:16.759+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:31:16.770+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:31:16.881+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:16.881+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:31:16.882+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:31:16.954+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:16.954+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:31:16.965+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:31:16.985+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:16.985+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:31:16.985+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:31:17.099+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:17.099+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:31:17.099+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:31:17.111+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:17.111+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:31:17.116+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:31:17.234+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:17.234+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:31:17.234+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:31:28.403+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:28.403+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:31:28.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:28.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:31:28.414+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:31:28.414+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:31:28.447+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:31:28.448+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:31:28.448+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:31:28.449+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:31:29.015+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:29.015+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:31:29.016+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:31:29.163+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:29.163+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:31:29.164+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:31:29.180+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:29.180+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:31:29.182+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:31:29.285+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:29.285+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:31:29.285+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:31:29.313+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:29.313+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:31:29.314+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:31:29.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:29.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:31:29.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:31:29.433+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:29.433+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:31:29.433+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:31:29.538+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:29.538+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:31:29.539+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:31:43.757+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=108, gcTime=0, gcCount=0} 2022-03-14 07:31:48.433+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:48.433+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:31:48.435+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:48.435+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:31:48.447+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:31:48.448+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:31:48.465+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:31:48.466+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:31:48.467+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:31:48.467+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:31:48.986+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:48.986+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:31:48.987+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:31:49.155+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:49.155+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:31:49.157+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:31:49.168+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:49.168+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:31:49.168+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:31:49.265+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:49.265+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:31:49.265+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:31:49.323+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:49.323+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:31:49.324+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:31:49.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:49.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:31:49.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:31:49.444+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:49.444+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:31:49.444+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:31:49.543+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:31:49.543+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:31:49.543+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:32:08.330+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=131, gcTime=0, gcCount=0} 2022-03-14 07:32:08.433+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:08.434+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:32:08.435+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:08.435+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:32:08.446+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:32:08.446+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:32:08.485+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:32:08.486+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:32:08.486+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:32:08.487+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:32:09.135+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:09.135+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:32:09.135+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:32:09.164+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:09.164+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:32:09.164+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:32:09.265+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:09.265+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:32:09.267+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:32:09.318+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:09.318+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:32:09.320+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:32:09.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:09.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:32:09.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:32:09.413+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:09.413+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:32:09.413+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:32:09.495+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:09.495+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:32:09.495+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:32:09.523+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:09.523+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:32:09.523+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:32:29.383+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:29.383+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:32:29.385+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:29.385+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:32:29.394+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:32:29.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:32:29.424+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:32:29.425+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:32:29.426+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:32:29.426+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:32:30.035+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:30.035+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:32:30.036+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:32:30.113+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:30.113+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:32:30.114+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:32:30.195+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:30.195+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:32:30.197+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:32:30.280+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:30.280+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:32:30.281+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:32:30.353+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:30.353+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:32:30.355+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:32:30.370+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:30.370+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:32:30.370+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:32:30.453+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:30.453+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:32:30.454+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:32:30.553+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:30.553+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:32:30.554+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:32:49.417+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:49.417+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:32:49.421+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:49.421+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:32:49.431+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:32:49.431+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:32:49.532+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:32:49.533+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:32:49.534+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:32:49.535+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:32:49.958+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:49.958+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:32:49.959+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:32:50.118+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:50.118+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:32:50.120+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:32:50.157+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:50.157+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:32:50.157+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:32:50.224+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:50.224+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:32:50.224+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:32:50.318+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:50.318+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:32:50.320+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:50.320+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:32:50.320+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:32:50.320+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:32:50.417+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:50.417+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:32:50.418+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:32:50.507+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:32:50.507+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:32:50.508+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:33:09.401+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:09.401+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:33:09.407+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:09.407+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:33:09.414+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:33:09.415+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:33:09.449+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:33:09.449+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:33:09.450+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:33:09.451+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:33:10.249+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:10.249+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:33:10.249+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:33:10.345+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:10.345+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:33:10.345+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:33:10.394+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:10.394+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:33:10.395+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:33:10.487+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:10.487+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:33:10.489+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:10.489+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:33:10.489+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:33:10.489+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:33:10.577+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:10.577+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:10.577+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:33:10.577+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:33:10.578+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:33:10.578+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:33:10.667+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:10.667+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:33:10.668+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:33:30.390+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:30.391+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:33:30.398+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:30.398+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:33:30.400+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:33:30.401+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:33:30.446+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:33:30.447+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:33:30.448+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:33:30.448+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:33:30.940+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:30.940+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:33:30.941+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:33:31.100+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:31.100+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:33:31.101+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:33:31.107+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:31.107+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:33:31.107+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:33:31.208+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:31.208+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:33:31.209+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:33:31.269+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:31.269+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:33:31.270+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:33:31.316+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:31.316+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:33:31.316+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:33:31.373+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:31.373+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:33:31.374+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:33:31.473+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:31.473+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:33:31.474+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:33:51.397+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:51.397+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:33:51.398+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:51.398+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:33:51.411+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:33:51.412+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:33:51.445+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:33:51.446+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:33:51.447+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:33:51.447+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:33:51.980+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:51.980+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:33:51.980+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:33:52.160+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:52.160+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:33:52.162+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:33:52.195+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:52.195+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:33:52.196+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:33:52.275+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:52.275+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:33:52.276+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:33:52.380+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:52.380+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:33:52.381+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:33:52.413+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:52.413+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:33:52.415+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:33:52.533+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:52.533+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:33:52.533+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:33:52.648+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:33:52.648+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:33:52.649+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:34:11.409+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:11.409+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:34:11.410+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:11.410+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:34:11.420+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:34:11.420+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:34:11.461+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:34:11.461+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:34:11.462+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:34:11.463+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:34:11.981+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:11.981+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:34:11.981+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:34:12.141+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:12.141+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:34:12.142+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:34:12.178+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:12.178+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:34:12.178+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:34:12.240+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:12.240+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:34:12.240+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:34:12.350+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:12.350+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:34:12.351+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:34:12.358+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:12.358+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:34:12.360+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:34:12.488+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:12.488+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:34:12.489+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:34:12.593+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:12.593+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:34:12.594+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:34:31.399+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:31.399+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:34:31.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:31.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:34:31.410+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:34:31.411+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:34:31.447+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:34:31.447+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:34:31.448+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:34:31.449+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:34:31.941+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:31.941+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:34:31.942+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:34:32.118+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:32.118+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:34:32.119+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:34:32.120+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:32.120+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:34:32.121+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:34:32.229+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:32.229+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:34:32.229+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:34:32.288+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:32.288+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:34:32.289+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:34:32.330+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:32.330+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:34:32.330+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:34:32.393+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:32.393+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:34:32.394+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:34:32.498+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:32.498+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:34:32.498+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:34:52.388+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:52.388+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:34:52.390+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:52.390+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:34:52.400+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:34:52.400+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:34:52.429+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:34:52.429+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:34:52.430+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:34:52.431+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:34:53.015+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:53.015+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:34:53.015+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:34:53.128+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:53.128+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:34:53.128+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:34:53.170+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:53.170+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:34:53.171+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:34:53.270+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:53.270+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:34:53.270+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:34:53.308+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:53.308+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:34:53.309+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:34:53.370+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:53.370+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:34:53.370+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:34:53.458+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:53.459+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:34:53.459+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:34:53.568+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:34:53.568+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:34:53.568+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:35:12.426+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:12.426+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:35:12.427+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:12.427+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:35:12.438+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:35:12.439+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:35:12.470+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:35:12.470+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:35:12.471+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:35:12.472+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:35:12.982+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:12.982+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:35:12.982+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:35:13.148+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:13.148+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:35:13.149+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:35:13.150+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:13.150+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:35:13.151+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:35:13.260+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:13.260+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:35:13.260+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:35:13.287+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:13.287+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:35:13.288+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:35:13.359+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:13.359+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:35:13.359+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:35:13.417+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:13.417+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:35:13.417+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:35:13.518+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:13.518+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:35:13.518+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:35:33.399+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:33.399+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:35:33.400+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:33.400+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:35:33.410+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:35:33.410+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:35:33.441+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:35:33.442+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:35:33.443+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:35:33.443+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:35:33.951+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:33.951+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:35:33.952+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:35:34.123+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:34.123+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:35:34.125+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:35:34.131+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:34.131+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:35:34.131+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:35:34.230+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:34.230+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:35:34.230+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:35:34.299+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:34.299+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:35:34.301+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:35:34.330+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:34.330+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:35:34.330+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:35:34.398+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:34.398+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:35:34.399+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:35:34.498+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:34.498+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:35:34.498+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:35:54.390+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:54.390+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:35:54.398+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:54.398+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:35:54.400+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:35:54.401+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:35:54.440+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:35:54.441+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:35:54.442+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:35:54.442+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:35:55.005+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:55.005+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:35:55.005+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:35:55.113+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:55.113+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:35:55.113+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:35:55.170+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:55.170+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:35:55.172+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:35:55.269+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:55.269+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:35:55.271+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:55.271+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:35:55.271+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:35:55.271+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:35:55.375+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:55.375+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:35:55.375+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:35:55.378+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:55.378+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:35:55.378+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:35:55.493+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:35:55.493+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:35:55.493+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:36:15.390+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:15.390+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:36:15.391+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:15.391+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:36:15.401+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:36:15.402+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:36:15.432+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:36:15.433+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:36:15.434+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:36:15.435+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:36:15.970+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:15.970+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:36:15.971+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:36:16.063+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:16.063+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:36:16.063+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:36:16.149+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:16.149+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:36:16.150+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=144, gcTime=0, gcCount=0} 2022-03-14 07:36:16.151+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:36:16.227+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:16.227+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:36:16.229+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:36:16.242+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:16.242+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:36:16.242+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:36:16.337+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:16.337+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:36:16.338+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:36:16.338+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:16.339+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:36:16.339+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:36:16.437+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:16.437+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:36:16.438+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:36:25.966+0000 INFO [o.n.k.i.t.l.c.CheckPointerImpl] Checkpoint triggered by scheduler for time threshold @ txId: 499003 checkpoint started... 2022-03-14 07:36:35.409+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:35.409+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:36:35.411+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:35.411+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:36:35.421+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:36:35.421+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:36:35.455+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:36:35.455+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:36:35.456+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:36:35.457+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:36:35.981+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:35.981+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:36:35.981+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:36:36.138+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:36.138+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:36:36.139+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:36:36.139+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:36.140+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:36:36.141+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:36:36.240+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:36.240+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:36:36.240+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:36:36.273+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:36.273+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:36:36.275+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:36:36.330+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:36.330+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:36:36.330+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:36:36.408+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:36.408+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:36:36.408+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:36:36.498+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:36.498+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:36:36.498+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:36:56.388+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:56.388+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:36:56.390+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:56.390+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:36:56.404+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:36:56.404+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:36:56.436+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:36:56.437+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:36:56.438+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:36:56.438+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:36:57.010+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:57.010+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:36:57.011+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:36:57.128+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:57.128+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:36:57.129+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:36:57.145+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:57.145+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:36:57.146+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:36:57.268+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:57.268+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:36:57.270+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:36:57.280+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:57.280+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:36:57.280+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:36:57.374+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:57.374+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:36:57.375+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:36:57.381+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:57.381+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:36:57.381+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:36:57.469+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:36:57.469+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:36:57.469+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:37:20.570+0000 INFO [o.n.k.i.s.c.CountsTracker] Rotated counts store at transaction 499003 to [/home/weblogic/Kuwaiba_2_0_Stable/kuwaiba_2.0-stable/server/data/db/databases/kuwaiba.db/neostore.counts.db.b], from [/home/weblogic/Kuwaiba_2_0_Stable/kuwaiba_2.0-stable/server/data/db/databases/kuwaiba.db/neostore.counts.db.a]. 2022-03-14 07:37:32.777+0000 INFO [o.n.k.i.t.l.c.CheckPointerImpl] Checkpoint triggered by scheduler for time threshold @ txId: 499003 checkpoint completed in 1m 6s 810ms 2022-03-14 07:37:32.836+0000 INFO [o.n.k.i.t.l.p.LogPruningImpl] No log version pruned, last checkpoint was made in version 248 2022-03-14 07:38:08.388+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:38:08.388+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:38:08.390+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:38:08.390+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:38:08.400+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:38:08.401+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:38:08.431+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:38:08.432+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:38:08.433+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:38:08.433+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:38:09.011+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:38:09.011+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:38:09.011+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:38:09.148+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:38:09.148+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:38:09.149+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:38:09.190+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:38:09.190+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:38:09.192+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:38:09.291+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:38:09.291+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:38:09.291+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:38:09.304+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:38:09.304+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:38:09.306+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:38:09.399+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:38:09.399+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:38:09.399+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:38:09.401+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:38:09.401+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:38:09.401+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:38:09.498+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:38:09.498+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:38:09.498+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:38:20.286+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=160, gcTime=0, gcCount=0} 2022-03-14 07:39:00.320+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=169, gcTime=0, gcCount=0} 2022-03-14 07:39:08.408+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:39:08.408+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:39:08.410+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:39:08.410+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:39:08.422+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:39:08.423+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:39:08.482+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:39:08.483+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:39:08.483+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:39:08.484+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:39:09.040+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:39:09.040+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:39:09.040+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:39:09.123+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:39:09.123+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:39:09.124+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:39:09.175+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:39:09.175+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:39:09.177+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:39:09.268+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:39:09.268+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:39:09.270+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:39:09.330+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:39:09.330+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:39:09.330+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:39:09.398+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:39:09.398+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:39:09.398+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:39:09.430+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:39:09.430+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:39:09.430+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:39:09.493+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:39:09.493+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:39:09.493+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:40:08.131+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=128, gcTime=0, gcCount=0} 2022-03-14 07:40:08.410+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:40:08.410+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:40:08.420+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:40:08.420+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:40:08.428+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:40:08.428+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:40:08.469+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:40:08.470+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:40:08.471+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:40:08.471+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:40:08.991+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:40:08.991+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:40:08.991+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:40:09.158+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:40:09.158+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:40:09.160+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:40:09.181+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:40:09.181+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:40:09.181+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:40:09.270+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:40:09.270+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:40:09.270+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:40:09.345+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:40:09.345+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:40:09.347+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:40:09.364+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:40:09.365+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:40:09.365+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:40:09.448+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:40:09.448+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:40:09.448+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:40:09.548+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:40:09.548+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:40:09.548+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:40:20.137+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=188, gcTime=0, gcCount=0} 2022-03-14 07:41:08.398+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:41:08.398+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:41:08.400+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:41:08.400+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:41:08.411+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:41:08.411+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:41:08.443+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:41:08.443+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:41:08.445+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:41:08.445+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:41:08.920+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:41:08.920+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:41:08.920+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:41:09.050+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:41:09.050+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:41:09.052+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:41:09.063+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:41:09.063+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:41:09.064+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:41:09.155+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:41:09.155+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:41:09.155+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:41:09.228+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:41:09.228+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:41:09.230+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:41:09.271+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:41:09.271+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:41:09.271+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:41:09.333+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:41:09.333+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:41:09.333+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:41:09.448+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:41:09.448+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:41:09.449+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:41:20.737+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=147, gcTime=0, gcCount=0} 2022-03-14 07:42:08.422+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:42:08.422+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:42:08.423+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:42:08.423+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:42:08.435+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:42:08.436+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:42:08.465+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:42:08.465+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:42:08.466+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:42:08.467+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:42:09.001+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:42:09.001+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:42:09.002+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:42:09.224+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:42:09.224+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:42:09.226+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:42:09.226+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:42:09.226+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:42:09.227+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:42:09.344+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:42:09.344+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:42:09.344+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:42:09.403+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:42:09.403+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:42:09.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:42:09.444+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:42:09.444+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:42:09.444+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:42:09.505+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:42:09.505+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:42:09.505+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:42:09.615+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:42:09.615+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:42:09.615+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:43:08.412+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:43:08.413+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:43:08.423+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:43:08.424+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:43:08.435+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:43:08.435+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:43:08.478+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:43:08.478+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:43:08.479+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:43:08.480+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:43:08.978+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:43:08.978+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:43:08.979+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:43:09.154+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:43:09.154+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:43:09.155+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:43:09.180+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:43:09.180+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:43:09.181+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:43:09.263+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:43:09.263+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:43:09.264+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:43:09.335+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:43:09.335+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:43:09.337+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:43:09.348+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:43:09.348+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:43:09.349+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:43:09.435+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:43:09.435+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:43:09.436+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:43:09.525+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:43:09.525+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:43:09.526+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:44:08.399+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:08.400+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:44:08.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:08.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:44:08.410+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:44:08.410+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:44:08.449+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:44:08.449+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:44:08.450+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:44:08.451+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:44:09.273+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:09.273+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:44:09.274+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:44:09.315+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:09.315+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:44:09.316+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:44:09.463+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:09.463+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:44:09.465+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:44:09.535+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:09.535+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:44:09.537+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:44:09.563+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:09.563+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:44:09.564+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:44:09.645+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:09.645+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:44:09.646+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:44:09.654+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:09.654+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:44:09.655+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:44:09.741+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:09.741+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:44:09.742+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:44:16.555+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=142, gcTime=0, gcCount=0} 2022-03-14 07:44:28.401+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:28.401+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:44:28.403+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:28.403+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:44:28.413+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:44:28.414+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:44:28.462+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:44:28.463+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:44:28.465+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:44:28.466+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:44:29.103+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:29.103+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:44:29.104+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:44:29.161+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:29.161+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:44:29.161+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:44:29.263+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:29.263+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:44:29.265+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:44:29.301+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:29.301+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:44:29.302+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:44:29.363+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:29.363+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:44:29.364+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:44:29.391+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:29.391+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:44:29.392+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:44:29.463+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:29.464+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:44:29.464+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:44:29.476+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:29.476+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:44:29.476+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:44:35.315+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=129, gcTime=0, gcCount=0} 2022-03-14 07:44:49.383+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:49.384+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:44:49.400+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:44:49.401+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:44:49.411+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:49.411+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:44:49.452+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:44:49.452+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:44:49.453+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:44:49.454+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:44:50.283+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:50.283+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:44:50.284+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:44:50.531+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:50.532+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:44:50.532+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:44:50.533+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:50.533+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:44:50.535+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:44:50.643+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:50.643+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:44:50.644+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:44:50.671+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:50.671+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:44:50.673+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:44:50.743+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:50.743+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:44:50.744+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:44:50.811+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:50.812+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:44:50.812+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:44:50.896+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:44:50.896+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:44:50.896+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:45:09.538+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:45:09.538+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:45:09.541+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:45:09.541+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:45:09.549+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:45:09.550+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:45:09.585+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:45:09.585+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:45:09.586+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:45:09.587+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:45:10.991+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:45:10.991+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:45:10.992+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:45:11.113+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:45:11.113+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:45:11.114+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:45:11.181+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:45:11.181+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:45:11.183+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:45:11.313+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:45:11.313+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:45:11.315+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:45:11.326+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:45:11.326+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:45:11.326+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:45:11.421+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:45:11.421+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:45:11.421+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:45:11.423+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:45:11.423+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:45:11.423+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:45:11.534+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:45:11.535+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:45:11.535+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:45:13.675+0000 INFO [o.n.k.i.p.Procedures] starting batching from ` CALL apoc.load.jdbc("jdbc:oracle:thin:rilprod/jioprod@10.147.161.47:1522/XCOMSTB2","select 'JioSite-XX-XX-XX-'||SITE_INST_ID uuid,a.SITE_INST_ID, a.SITE_HUM_ID, a.CLLI, a.NUM, a.BASE_NUM, a.LATITUDE, a.LONGITUDE, a.RESTRICTIONS, a.CONTACTS, a.ADDRESS, a.POST_CODE_1, a.POST_CODE_2, a.CITY, a.STATE_PROV, a.COUNTY, a.COUNTRY, a.ROOM, a.FLOOR, a.NPA_NXX, a.COMMENTS, TO_CHAR(nvl(LAST_MOD_TS,'01-JAN-9999'),'YYYY-MM-DD HH24:MI:SS')LAST_MOD_TS, a.LAST_MOD_BY, a.INST_VER, TO_CHAR(nvl(LOCK_TS,'01-JAN-9999'),'YYYY-MM-DD HH24:MI:SS')LOCK_TS, a.LOCK_BY, a.PARENT_SITE_INST_ID, a.STATUS, a.FPLAN_DEPTH, a.FPLAN_WIDTH, a.FPLAN_HEIGHT, a.FPLAN_NAME, a.FPLAN_ORIGIN_X, a.FPLAN_ORIGIN_Y from SITE_INST a where SITE_INST_ID >=4000000 AND SITE_INST_ID <= 5000000 ") YIELD row ` operation using iteration `CREATE (n:Facility { _uuid: row.UUID}) SET n.site_inst_id = toInteger(row.SITE_INST_ID), n.name = row.SITE_HUM_ID, n.clli = row.CLLI, n.num = row.NUM, n.base_num = row.BASE_NUM, n.site_type = row.SITE_TYPE, n.site_id = row.SITE_ID, n.latitude = row.LATITUDE, n.longitude = row.LONGITUDE, n.attribute_group = row.ATTRIBUTE_GROUP, n.user_attribute = row.USER_ATTRIBUTE, n.user_value = row.USER_VALUE, n.restrictions = row.RESTRICTIONS, n.contacts = row.CONTACTS, n.address = row.ADDRESS, n.comments = row.COMMENTS, n.city = row.CITY, n.state_prov = row.STATE_PROV, n.county = row.COUNTY, n.post_code_1 = row.POST_CODE_1, n.post_code_2 = row.POST_CODE_2, n.country = row.COUNTRY, n.room = row.ROOM, n.floor = row.FLOOR, n.npa_nxx = row.NPA_NXX, n.last_mod_ts = row.LAST_MOD_TS, n.last_mod_by = row.LAST_MOD_BY, n.inst_ver = row.INST_VER, n.lock_ts = row.LOCK_TS, n.lock_by = row.LOCK_BY, n.parent_site_inst_id = toInteger(row.PARENT_SITE_INST_ID), n.status = row.STATUS ` in separate thread 2022-03-14 07:45:13.675+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 0 batch size 10000 2022-03-14 07:45:13.943+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 1 batch size 10000 2022-03-14 07:45:14.306+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 2 batch size 10000 2022-03-14 07:45:14.733+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 3 batch size 10000 2022-03-14 07:45:15.327+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 4 batch size 10000 2022-03-14 07:45:15.668+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 5 batch size 10000 2022-03-14 07:45:17.214+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=1310, gcTime=1357, gcCount=1} 2022-03-14 07:45:17.481+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 6 batch size 10000 2022-03-14 07:45:19.037+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=1506, gcTime=1507, gcCount=1} 2022-03-14 07:45:39.630+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:45:39.630+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:45:39.630+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:45:39.631+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:45:39.658+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:45:39.658+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:45:39.683+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:45:39.684+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:45:39.684+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:45:39.684+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:45:39.710+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=20374, gcTime=12, gcCount=1} 2022-03-14 07:45:39.833+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 7 batch size 10000 2022-03-14 07:45:40.043+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 8 batch size 10000 2022-03-14 07:45:40.370+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 9 batch size 10000 2022-03-14 07:45:40.808+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 10 batch size 10000 2022-03-14 07:45:41.144+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 11 batch size 10000 2022-03-14 07:45:41.539+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 12 batch size 10000 2022-03-14 07:45:43.056+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:45:43.056+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:45:43.056+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:45:43.056+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:45:43.058+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=1340, gcTime=1327, gcCount=1} 2022-03-14 07:45:43.058+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:45:43.087+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:45:43.116+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 13 batch size 10000 2022-03-14 07:45:43.255+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:45:43.255+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:45:43.257+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:45:43.361+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:45:43.361+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:45:43.372+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:45:43.372+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:45:43.372+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:45:43.382+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:45:45.261+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:45:45.261+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:45:45.261+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:45:45.261+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:45:45.261+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:45:45.261+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:45:45.262+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=1796, gcTime=1813, gcCount=1} 2022-03-14 07:45:45.272+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=13 2022-03-14 07:45:45.273+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:46:00.988+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=650, gcTime=15599, gcCount=5} 2022-03-14 07:46:01.000+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:46:01.000+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:46:01.000+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:46:01.000+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:46:01.011+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 14 batch size 10000 2022-03-14 07:46:01.016+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:46:01.016+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:46:01.023+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:46:01.023+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:46:01.023+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:46:01.023+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:46:01.088+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=14868, gcTime=0, gcCount=0} 2022-03-14 07:46:01.194+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 15 batch size 10000 2022-03-14 07:46:01.299+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 16 batch size 10000 2022-03-14 07:46:01.518+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 17 batch size 10000 2022-03-14 07:46:01.763+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 18 batch size 10000 2022-03-14 07:46:02.018+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 19 batch size 10000 2022-03-14 07:46:02.096+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:46:02.096+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:46:02.096+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:46:02.096+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:46:02.097+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:46:02.097+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:46:02.237+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 20 batch size 10000 2022-03-14 07:46:03.451+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:46:03.451+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:46:03.451+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:46:03.451+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:46:03.454+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:46:03.454+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=271 2022-03-14 07:46:03.455+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=1149, gcTime=1156, gcCount=1} 2022-03-14 07:46:03.678+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 21 batch size 10000 2022-03-14 07:46:03.776+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:46:03.776+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:46:03.787+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:46:03.787+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:46:03.797+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:46:03.813+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:46:06.324+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:46:06.324+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:46:06.342+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:46:06.345+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:46:06.345+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:46:06.345+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=2478, gcTime=2509, gcCount=1} 2022-03-14 07:46:06.353+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:46:06.392+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 22 batch size 10000 2022-03-14 07:46:25.513+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:46:25.513+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=950 2022-03-14 07:46:25.513+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:46:25.513+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:46:25.519+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=234, gcTime=19003, gcCount=3} 2022-03-14 07:46:25.528+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:46:25.528+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:46:25.537+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=32505 2022-03-14 07:46:25.537+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60138 2022-03-14 07:46:25.537+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=122166 2022-03-14 07:46:25.537+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=123 2022-03-14 07:46:25.579+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 23 batch size 10000 2022-03-14 07:46:25.628+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=18737, gcTime=0, gcCount=0} 2022-03-14 07:46:25.802+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 24 batch size 10000 2022-03-14 07:46:25.974+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=108, gcTime=97, gcCount=1} 2022-03-14 07:46:26.070+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 25 batch size 10000 2022-03-14 07:46:26.308+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 26 batch size 10000 2022-03-14 07:46:27.956+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:46:27.956+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:46:27.956+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=1447, gcTime=1506, gcCount=1} 2022-03-14 07:46:27.977+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:46:27.978+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:46:27.978+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:46:27.988+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:46:28.038+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 27 batch size 10000 2022-03-14 07:46:43.753+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:46:43.753+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=523 2022-03-14 07:46:43.760+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=305, gcTime=15705, gcCount=3} 2022-03-14 07:46:43.769+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:46:43.769+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=104 2022-03-14 07:46:43.769+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:46:43.769+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=103 2022-03-14 07:46:43.771+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:46:43.771+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:46:43.771+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=283 2022-03-14 07:46:43.784+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xaa8ccfd3, L:/10.144.16.139:7687 - R:/10.20.212.210:58217] WebSocket version V13 server handshake 2022-03-14 07:46:43.784+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: N/r4M/tTWh0tNIUpt+PMew==, response: staQD5Grqp3NLsOFvFeLZiVYvxk= 2022-03-14 07:46:43.808+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x38f4587f, L:/10.144.16.139:7687 - R:/10.20.212.210:58219] WebSocket version V13 server handshake 2022-03-14 07:46:43.808+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: ovmC5DjzYJJNFOtjmwpDLQ==, response: TO8LEWyolintiY8TbhUwdibFQZg= 2022-03-14 07:46:43.810+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=265 2022-03-14 07:46:43.853+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=6 2022-03-14 07:46:43.870+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=15408, gcTime=18, gcCount=1} 2022-03-14 07:46:44.103+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 28 batch size 10000 2022-03-14 07:46:44.214+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:46:44.214+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:46:44.214+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:46:44.221+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:46:44.221+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:46:44.223+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:46:44.258+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 29 batch size 10000 2022-03-14 07:46:46.443+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:46:46.443+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:46:46.443+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:46:46.443+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:46:46.445+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=2149, gcTime=2170, gcCount=1} 2022-03-14 07:46:46.445+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:46:46.456+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:47:03.748+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:47:03.748+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:47:03.748+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:47:03.771+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 30 batch size 10000 2022-03-14 07:47:03.792+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=16999, gcTime=17091, gcCount=3} 2022-03-14 07:47:03.808+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x4b96a803, L:/10.144.16.139:7687 - R:/10.20.212.210:58226] WebSocket version V13 server handshake 2022-03-14 07:47:03.808+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: 89Q8SoOwa40XotDoMkdrNA==, response: wu0p4Itjgq7T1AXlE3S8t+HKJKE= 2022-03-14 07:47:03.881+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xa4864824, L:/10.144.16.139:7687 - R:/10.20.212.210:58223] WebSocket version V13 server handshake 2022-03-14 07:47:03.881+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: f0ryK1XoxT1K6i5KacR0MA==, response: EXok5CgN8J5gdh2qYpq07Ak/OtM= 2022-03-14 07:47:03.925+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 31 batch size 10000 2022-03-14 07:47:03.969+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:47:03.969+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=20 2022-03-14 07:47:03.969+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4 2022-03-14 07:47:05.938+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=1834, gcTime=1875, gcCount=1} 2022-03-14 07:47:05.938+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:47:05.938+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=79 2022-03-14 07:47:06.141+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=103, gcTime=179, gcCount=1} 2022-03-14 07:47:24.244+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=18002, gcTime=18093, gcCount=3} 2022-03-14 07:47:24.253+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=48 2022-03-14 07:47:24.254+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 32 batch size 10000 2022-03-14 07:47:24.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:47:24.405+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=33 2022-03-14 07:47:24.413+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4856 2022-03-14 07:47:25.564+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:47:25.564+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:47:25.564+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=1108, gcTime=1111, gcCount=1} 2022-03-14 07:47:25.595+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:47:42.007+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:47:42.007+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:47:42.008+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:47:42.008+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:47:42.008+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=8 2022-03-14 07:47:42.008+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=0 2022-03-14 07:47:42.008+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=8 2022-03-14 07:47:42.008+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=0 2022-03-14 07:47:42.009+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=8 length=0 2022-03-14 07:47:42.009+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=8 length=0 2022-03-14 07:47:42.009+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:47:42.009+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:47:42.009+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=16344, gcTime=16350, gcCount=3} 2022-03-14 07:47:42.009+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=8 2022-03-14 07:47:42.009+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=0 2022-03-14 07:47:42.009+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=8 length=0 2022-03-14 07:47:42.036+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 33 batch size 10000 2022-03-14 07:47:42.040+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:47:42.040+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:47:42.040+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=8 2022-03-14 07:47:42.040+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=0 2022-03-14 07:47:42.040+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=8 length=0 2022-03-14 07:47:42.047+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x4834ae58, L:/10.144.16.139:7687 - R:/10.20.212.210:58229] WebSocket version V13 server handshake 2022-03-14 07:47:42.047+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: HiORgvzBRrNVTQLQRXRZmw==, response: qEP/e2gS5EFKH4qMZxc2G9En9GM= 2022-03-14 07:47:42.050+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x06393b13, L:/10.144.16.139:7687 - R:/10.20.212.210:58231] WebSocket version V13 server handshake 2022-03-14 07:47:42.050+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: kwxAtkfDNdRCjevMFEm9Lw==, response: lnjnbOLX4wcph13fjlCDVvfv6qE= 2022-03-14 07:47:42.232+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 34 batch size 10000 2022-03-14 07:47:43.486+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=966, gcTime=902, gcCount=1} 2022-03-14 07:47:43.524+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 35 batch size 10000 2022-03-14 07:47:43.542+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x31799924, L:/10.144.16.139:7687 - R:/10.20.212.210:58234] WebSocket version V13 server handshake 2022-03-14 07:47:43.542+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: YqoGjs4+mmgkhwjdKpR0LA==, response: o/5wq6xkqSHupWhPzMun/wfeavM= 2022-03-14 07:48:00.318+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=16632, gcTime=16729, gcCount=4} 2022-03-14 07:48:00.319+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:48:00.319+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=20 2022-03-14 07:48:00.337+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4 2022-03-14 07:48:00.374+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x2a80f746, L:/10.144.16.139:7687 - R:/10.20.212.210:58236] WebSocket version V13 server handshake 2022-03-14 07:48:00.374+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: JUmQ4bhTfs1FzA6xiltByA==, response: NqhET7aUpiOiMd/UxyYJpJiBEM0= 2022-03-14 07:48:00.376+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x36ab8090, L:/10.144.16.139:7687 - R:/10.20.212.210:58238] WebSocket version V13 server handshake 2022-03-14 07:48:00.376+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: prkLVDmRaW096WBF+SY0KQ==, response: 4MzIlVCgMy5kCSpu1lRD+QfB+Rc= 2022-03-14 07:48:00.462+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 36 batch size 10000 2022-03-14 07:48:00.467+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:48:00.467+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=79 2022-03-14 07:48:00.478+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=48 2022-03-14 07:48:00.489+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:48:00.489+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=20 2022-03-14 07:48:00.489+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4 2022-03-14 07:48:00.612+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:48:00.612+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=33 2022-03-14 07:48:00.612+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:48:00.612+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=79 2022-03-14 07:48:19.817+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4856 2022-03-14 07:48:19.818+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=1171, gcTime=1213, gcCount=1} 2022-03-14 07:48:19.860+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=48 2022-03-14 07:48:19.889+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 37 batch size 10000 2022-03-14 07:48:20.390+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:48:20.390+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=33 2022-03-14 07:48:20.391+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:48:20.391+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:48:20.397+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:48:20.398+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4856 2022-03-14 07:48:20.560+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=18614, gcTime=18536, gcCount=7} 2022-03-14 07:48:20.561+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:48:20.561+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:48:36.037+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:48:36.091+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x28a0d0c7, L:/10.144.16.139:7687 - R:/10.20.212.210:58245] WebSocket version V13 server handshake 2022-03-14 07:48:36.091+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: iQKhl2kLFXsRBcti1MNDTQ==, response: wqvkE8Oeus3hEy7mcuud1KW2Tsk= 2022-03-14 07:48:36.132+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xeaccb4a2, L:/10.144.16.139:7687 - R:/10.20.212.210:58240] WebSocket version V13 server handshake 2022-03-14 07:48:36.133+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: QQRpdZtMyV41xvN6gilF1g==, response: DcI8FWL5EOiyj7m2TrYC4mmfTPM= 2022-03-14 07:48:36.174+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 38 batch size 10000 2022-03-14 07:48:36.179+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=15381, gcTime=0, gcCount=0} 2022-03-14 07:48:37.317+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=1038, gcTime=1077, gcCount=1} 2022-03-14 07:48:37.338+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x37dcc451, L:/10.144.16.139:7687 - R:/10.20.212.210:58248] WebSocket version V13 server handshake 2022-03-14 07:48:37.338+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: J9Bi1xghWrMpYnLb19FZzQ==, response: M6/QTILHGTVzsuznaLcrOezBP44= 2022-03-14 07:48:53.487+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:48:53.487+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=20 2022-03-14 07:48:53.487+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4 2022-03-14 07:48:53.489+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=117, gcTime=16134, gcCount=4} 2022-03-14 07:48:53.516+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xeee73b62, L:/10.144.16.139:7687 - R:/10.20.212.210:58252] WebSocket version V13 server handshake 2022-03-14 07:48:53.516+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: mtgT1NWhpePpBxA+IYanFg==, response: 9nmvRaFaQYD355M33r9hBH7v0q8= 2022-03-14 07:48:53.550+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x90d0526a, L:/10.144.16.139:7687 - R:/10.20.212.210:58250] WebSocket version V13 server handshake 2022-03-14 07:48:53.550+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: T1Knz3xiQBfAc8BRkcamMg==, response: XZM0P4HWhvV2IoKv0JH2O6ioTEE= 2022-03-14 07:48:53.600+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=15964, gcTime=7, gcCount=1} 2022-03-14 07:48:53.611+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:48:53.611+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=79 2022-03-14 07:48:53.614+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:48:53.614+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=20 2022-03-14 07:48:53.614+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4 2022-03-14 07:48:53.619+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=48 2022-03-14 07:48:53.639+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 39 batch size 10000 2022-03-14 07:48:54.545+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:48:54.545+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=33 2022-03-14 07:48:54.550+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4856 2022-03-14 07:48:54.555+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:48:54.555+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=79 2022-03-14 07:48:54.566+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=866, gcTime=852, gcCount=1} 2022-03-14 07:48:54.568+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x687f40c6, L:/10.144.16.139:7687 - R:/10.20.212.210:58254] WebSocket version V13 server handshake 2022-03-14 07:48:54.568+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: yBPIi4Lhfm1iWeuNzVWvNw==, response: X3CVca/MfMjcUCzmM//oE2CacoM= 2022-03-14 07:49:11.752+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:49:11.752+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:49:11.752+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=17085, gcTime=17138, gcCount=2} 2022-03-14 07:49:11.753+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:49:11.765+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:49:11.765+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=20 2022-03-14 07:49:11.765+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4 2022-03-14 07:49:11.839+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=48 2022-03-14 07:49:11.901+0000 INFO [o.n.k.NeoStoreDataSource] Rotated to transaction log [/home/weblogic/Kuwaiba_2_0_Stable/kuwaiba_2.0-stable/server/data/db/databases/kuwaiba.db/neostore.transaction.db.249] version=249, last transaction in previous log=499025 2022-03-14 07:49:32.016+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=20037, gcTime=20050, gcCount=2} 2022-03-14 07:49:32.016+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:49:32.016+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:49:32.016+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=79 2022-03-14 07:49:32.018+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=33 2022-03-14 07:49:32.026+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4856 2022-03-14 07:49:32.028+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 40 batch size 10000 2022-03-14 07:49:32.050+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xbbddac6b, L:/10.144.16.139:7687 - R:/10.20.212.210:58271] WebSocket version V13 server handshake 2022-03-14 07:49:32.050+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: ClYd4x2zyVjuK/tcwpZ7NQ==, response: fcnJMeA3fBnjPoMJCnmO2bGaAkw= 2022-03-14 07:49:32.057+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x0fd668ae, L:/10.144.16.139:7687 - R:/10.20.212.210:58268] WebSocket version V13 server handshake 2022-03-14 07:49:32.057+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: 2FVaX7nY9L/AhcDtQtChOA==, response: tdo6mTXxTA19WDBH/Dmu3uetJUs= 2022-03-14 07:49:32.064+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x5ef89a4c, L:/10.144.16.139:7687 - R:/10.20.212.210:58257] WebSocket version V13 server handshake 2022-03-14 07:49:32.064+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: cek5TzdhWtGLw1K8E4jonA==, response: n3yUlbOKhLo4wgMDynDQVbqCw9o= 2022-03-14 07:49:32.069+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x8a839617, L:/10.144.16.139:7687 - R:/10.20.212.210:58265] WebSocket version V13 server handshake 2022-03-14 07:49:32.069+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: MqutGjJX1+Mxbc07kfnoFw==, response: SEWaJ/hlurEHaqPVnj8FKcrcyFk= 2022-03-14 07:49:32.070+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x31803ffc, L:/10.144.16.139:7687 - R:/10.20.212.210:58263] WebSocket version V13 server handshake 2022-03-14 07:49:32.070+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: HNSfM1V0hyVgqKFJncK9iQ==, response: iffrb5yCOiAnbOiNZoPlWOKq+SU= 2022-03-14 07:49:32.115+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=48 2022-03-14 07:49:32.142+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:49:32.142+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:49:32.145+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:49:32.155+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:49:32.155+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=20 2022-03-14 07:49:32.156+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4 2022-03-14 07:49:32.778+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:49:32.778+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:49:32.779+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=8 2022-03-14 07:49:32.779+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=0 2022-03-14 07:49:32.779+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=8 length=0 2022-03-14 07:49:32.779+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:49:32.779+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=79 2022-03-14 07:49:32.779+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:49:32.779+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=33 2022-03-14 07:49:32.783+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=557, gcTime=571, gcCount=1} 2022-03-14 07:49:32.792+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4856 2022-03-14 07:49:32.803+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=48 2022-03-14 07:49:32.823+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x746d97fa, L:/10.144.16.139:7687 - R:/10.20.212.210:58275] WebSocket version V13 server handshake 2022-03-14 07:49:32.824+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: g01Vft35RgeuyFrVry9tiA==, response: ISR3YXAGgS1dDu5VtfCczQhVWzc= 2022-03-14 07:49:49.603+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:49:49.604+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:49:49.604+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=16720, gcTime=16719, gcCount=4} 2022-03-14 07:49:49.604+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:49:49.604+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=33 2022-03-14 07:49:49.609+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 41 batch size 10000 2022-03-14 07:49:49.613+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:49:49.623+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4856 2022-03-14 07:49:49.646+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:49:49.646+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=20 2022-03-14 07:49:49.647+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4 2022-03-14 07:50:07.612+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=17804, gcTime=17873, gcCount=3} 2022-03-14 07:50:07.612+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:50:07.612+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=79 2022-03-14 07:50:07.612+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:50:07.612+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:50:07.612+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:50:07.667+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=48 2022-03-14 07:50:07.668+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xaeea6107, L:/10.144.16.139:7687 - R:/10.20.212.210:56135] WebSocket version V13 server handshake 2022-03-14 07:50:07.668+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xc047269e, L:/10.144.16.139:7687 - R:/10.20.212.210:58280] WebSocket version V13 server handshake 2022-03-14 07:50:07.668+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: yLhoQpgkUZdbYpxjW3rWtw==, response: QxxxZdXkrb2ECvAJu49AeB9JESU= 2022-03-14 07:50:07.668+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: /3AVtAuIyaOkAn6uNlGqYw==, response: J9subT3fQNk3Q/50rXZ2h2zRbGE= 2022-03-14 07:50:07.677+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 42 batch size 10000 2022-03-14 07:50:07.678+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x12f2226c, L:/10.144.16.139:7687 - R:/10.20.212.210:58282] WebSocket version V13 server handshake 2022-03-14 07:50:07.678+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: +bNyh9nKy6Q4URHNlFbmkw==, response: JRuzHdf1L5TsuYFh3PX3p8f0yRQ= 2022-03-14 07:50:27.464+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=869, gcTime=19733, gcCount=5} 2022-03-14 07:50:27.476+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:50:27.476+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=33 2022-03-14 07:50:27.477+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:50:27.477+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=20 2022-03-14 07:50:27.477+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4 2022-03-14 07:50:27.484+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4856 2022-03-14 07:50:27.484+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x06f4a652, L:/10.144.16.139:7687 - R:/10.20.212.210:57311] WebSocket version V13 server handshake 2022-03-14 07:50:27.485+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: nmX2x0fIVW2l1sfKj3xoXg==, response: U37AKRRt3QIj2ipCW4PBKQyI0DU= 2022-03-14 07:50:27.489+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x853f0e40, L:/10.144.16.139:7687 - R:/10.20.212.210:56137] WebSocket version V13 server handshake 2022-03-14 07:50:27.489+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: Q0DVfLG4Q3NyOs+ueBIOtQ==, response: XDa4ge06RiKiVYqIwguZxez/Uy4= 2022-03-14 07:50:27.498+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x7824ae46, L:/10.144.16.139:7687 - R:/10.20.212.210:57216] WebSocket version V13 server handshake 2022-03-14 07:50:27.498+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: xy0vGUpP1wpWIADYjXIKSA==, response: 2ZFgDAeVa6OfZwWvcB8XfPBzJlo= 2022-03-14 07:50:27.499+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x5b34aefc, L:/10.144.16.139:7687 - R:/10.20.212.210:57274] WebSocket version V13 server handshake 2022-03-14 07:50:27.499+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: 4zpx9V1mtxjxi5kzpiMlng==, response: VK6KASAH9LLoimoK1P4ckokMSYQ= 2022-03-14 07:50:27.499+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x15481070, L:/10.144.16.139:7687 - R:/10.20.212.210:57220] WebSocket version V13 server handshake 2022-03-14 07:50:27.499+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: e9rqphj3HkN3GtAnfSMMzw==, response: Mr2lGXvyQiEJD2Nf/Hq1prc63PQ= 2022-03-14 07:50:27.564+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=18773, gcTime=0, gcCount=0} 2022-03-14 07:50:44.433+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 43 batch size 10000 2022-03-14 07:50:44.440+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:50:44.441+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=79 2022-03-14 07:50:44.441+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:50:44.441+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=20 2022-03-14 07:50:44.442+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4 2022-03-14 07:50:44.442+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:50:44.442+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:50:44.442+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=688, gcTime=16829, gcCount=5} 2022-03-14 07:50:44.442+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:50:44.466+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x758dc5ec, L:/10.144.16.139:7687 - R:/10.20.212.210:61297] WebSocket version V13 server handshake 2022-03-14 07:50:44.466+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: jzRx5uvV2YlIx2ApkBMSJg==, response: zO4u286K8V0dal5zgRoZEbD2jck= 2022-03-14 07:50:44.480+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=48 2022-03-14 07:50:44.480+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xa71a990d, L:/10.144.16.139:7687 - R:/10.20.212.210:57396] WebSocket version V13 server handshake 2022-03-14 07:50:44.480+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: aa0sN3JzqRW0kASOFJXUew==, response: OIIKersMt9jVddh3MzNsXfZUWO4= 2022-03-14 07:50:44.481+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x5c6843f7, L:/10.144.16.139:7687 - R:/10.20.212.210:57383] WebSocket version V13 server handshake 2022-03-14 07:50:44.481+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: u2TlQlrDEm11TBz1EP+JZw==, response: 0o6sJv91KWj6TAKMNSJGKV154WM= 2022-03-14 07:50:44.492+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xdd403b51, L:/10.144.16.139:7687 - R:/10.20.212.210:57354] WebSocket version V13 server handshake 2022-03-14 07:50:44.492+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: V3XNZTOrQrJRTauoS2/JXw==, response: SgCs60/gIqwPltNLETWQ1Yyq0t8= 2022-03-14 07:50:44.867+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:50:44.867+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=20 2022-03-14 07:50:44.867+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4 2022-03-14 07:50:44.868+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:50:44.868+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=33 2022-03-14 07:50:44.875+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:50:44.875+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=79 2022-03-14 07:50:44.875+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=16422, gcTime=346, gcCount=1} 2022-03-14 07:50:44.878+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4856 2022-03-14 07:50:44.919+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xfeac2d09, L:/10.144.16.139:7687 - R:/10.20.212.210:61320] WebSocket version V13 server handshake 2022-03-14 07:50:44.919+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: 9nbnPhk3bBB4O17D10bOXA==, response: 6BDk3DS/un9H6RYJykW1ldjICBc= 2022-03-14 07:50:44.920+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=48 2022-03-14 07:50:45.059+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:50:45.059+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:50:45.059+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=20 2022-03-14 07:50:45.059+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=33 2022-03-14 07:50:45.059+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:50:45.059+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:50:45.059+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4 2022-03-14 07:50:45.064+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4856 2022-03-14 07:50:45.065+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:50:45.065+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=79 2022-03-14 07:50:45.075+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:51:02.033+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:51:02.033+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:51:02.038+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:51:02.038+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=79 2022-03-14 07:51:02.042+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=48 2022-03-14 07:51:02.042+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:51:02.043+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:51:02.043+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:51:02.043+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=8 2022-03-14 07:51:02.043+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=0 2022-03-14 07:51:02.043+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=8 length=0 2022-03-14 07:51:02.093+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xaa34f3e7, L:/10.144.16.139:7687 - R:/10.20.212.210:50181] WebSocket version V13 server handshake 2022-03-14 07:51:02.093+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: J7otQ+3fPESt3UDP86N2XQ==, response: lB0K/Z+NrAGCM1CTwhuSNAUFC3Q= 2022-03-14 07:51:02.097+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xdc1df9b7, L:/10.144.16.139:7687 - R:/10.20.212.210:61326] WebSocket version V13 server handshake 2022-03-14 07:51:02.097+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: 0r0Xk+qdf8c/gb8RyBYEjg==, response: TYSPApPbF5rVV5BXxd6A0euqkX4= 2022-03-14 07:51:02.099+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x599c1dd4, L:/10.144.16.139:7687 - R:/10.20.212.210:50187] WebSocket version V13 server handshake 2022-03-14 07:51:02.099+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x5e9ab9dd, L:/10.144.16.139:7687 - R:/10.20.212.210:50183] WebSocket version V13 server handshake 2022-03-14 07:51:02.099+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: LL8bUGUeDjf92iJDrxTMHA==, response: 8CfS7PzD0ZWxV6kYtVBrwawkx+U= 2022-03-14 07:51:02.099+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: fiFwldROaT6KwGTAAmtIEg==, response: gydAp0XzV2YUhwJlp7YTPDU/X2U= 2022-03-14 07:51:02.099+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=48 2022-03-14 07:51:02.102+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x8c6ec33a, L:/10.144.16.139:7687 - R:/10.20.212.210:61344] WebSocket version V13 server handshake 2022-03-14 07:51:02.102+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: FX/465ffIksqwEUdNXe53Q==, response: AZIF55Kje2LoI+iMGJKlhuaMdi4= 2022-03-14 07:51:02.141+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=16796, gcTime=16, gcCount=1} 2022-03-14 07:51:20.672+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:51:20.672+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=18431, gcTime=18520, gcCount=2} 2022-03-14 07:51:20.672+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=33 2022-03-14 07:51:20.672+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:51:20.672+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=20 2022-03-14 07:51:20.675+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4856 2022-03-14 07:51:20.676+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:51:20.676+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=33 2022-03-14 07:51:20.691+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4 2022-03-14 07:51:20.697+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 44 batch size 10000 2022-03-14 07:51:20.726+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x72af84c2, L:/10.144.16.139:7687 - R:/10.20.212.210:50208] WebSocket version V13 server handshake 2022-03-14 07:51:20.727+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: +xUPQUtgH16l6FsqJ/5pTA==, response: kkK5mTJhRvYk6Xu3lB6R+L8CQEo= 2022-03-14 07:51:20.728+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x99e6bdea, L:/10.144.16.139:7687 - R:/10.20.212.210:50217] WebSocket version V13 server handshake 2022-03-14 07:51:20.728+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: VkPDeU0Ty3PsID8GLznihQ==, response: N5rGyhwRNaumBXjxlB9zJeuZKU0= 2022-03-14 07:51:20.728+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xb95d26a0, L:/10.144.16.139:7687 - R:/10.20.212.210:50205] WebSocket version V13 server handshake 2022-03-14 07:51:20.728+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: srZzZ+zoO4cTFa3Aqqn8DQ==, response: 0/DhQ+Pp6PYhkDz4Tju+S2/CtDs= 2022-03-14 07:51:20.739+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xd94d441a, L:/10.144.16.139:7687 - R:/10.20.212.210:50223] WebSocket version V13 server handshake 2022-03-14 07:51:20.739+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: 82Aoh2CC0Gwvkdka6S8gKA==, response: yyBBLI74kMBnNRzLp7e2sCCbQhY= 2022-03-14 07:51:20.747+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x0a03663d, L:/10.144.16.139:7687 - R:/10.20.212.210:50228] WebSocket version V13 server handshake 2022-03-14 07:51:20.747+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: ew+KvjbhIfyRKQ9xqE+U1A==, response: h1hJCEFo5WMYLE+195KeQ2nISp0= 2022-03-14 07:51:20.757+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xbb3eec27, L:/10.144.16.139:7687 - R:/10.20.212.210:50226] WebSocket version V13 server handshake 2022-03-14 07:51:20.757+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: YYbgV6g4N+u+XeETO3nOKg==, response: kdQRdteDTQjC4wZILWJvOR2McRs= 2022-03-14 07:51:20.758+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x68d052f1, L:/10.144.16.139:7687 - R:/10.20.212.210:50189] WebSocket version V13 server handshake 2022-03-14 07:51:20.758+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: ugb6WPQGL524YAFyAuyRZA==, response: qAP2zfJmpBDnMmbBarjK+8sZMzo= 2022-03-14 07:51:21.230+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:51:21.230+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=20 2022-03-14 07:51:21.230+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4 2022-03-14 07:51:21.235+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:51:21.235+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:51:21.235+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:51:21.235+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=79 2022-03-14 07:51:21.239+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4858 2022-03-14 07:51:21.256+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=484, gcTime=461, gcCount=2} 2022-03-14 07:51:21.257+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=48 2022-03-14 07:51:21.258+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x61bf3efd, L:/10.144.16.139:7687 - R:/10.20.212.210:50230] WebSocket version V13 server handshake 2022-03-14 07:51:21.258+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: cC0jbgyYIrv8iJDwY4NuMw==, response: a4qam3UuDeyFU3MjrduZlkl16vA= 2022-03-14 07:51:21.259+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:51:21.599+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:51:21.599+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=471 2022-03-14 07:51:21.599+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:51:21.599+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=33 2022-03-14 07:51:21.600+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:51:21.600+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=20 2022-03-14 07:51:21.600+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4 2022-03-14 07:51:38.120+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:51:38.120+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=79 2022-03-14 07:51:38.120+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=248, gcTime=16811, gcCount=7} 2022-03-14 07:51:38.123+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=48 2022-03-14 07:51:38.142+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:51:38.142+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:51:38.144+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xe896b248, L:/10.144.16.139:7687 - R:/10.20.212.210:61740] WebSocket version V13 server handshake 2022-03-14 07:51:38.144+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: vOIaneiOF/78ug1ixECRVw==, response: LyiQOlPyvVxu2Z22Cqx19NMXL2Q= 2022-03-14 07:51:38.145+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:51:38.160+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:51:38.160+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=79 2022-03-14 07:51:38.160+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4858 2022-03-14 07:51:38.186+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x0bd78fc7, L:/10.144.16.139:7687 - R:/10.20.212.210:50234] WebSocket version V13 server handshake 2022-03-14 07:51:38.186+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: jQQRvQRbHlzKtCwiJyffmg==, response: uvEHQS3HfvtwDW/N9nzLr8TPKnE= 2022-03-14 07:51:38.186+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=116129 2022-03-14 07:51:38.187+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=60 2022-03-14 07:51:38.187+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=48 2022-03-14 07:51:38.189+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xcd2d933d, L:/10.144.16.139:7687 - R:/10.20.212.210:61768] WebSocket version V13 server handshake 2022-03-14 07:51:38.190+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: I6eznszxeOA+ABbAFdUKQg==, response: g9l385tRLCQvfLt41fBWSxbo6VI= 2022-03-14 07:51:38.444+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:51:38.444+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=20 2022-03-14 07:51:38.445+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4 2022-03-14 07:51:38.445+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:51:38.445+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:51:38.445+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:51:38.445+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=33 2022-03-14 07:51:38.447+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:51:38.447+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=16742, gcTime=228, gcCount=1} 2022-03-14 07:51:38.447+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=33 2022-03-14 07:51:54.260+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:51:54.271+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4858 2022-03-14 07:51:54.292+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=15726, gcTime=15822, gcCount=3} 2022-03-14 07:52:10.259+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=15881, gcTime=15920, gcCount=2} 2022-03-14 07:52:10.259+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:52:10.259+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:52:10.261+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:52:10.268+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 45 batch size 10000 2022-03-14 07:52:10.270+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x72ab9e66, L:/10.144.16.139:7687 - R:/10.20.212.210:61788] WebSocket version V13 server handshake 2022-03-14 07:52:10.270+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: YjjxBiMTfC81qkSkrUMlCg==, response: LVVXEmC+cKI1MXOZNAAekRhBIek= 2022-03-14 07:52:10.329+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:52:10.329+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=79 2022-03-14 07:52:10.353+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xe8a8a6b5, L:/10.144.16.139:7687 - R:/10.20.212.210:61847] WebSocket version V13 server handshake 2022-03-14 07:52:10.353+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: ZRbpkysi1xHQjbvP9dtNNg==, response: Ybjt/LZ/7es8oDQuMw5YePxKyp8= 2022-03-14 07:52:10.363+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=48 2022-03-14 07:52:10.368+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xaa24cdf5, L:/10.144.16.139:7687 - R:/10.20.212.210:61849] WebSocket version V13 server handshake 2022-03-14 07:52:10.368+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: 4CKvrJQlJ0AqpEx/ET6bFg==, response: /7CPcpux/6R3jdtxWUHANcIJ3u0= 2022-03-14 07:52:10.377+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x08083876, L:/10.144.16.139:7687 - R:/10.20.212.210:61890] WebSocket version V13 server handshake 2022-03-14 07:52:10.377+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: WQDvGZU3eHwRbub+Ss+32g==, response: e4qHBYeyHUtsEiApk03BpXLJyKw= 2022-03-14 07:52:10.381+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x5a9ce2d6, L:/10.144.16.139:7687 - R:/10.20.212.210:61838] WebSocket version V13 server handshake 2022-03-14 07:52:10.382+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: q7ND2i4P+LIAyQu1DBro2g==, response: Qmam7zbw7kOq9/0QyW1VEhgjBx4= 2022-03-14 07:52:10.382+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4858 2022-03-14 07:52:10.382+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x97b514c6, L:/10.144.16.139:7687 - R:/10.20.212.210:61851] WebSocket version V13 server handshake 2022-03-14 07:52:10.383+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: La4GYyMcegxHX1ybBWSeAQ==, response: DcFzu/XVR+vFzFPQi95kKRc6sAI= 2022-03-14 07:52:11.019+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:52:11.019+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:52:11.019+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:52:11.019+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xc7a14e8f, L:/10.144.16.139:7687 - R:/10.20.212.210:61921] WebSocket version V13 server handshake 2022-03-14 07:52:11.020+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=531, gcTime=591, gcCount=1} 2022-03-14 07:52:11.020+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=33 2022-03-14 07:52:11.020+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:52:11.020+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=20 2022-03-14 07:52:11.021+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4 2022-03-14 07:52:11.027+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: CY094Yg90WJzemwK5tAshw==, response: JflKxykCPTtd1RGEgLlrGrmpfAY= 2022-03-14 07:52:11.027+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4856 2022-03-14 07:52:11.027+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:52:11.037+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:52:11.037+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:52:11.037+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:52:30.763+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:52:30.763+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=20 2022-03-14 07:52:30.764+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:52:30.764+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:52:30.764+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=8 2022-03-14 07:52:30.764+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=0 2022-03-14 07:52:30.764+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=8 length=0 2022-03-14 07:52:30.764+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:52:30.764+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=79 2022-03-14 07:52:30.764+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=19660, gcTime=19701, gcCount=3} 2022-03-14 07:52:30.764+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4 2022-03-14 07:52:30.790+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 46 batch size 10000 2022-03-14 07:52:47.667+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xffeed2f5, L:/10.144.16.139:7687 - R:/10.20.212.210:61940] WebSocket version V13 server handshake 2022-03-14 07:52:47.667+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: GGGyejHaNc3tTYowOHQmHQ==, response: L6YIAvvHAwQ5nWFGMgbhyJcR5BA= 2022-03-14 07:52:47.668+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xe4c86ebd, L:/10.144.16.139:7687 - R:/10.20.212.210:61944] WebSocket version V13 server handshake 2022-03-14 07:52:47.668+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: Dfkhm4AdyfIf0Dzf3xhm0A==, response: vvrDn1sA681mK/3ETgyaWjrFXJo= 2022-03-14 07:52:47.673+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:52:47.673+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:52:47.674+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xb0117fa0, L:/10.144.16.139:7687 - R:/10.20.212.210:61929] WebSocket version V13 server handshake 2022-03-14 07:52:47.674+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: OQYZVd0VYXrEgHMrWE24TQ==, response: Uebz2X6yiy3XGHx3NTyYsXoxlJc= 2022-03-14 07:52:47.674+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:52:47.674+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=293, gcTime=16863, gcCount=3} 2022-03-14 07:52:47.674+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:52:47.675+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=79 2022-03-14 07:52:47.680+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=48 2022-03-14 07:52:47.680+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x03f0353d, L:/10.144.16.139:7687 - R:/10.20.212.210:61953] WebSocket version V13 server handshake 2022-03-14 07:52:47.680+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: K+Lqv+Qa5y1yvb0nkzfCbw==, response: fbqp1hHTSTe0NK2zP7NF5L9ytI0= 2022-03-14 07:52:47.687+0000 INFO [o.n.k.i.t.l.c.CheckPointerImpl] Checkpoint triggered by scheduler for time threshold @ txId: 499026 checkpoint started... 2022-03-14 07:52:47.809+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=16550, gcTime=101, gcCount=1} 2022-03-14 07:53:04.885+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=48 2022-03-14 07:53:04.886+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xaf584892, L:/10.144.16.139:7687 - R:/10.20.212.210:61950] WebSocket version V13 server handshake 2022-03-14 07:53:04.886+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: fZi0KLBZMIpHT9bRDsUBYQ==, response: rdaqoCLNnlKDmnL3D1BveV++35k= 2022-03-14 07:53:04.888+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x47753b64, L:/10.144.16.139:7687 - R:/10.20.212.210:61946] WebSocket version V13 server handshake 2022-03-14 07:53:04.889+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: tRwb1ZpTh00M9vKykIqDOQ==, response: eGCug+NQep3kU8aXJ8VSdozhtF4= 2022-03-14 07:53:04.889+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xb7b8d491, L:/10.144.16.139:7687 - R:/10.20.212.210:61942] WebSocket version V13 server handshake 2022-03-14 07:53:04.889+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=358, gcTime=17049, gcCount=4} 2022-03-14 07:53:04.889+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: slPASQ72rC+tDpXAERvjvA==, response: Hut7p+BjwWA+aidU4ULW3mDgruk= 2022-03-14 07:53:04.889+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:53:04.889+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=33 2022-03-14 07:53:04.891+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4856 2022-03-14 07:53:04.906+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x77453b25, L:/10.144.16.139:7687 - R:/10.20.212.210:61959] WebSocket version V13 server handshake 2022-03-14 07:53:04.906+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: Uq1Ec7zVj+HrbfrNCNsrxg==, response: 8ocwCFbChrjvKS6gADIOV73sSWw= 2022-03-14 07:53:04.912+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xf62653f5, L:/10.144.16.139:7687 - R:/10.20.212.210:61957] WebSocket version V13 server handshake 2022-03-14 07:53:04.912+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: rsdZjXPKXhiOhadUnIJtiA==, response: /IBJz5L2qnU4D2trFNHpxVgH++o= 2022-03-14 07:53:04.913+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x9489793c, L:/10.144.16.139:7687 - R:/10.20.212.210:61961] WebSocket version V13 server handshake 2022-03-14 07:53:04.913+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: pCEDUAVDCpJGrZh7xf7Umw==, response: G/+G+Urwrx19nleJNWzXxRHRwWo= 2022-03-14 07:53:04.913+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x1c99e94d, L:/10.144.16.139:7687 - R:/10.20.212.210:61955] WebSocket version V13 server handshake 2022-03-14 07:53:04.914+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: 2s3q3GN2JZe5QIoaaolylA==, response: tinaoOXj07+XqVvpi9gHgOjQ534= 2022-03-14 07:53:24.143+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=17240, gcTime=19194, gcCount=6} 2022-03-14 07:53:24.156+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 47 batch size 10000 2022-03-14 07:53:24.162+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:53:24.162+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=33 2022-03-14 07:53:24.163+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:53:24.163+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:53:24.163+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:53:24.163+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=20 2022-03-14 07:53:24.163+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4 2022-03-14 07:53:24.164+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:53:24.167+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x5eabb0ae, L:/10.144.16.139:7687 - R:/10.20.212.210:61966] WebSocket version V13 server handshake 2022-03-14 07:53:24.168+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: rC/wD0vTVZCdPn821JeLjA==, response: qLksBrs/nzosMZoIr73DxfrkqBc= 2022-03-14 07:53:24.179+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4856 2022-03-14 07:53:24.181+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xaedc553a, L:/10.144.16.139:7687 - R:/10.20.212.210:61963] WebSocket version V13 server handshake 2022-03-14 07:53:24.181+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: yC+BQPJqaOwSPnfM0n6K7Q==, response: 5X350SJrZOyDZUhgLNa7KSb9kw4= 2022-03-14 07:53:42.147+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=36440, gcTime=17954, gcCount=4} 2022-03-14 07:53:42.147+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:53:42.147+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=79 2022-03-14 07:53:42.170+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:53:42.170+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:53:42.170+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=8 2022-03-14 07:53:42.171+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=0 2022-03-14 07:53:42.171+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=8 length=0 2022-03-14 07:53:42.171+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:53:42.171+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:53:42.173+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=48 2022-03-14 07:53:42.174+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xcb772ce4, L:/10.144.16.139:7687 - R:/10.20.212.210:61976] WebSocket version V13 server handshake 2022-03-14 07:53:42.174+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: GjdansT3VEi1WGT+SfpO1Q==, response: zLrsBeSEiDxny9wwv/bPF8dNcg4= 2022-03-14 07:53:42.179+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xf8fa51c3, L:/10.144.16.139:7687 - R:/10.20.212.210:61974] WebSocket version V13 server handshake 2022-03-14 07:53:42.180+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: a1gt2s2F3qJqf8af6JuHIQ==, response: 4etOK1q8QpT/HuYvk2QHjphvBzs= 2022-03-14 07:53:42.228+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:53:42.228+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xbe93236a, L:/10.144.16.139:7687 - R:/10.20.212.210:61969] WebSocket version V13 server handshake 2022-03-14 07:53:42.229+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: GxqYV4jmOtT3nUf2P8ExlQ==, response: 5QqzEb6OY3x6h2IP8faLSeBOh3A= 2022-03-14 07:53:42.414+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:53:58.736+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=16488, gcTime=16512, gcCount=3} 2022-03-14 07:54:16.106+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=33 2022-03-14 07:54:16.145+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x8dc8044d, L:/10.144.16.139:7687 - R:/10.20.212.210:61983] WebSocket version V13 server handshake 2022-03-14 07:54:16.145+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: bB7jq+jnwmuG1/QXFJAKFg==, response: XVZx5g09Ig5K7QWlJGdB3ChbOZ4= 2022-03-14 07:54:16.152+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4856 2022-03-14 07:54:16.154+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x8dc89cff, L:/10.144.16.139:7687 - R:/10.20.212.210:61987] WebSocket version V13 server handshake 2022-03-14 07:54:16.154+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: NK78+o1j78aXOrdrhUTRWw==, response: AHl8L2zYFzKRxJepcFBdFb2b8EA= 2022-03-14 07:54:16.295+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:54:16.296+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:54:16.296+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:54:33.461+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=17475, gcTime=17459, gcCount=9} 2022-03-14 07:54:33.462+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x706f472a, L:/10.144.16.139:7687 - R:/10.20.212.210:61980] WebSocket version V13 server handshake 2022-03-14 07:54:33.462+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: e1QFmaSsk5y9XO0F1SnPBA==, response: Uu3OdczKAit7O0QMA79PxP1L+hA= 2022-03-14 07:54:33.486+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x4976ebba, L:/10.144.16.139:7687 - R:/10.20.212.210:61989] WebSocket version V13 server handshake 2022-03-14 07:54:33.487+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: 8nXi3xamu7Or9f6RDe9HFA==, response: isdIsZqLYORxOOgQjb4gs6YwVBQ= 2022-03-14 07:54:33.571+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=17159, gcTime=17215, gcCount=3} 2022-03-14 07:54:33.572+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x2d6be354, L:/10.144.16.139:7687 - R:/10.20.212.210:61997] WebSocket version V13 server handshake 2022-03-14 07:54:33.572+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: y2ISz1DvELDQOnW99K5x3g==, response: SWwb0SbG3N2N7N/B7J3zJBNZAMs= 2022-03-14 07:54:33.580+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 48 batch size 10000 2022-03-14 07:54:49.939+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x56595651, L:/10.144.16.139:7687 - R:/10.20.212.210:61993] WebSocket version V13 server handshake 2022-03-14 07:54:49.940+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: oOOtiwC0IUOwOMfeETUfCw==, response: r9SIOOY4BrXLSa28pAEcPTqSFNE= 2022-03-14 07:54:49.940+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x12fcc9bd, L:/10.144.16.139:7687 - R:/10.20.212.210:61995] WebSocket version V13 server handshake 2022-03-14 07:54:49.940+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: OEBhr8pJxgQZn6HQXQzjZQ==, response: j0omYDVHXWRf9vXEtTAA7umEnfg= 2022-03-14 07:54:49.948+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xeb14fb6f, L:/10.144.16.139:7687 - R:/10.20.212.210:62001] WebSocket version V13 server handshake 2022-03-14 07:54:49.948+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: MKlHEDRLXsJ8rz3vjlVBnA==, response: 7/gcJNMFL6yZ5/SmghZYXKVpB1s= 2022-03-14 07:54:50.013+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x40ef4e3a, L:/10.144.16.139:7687 - R:/10.20.212.210:62007] WebSocket version V13 server handshake 2022-03-14 07:54:50.014+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: DdFsQZO97ETagO01tdRKKw==, response: 6bS4PNNwBdiJqCZNktSb0D7WXoY= 2022-03-14 07:54:50.052+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x0f52c07e, L:/10.144.16.139:7687 - R:/10.20.212.210:62012] WebSocket version V13 server handshake 2022-03-14 07:54:50.052+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: +wqB4jbRiTY+acSdninOnA==, response: OWtYyeb+5Eit+OJIKHTOBLSSHK4= 2022-03-14 07:54:50.060+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=16215, gcTime=40, gcCount=1} 2022-03-14 07:55:08.407+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=18247, gcTime=18323, gcCount=3} 2022-03-14 07:55:08.408+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:55:08.408+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=20 2022-03-14 07:55:08.416+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0xd36c1a84, L:/10.144.16.139:7687 - R:/10.20.212.210:62017] WebSocket version V13 server handshake 2022-03-14 07:55:08.416+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: vevZNdHaQTQr0vkFbz5dTw==, response: 1ypg82cqLGYl7uAp/R0y1BWgTM0= 2022-03-14 07:55:08.437+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4 2022-03-14 07:55:27.050+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:55:27.050+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=79 2022-03-14 07:55:27.050+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=18542, gcTime=18605, gcCount=3} 2022-03-14 07:55:27.052+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x6e50ddc7, L:/10.144.16.139:7687 - R:/10.20.212.210:62020] WebSocket version V13 server handshake 2022-03-14 07:55:27.052+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: 26tc9vtgl1J+vgP0ZIr2iA==, response: 7dvEPDJksDmvHV9C0tjTLC8+XGc= 2022-03-14 07:55:27.053+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x074ad703, L:/10.144.16.139:7687 - R:/10.20.212.210:62014] WebSocket version V13 server handshake 2022-03-14 07:55:27.053+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: ROzuOwz+8RbRqnlTKDFqGA==, response: m5MuFfKk/p2ZlypGgmxdVIf76Ac= 2022-03-14 07:55:27.061+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 49 batch size 10000 2022-03-14 07:55:27.063+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=48 2022-03-14 07:55:43.307+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=276, gcTime=16196, gcCount=4} 2022-03-14 07:55:59.739+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:55:59.739+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=33 2022-03-14 07:55:59.740+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=15901, gcTime=16420, gcCount=4} 2022-03-14 07:55:59.755+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=4856 2022-03-14 07:56:34.331+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame opCode=2 2022-03-14 07:56:34.331+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder] Decoding WebSocket Frame length=6 2022-03-14 07:56:34.332+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder] Encoding WebSocket Frame opCode=2 length=7 2022-03-14 07:56:34.333+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=16335, gcTime=34539, gcCount=7} 2022-03-14 07:57:41.609+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=50990, gcTime=32282, gcCount=6} 2022-03-14 07:57:41.617+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x3f18ee6c, L:/10.144.16.139:7687 - R:/10.20.212.210:62035] WebSocket version V13 server handshake 2022-03-14 07:57:41.618+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: ZYxIMwgfK9jBhCIvtvqY5Q==, response: tKuXMO7mXL22lxhlqAAatrjNxCs= 2022-03-14 07:57:41.635+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] [id: 0x6669ad62, L:/10.144.16.139:7687 - R:/10.20.212.210:62033] WebSocket version V13 server handshake 2022-03-14 07:57:41.635+0000 DEBUG [io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker] WebSocket version 13 server handshake key: iK1SiFae+CozlX6ROoZmKQ==, response: epxTcaW/bdV9k7lYyTIMlO6ctPc= 2022-03-14 07:57:41.636+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 50 batch size 10000 2022-03-14 07:57:59.638+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=68582, gcTime=52866, gcCount=11} 2022-03-14 07:58:33.906+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=17576, gcTime=16588, gcCount=5} 2022-03-14 07:58:51.809+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=16527, gcTime=17884, gcCount=4} 2022-03-14 07:59:09.059+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 51 batch size 10000 2022-03-14 07:59:26.777+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=17823, gcTime=34914, gcCount=15} 2022-03-14 07:59:43.402+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=51321, gcTime=16598, gcCount=8} 2022-03-14 08:00:35.724+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=17798, gcTime=52295, gcCount=10} 2022-03-14 08:01:08.566+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=67164, gcTime=32834, gcCount=6} 2022-03-14 08:01:42.057+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=33389, gcTime=33470, gcCount=10} 2022-03-14 08:03:25.097+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=16408, gcTime=102994, gcCount=17} 2022-03-14 08:03:57.675+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=86543, gcTime=32553, gcCount=7} 2022-03-14 08:06:46.731+0000 DEBUG [o.n.k.i.p.Procedures] execute in batch no 52 batch size 10000 2022-03-14 08:06:46.731+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=48457, gcTime=117469, gcCount=22} 2022-03-14 08:07:02.399+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=168534, gcTime=67219, gcCount=13} 2022-03-14 08:14:38.977+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=32383, gcTime=456535, gcCount=61} 2022-03-14 08:15:29.739+0000 ERROR [o.n.k.i.t.l.c.CheckPointerImpl] Checkpoint failed Java heap space java.lang.OutOfMemoryError: Java heap space