https://bz.apache.org/bugzilla/show_bug.cgi?id=61066

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--- Comment #3 from [email protected] ---
I did check the forum to see if there is a resolution. Since I could not get
specific help, I posted this as a bug.

I tried what you suggested, but that does not help. Here are the details of my
test:

# of Threads =6
Ramp Up Period=60
Loop Count=1

Tried by both checking and unchecking  Delay Thread Creation Until Needed. No
effect. 

JDBC Request: Query: select  1
Server: Vertica

Observation:

This starts 6 threads over a period of 60 seconds. However, all the threads
seem to be executing the query at the same time. This is what I see from the
server logs (query_requests table in vertica).




start_timestamp         request        request_duration_ms
2017-05-04 11:40:30     select  1       12
2017-05-04 11:40:30     select  1       8
2017-05-04 11:40:30     select  1       8
2017-05-04 11:40:30     select  1       8
2017-05-04 11:40:30     select  1       8
2017-05-04 11:40:30     select  1       6

As you can see all the requests are hitting vertica at the same time though
threads are created at different times as can be seen from the JMeter screen
shot.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to