Prashant Pandey
02/22/2022, 6:14 AMRealtimeProvisioningHelper -tableConfigFile /Users/prashant.pandey/table_config.json -numPartitions 4 -pushFrequency null -numHosts 12 -numHours 2 -sampleCompletedSegmentDir /Users/prashant.pandey/segment_dir -ingestionRate 4750 -maxUsableHostMemory 10G -retentionHours 24
The segment is around 426M in size. But this returns the following:
Note:
* Table retention and push frequency ignored for determining retentionHours since it is specified in command
* See <https://docs.pinot.apache.org/operators/operating-pinot/tuning/realtime>
2022/02/22 11:41:31.825 INFO [RealtimeProvisioningHelperCommand] [main]
Memory used per host (Active/Mapped)
numHosts --> 12 |
numHours
2 --------> NA |
2022/02/22 11:41:31.826 INFO [RealtimeProvisioningHelperCommand] [main]
Optimal segment size
numHosts --> 12 |
numHours
2 --------> NA |
2022/02/22 11:41:31.826 INFO [RealtimeProvisioningHelperCommand] [main]
Consuming memory
numHosts --> 12 |
numHours
2 --------> NA |
2022/02/22 11:41:31.827 INFO [RealtimeProvisioningHelperCommand] [main]
Total number of segments queried per host (for all partitions)
numHosts --> 12 |
numHours
2 --------> NA |
Class transformation time: 0.271994872s for 4134 classes or 6.579459893565553E-5s per class
Why am I getting N/A
s? Is the config incorrect?Prashant Pandey
02/22/2022, 12:24 PMif (activeMemoryPerHostBytes <= _maxUsableHostMemory)
in MemoryEstimator.java
was evaluating to be false
.Mark Needham
Subbu Subramaniam
02/22/2022, 6:25 PMSubbu Subramaniam
02/22/2022, 6:25 PMMark Needham
Prashant Pandey
02/22/2022, 7:17 PMSajjad Moradi
02/22/2022, 8:07 PMSajjad Moradi
02/22/2022, 8:09 PMPrashant Pandey
02/23/2022, 8:04 PM