Subbu Subramaniam
04/15/2020, 4:56 PMServerGauge.HIGHEST_STREAM_OFFSET_CONSUMED
is one such. In addition, we have ServerMeter.REALTIME_ROWS_CONSUMED
so you can check the consumption rate. Also see ServerMeter.LLC_PARTITION_CONSUMING
which emits 1
to indicate the health of the consumer, and 0
whenever it stops to consume (e.g. during segment commit, or other errors). If this metric is 0 for a long time, then you have an issueHemavathi
04/16/2020, 7:07 AMkant
04/16/2020, 11:06 AMRavi Singal
04/16/2020, 4:18 PMEmily A.
04/16/2020, 11:36 PMMayank
Kishore G
kish
04/17/2020, 5:52 PMbin/pinot-admin.sh AddTable
and bin/pinot-admin.sh LaunchDataIngestionJob
commands after running bin/quick-start-batch.sh
. I got successful messages for both AddTable
and LaunchDataIngestionJobs
commands. I also see the segment file created. But the table shows zero rows on the "Pinot Data Explorer".
One deviation from the tutorial was that I had to pass -<http://Djava.io|Djava.io>.tmpdir
argument to JAVA in bin/pinot-admin.sh
and bin/quick-start-batch
scripts as there was not enough space in /tmp
directory to import the table. Please advise on how I could fix this.Neha Pawar
kish
04/17/2020, 6:30 PM[
{
"OFFLINE": [
"new_OFFLINE_1583846302903254_1584027805186276_0"
]
}
]
2. I see exception in pinotServer.log:
2020/04/17 15:23:55.362 ERROR [SegmentFetcherAndLoader] [HelixTaskExecutor-mess
ge_handle_thread] Cannot load segment : new_OFFLINE_1583846302903254_15840278
05186276_0 for table new_OFFLINE
<http://java.io|java.io>.IOException: No space left on device
at <http://java.io|java.io>.FileOutputStream.writeBytes(Native Method) ~[?:1.8.0_232]
at <http://java.io|java.io>.FileOutputStream.write(FileOutputStream.java:326) ~[?:1.8.0_2
32]
at <http://org.apache.commons.io|org.apache.commons.io>.IOUtils.copyLarge(IOUtils.java:1793) ~[pinot-al
l-0.3.0-jar-with-dependencies.jar:0.3.0-9b2dc20c07dec6cf33df08c4444d996e8202c3ba
]
at <http://org.apache.commons.io|org.apache.commons.io>.IOUtils.copyLarge(IOUtils.java:1769) ~[pinot-al
l-0.3.0-jar-with-dependencies.jar:0.3.0-9b2dc20c07dec6cf33df08c4444d996e8202c3ba
]
at <http://org.apache.commons.io|org.apache.commons.io>.IOUtils.copy(IOUtils.java:1744) ~[pinot-all-0.3
It appears like Server is still trying to use /tmp
directory. How can I change this?Neha Pawar
Neha Pawar
kish
04/17/2020, 6:41 PMNeha Pawar
kish
04/17/2020, 6:45 PMDan Hill
04/17/2020, 11:40 PMkant
04/18/2020, 9:29 PMKishore G
Xiang Fu
Xiang Fu
Mayank
Mayank
Cinto Sunny
04/20/2020, 4:06 AMMayank
Mayank
Neelakanthanvinod Thanappan
04/20/2020, 11:46 AMAnanth Packkildurai
openjdk 11.0.3 2019-04-16
on pinot 0.3
I got a warning
WARNING: Illegal reflective access by org.apache.pinot.spi.plugin.PluginClassLoader (file:/usr/local/pinot/lib/pinot-all-0.3.0-jar-with-dependencies.jar) to method <http://java.net|java.net>.URLClassLoader.addURL(<http://java.net|java.net>.URL)
WARNING: Please consider reporting this to the maintainers of org.apache.pinot.spi.plugin.PluginClassLoader
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Xiang Fu
Xiang Fu
Xiang Fu
--add-exports java.base/jdk.internal.ref=ALL-UNNAMED