initializing infinite loop
Hello, I'm trying to restart my vertica cluster and my vertica.log shows this repeating loop. Any ideas? 2014-01-24 02:54:39.384 Init Session:0x7f3ba800f540 @v_gaikai_node0007: {SessionRun} 57V03/5785: Cluster Status Request by 10.0.28.86:36968 HINT: Cluster State: gaikai INITIALIZING: 1 of 12 (v_gaikai_node0007) ---- LOCATION: initSession, /scratch_a/release/vbuild/vertica/Session/ClientSession.cpp:429 2014-01-24 02:54:45.000 Timer Service:0x7e42490 [Util] Task 'LowDiskSpaceCheck' enabled 2014-01-24 02:54:46.214 Poll dispatch:0x80922b0 [Comms] Failed to send spmonitor request: Invalid argument 2014-01-24 02:54:55.000 Timer Service:0x7e42490 [Util] Task 'FeatureUseLogger' enabled 2014-01-24 02:54:55.000 Timer Service:0x7e42490 [Util] Task 'LicenseSizeAuditor' enabled 2014-01-24 02:54:55.000 Timer Service:0x7e42490 [Util] Task 'LowDiskSpaceCheck' enabled 2014-01-24 02:54:56.223 Poll dispatch:0x80922b0 [Comms] Failed to send spmonitor request: Invalid argument 2014-01-24 02:54:57.440 Init Session:0x7f3ba800f540 @v_gaikai_node0007: 00000/2705: Connection received: host=10.0.28.86 port=36972 (connCnt 1) 2014-01-24 02:54:57.440 Init Session:0x7f3ba800f540 @v_gaikai_node0007: 00000/4540: Received SSL negotiation startup packet 2014-01-24 02:54:57.440 Init Session:0x7f3ba800f540 @v_gaikai_node0007: 00000/4691: Sending SSL negotiation response 'N' 2014-01-24 02:54:57.440 Init Session:0x7f3ba800f540 @v_gaikai_node0007: {SessionRun} 57V03/5785: Cluster Status Request by 10.0.28.86:36972 HINT: Cluster State: gaikai INITIALIZING: 1 of 12 (v_gaikai_node0007) ---- LOCATION: initSession, /scratch_a/release/vbuild/vertica/Session/ClientSession.cpp:429 2014-01-24 02:54:57.477 Init Session:0x7f3ba800f540 @v_gaikai_node0007: 00000/2705: Connection received: host=10.0.28.86 port=36976 (connCnt 1) 2014-01-24 02:54:57.477 Init Session:0x7f3ba800f540 @v_gaikai_node0007: 00000/4540: Received SSL negotiation startup packet 2014-01-24 02:54:57.477 Init Session:0x7f3ba800f540 @v_gaikai_node0007: 00000/4691: Sending SSL negotiation response 'N' 2014-01-24 02:54:57.477 Init Session:0x7f3ba800f540 @v_gaikai_node0007: {SessionRun} 57V03/5785: Cluster Status Request by 10.0.28.86:36976 HINT: Cluster State: gaikai INITIALIZING: 1 of 12 (v_gaikai_node0007) ---- LOCATION: initSession, /scratch_a/release/vbuild/vertica/Session/ClientSession.cpp:429 2014-01-24 02:54:59.516 Init Session:0x7f3ba800f540 @v_gaikai_node0007: 00000/2705: Connection received: host=10.0.28.86 port=36980 (connCnt 1) 2014-01-24 02:54:59.516 Init Session:0x7f3ba800f540 @v_gaikai_node0007: 00000/4540: Received SSL negotiation startup packet 2014-01-24 02:54:59.516 Init Session:0x7f3ba800f540 @v_gaikai_node0007: 00000/4691: Sending SSL negotiation response 'N' 2014-01-24 02:54:59.517 Init Session:0x7f3ba800f540 @v_gaikai_node0007: {SessionRun} 57V03/5785: Cluster Status Request by 10.0.28.86:36980 HINT: Cluster State: gaikai INITIALIZING: 1 of 12 (v_gaikai_node0007) ---- LOCATION: initSession, /scratch_a/release/vbuild/vertica/Session/ClientSession.cpp:429
0
Comments
Could you post some more of "vertica.log" in the catalog directory of the node in question?
Vertica can take a long time to start up, depending on configuration/etc. How long have you waited?
By the way this was a test installation on AWS with a cluster and what I change during installation the spread from broadcast to point to point and now after creation of database and after a reboot, it works.
Fortunately it was a new test db for testing vertica 7.0.0-1
Did you checked a hard drives?
From my experience Amazon gives bad disks for Vertica image.
If you don't mind, can you share your results for hdd throughput and latency ?
vioperf
https://my.vertica.com/docs/7.0.x/HTML/index.htm#Authoring/InstallationGuide/scripts/vioperf.htm
MEASURE_LOCATION_PERFORMANCE
https://my.vertica.com/docs/7.0.x/HTML/index.htm#Authoring/SQLReferenceManual/Functions/VerticaFunct...
Thanks to all.