SandishKumarHN commented on issue #7890: Set Test timeout higher for robust 
performance
URL: https://github.com/apache/incubator-druid/pull/7890#issuecomment-502314514
 
 
   @jihoonson  here are my system details:
         Model Name: MacBook Pro
         Model Identifier: MacBookPro15,1
         Processor Name: Intel Core i7
         Processor Speed: 2.6 GHz
         Number of Processors: 1
         Total Number of Cores: 6
         L2 Cache (per Core): 256 KB
         L3 Cache: 9 MB
         Hyper-Threading Technology: Enabled
         Memory: 16 GB
   $ java -XX:+PrintFlagsFinal -version | grep HeapSize
       uintx ErgoHeapSizeLimit                         = 0                      
             {product}
       uintx HeapSizePerGCThread                       = 87241520               
             {product}
       uintx InitialHeapSize                          := 268435456              
             {product}
       uintx LargePageHeapSizeThreshold                = 134217728              
             {product}
       uintx MaxHeapSize                              := 4294967296             
             {product}
   java version "1.8.0_211"
   $ diskutil info disk0 
      Device Identifier:         disk0
      Device Node:               /dev/disk0
      Whole:                     Yes
      Part of Whole:             disk0
      Device / Media Name:       APPLE SSD AP0512M
      Volume Name:               Not applicable (no file system)
      Mounted:                   Not applicable (no file system)
      File System:               None
      Content (IOContent):       GUID_partition_scheme
      OS Can Be Installed:       No
      Media Type:                Generic
      Protocol:                  PCI-Express
      SMART Status:              Verified
      Disk Size:                 500.3 GB (500277792768 Bytes) (exactly 
977105064 512-Byte-Units)
      Device Block Size:         4096 Bytes
      Read-Only Media:           No
      Read-Only Volume:          Not applicable (no file system)
      Device Location:           Internal
      Removable Media:           Fixed
      Solid State:               Yes
      Hardware AES Support:      Yes
   
   and I'm using the mvn test command to run the test and tried even running 
with IntelliJ tests
   I observed that segmentManager.loadSegment(segment); taking ~100 
milliseconds for each segment. is that normal? if that's normal it makes sense 
why 5 seconds for the whole test.  

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to