Skip to content

Instantly share code, notes, and snippets.

@nezihyigitbasi
nezihyigitbasi / request-failure.md
Last active March 6, 2019 20:38
http2-request-failure
2019-03-06T12:00:30.657-0800    WARN    ContinuousTaskStatusFetcher-20190306_195531_04144_64m74.1.18-763022     com.facebook.presto.server.remotetask.RequestErrorTracker       Error getting task status 20
190306_195531_04144_64m74.1.18: http://[2401:db00:1120:2130:face:0:3b:0]:7777/v1/task/20190306_195531_04144_64m74.1.18
java.io.UncheckedIOException: java.io.IOException: 1/unexpected_rst_stream_frame
        at io.airlift.http.client.ResponseHandlerUtils.propagate(ResponseHandlerUtils.java:21)
        at io.airlift.http.client.FullJsonResponseHandler.handleException(FullJsonResponseHandler.java:58)
        at io.airlift.http.client.FullJsonResponseHandler.handleException(FullJsonResponseHandler.java:38)
        at io.airlift.http.client.jetty.JettyResponseFuture.failed(JettyResponseFuture.java:120)
        at io.airlift.http.client.jetty.BufferingResponseListener.onComplete(BufferingResponseListener.java:85)
        at org.eclipse.jetty.client.ResponseNotifier.notifyComplete(ResponseNotifier.java:196)
@nezihyigitbasi
nezihyigitbasi / es.md
Last active February 26, 2019 19:26
es.md
2019-02-26T03:02:52.206-0600 INFO Created catalog elasticsearch (elasticsearch) in 291.29ms
2019-02-26T03:02:52.217-0600 INFO Announced catalog elasticsearch (elasticsearch) in 10.94ms
2019-02-26T03:02:52.217-0600 INFO Loading data...
2019-02-26T03:02:52.218-0600 INFO Running import for customer
2019-02-26T03:02:57.286-0600 INFO Major GC: application 0ms, stopped 278ms:: 534.25MB -> 514.53MB
2019-02-26T03:02:57.300-0600 INFO Major GC: application 0ms, stopped 278ms:: 534.25MB -> 514.53MB
2019-02-26T03:02:57.494-0600 INFO TIMELINE: Query 20190226_090252_00000_6yn4j :: Transaction:[aeb5ff02-87d6-457f-8beb-ce02d3f4376c] :: elapsed 4735ms :: planning 397ms :: scheduling 600ms :: running 3704ms :: finishing 34ms :: begin 2019-02-26T03:02:52.658-06:00 :: end 2019-02-26T03:02:57.393-06:00
2019-02-26T03:03:08.606-0600 INFO Imported customer in 16.39s
2019-02-26T03:03:08.607-0600 INFO Running import for orders
@nezihyigitbasi
nezihyigitbasi / unexpected_rst_stream_frame
Created December 18, 2018 23:24
unexpected_rst_stream_frame
```
2018-12-18T09:31:45.177-0800 WARN ContinuousTaskStatusFetcher-20181218_163527_30559_wwrpk.4.175-87808 com.facebook.presto.server.remotetask.RequestErrorTracker Error getting task status 20181218_163527_30559_wwrpk.4.175: h
ttp://[2401:db00:1120:317e:face:0:2f:0]:7777/v1/task/20181218_163527_30559_wwrpk.4.175
java.io.UncheckedIOException: java.io.IOException: 1/unexpected_rst_stream_frame
at io.airlift.http.client.ResponseHandlerUtils.propagate(ResponseHandlerUtils.java:21)
at io.airlift.http.client.FullJsonResponseHandler.handleException(FullJsonResponseHandler.java:58)
at io.airlift.http.client.FullJsonResponseHandler.handleException(FullJsonResponseHandler.java:38)
at io.airlift.http.client.jetty.JettyResponseFuture.failed(JettyResponseFuture.java:120)
at io.airlift.http.client.jetty.BufferingResponseListener.onComplete(BufferingResponseListener.java:85)
at org.eclipse.jetty.client.ResponseNotifier.notifyComplete(ResponseNotifier.java:196)
@nezihyigitbasi
nezihyigitbasi / hs_err_pid230.log
Created December 10, 2018 23:12
hs_err_pid230.log
This file has been truncated, but you can view the full file.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f30ccd5061e, pid=230, tid=436
#
# JRE version: Java(TM) SE Runtime Environment (10.0+46) (build 10+46)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (10+46, mixed mode, tiered, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0xbd161e] Node::is_unreachable(PhaseIterGVN&) const+0x2e
#
@nezihyigitbasi
nezihyigitbasi / gen-projection-old.java
Created October 26, 2018 23:18
gen-projection-old.java
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//
package com.facebook.presto.$gen;
import com.facebook.presto.operator.DriverYieldSignal;
import com.facebook.presto.operator.Work;
import com.facebook.presto.operator.project.SelectedPositions;
@nezihyigitbasi
nezihyigitbasi / gen-projection.java
Created October 26, 2018 23:17
gen-projection.java
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//
package com.facebook.presto.$gen;
import com.facebook.presto.operator.DriverYieldSignal;
import com.facebook.presto.operator.Work;
import com.facebook.presto.operator.project.SelectedPositions;
@nezihyigitbasi
nezihyigitbasi / gen-code-with-profiler
Created October 26, 2018 19:08
PageProjectionWork_20181026_190202_5.class
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//
package com.facebook.presto.$gen;
import com.facebook.presto.operator.DriverYieldSignal;
import com.facebook.presto.operator.Work;
import com.facebook.presto.operator.project.SelectedPositions;
@nezihyigitbasi
nezihyigitbasi / generated-project.java
Created October 22, 2018 19:45
Generated project method
public boolean process() {
int from = this.nextIndexOrPosition;
int to = this.selectedPositions.getOffset() + this.selectedPositions.size();
long start = System.nanoTime();
int index;
if (this.selectedPositions.isList()) {
int[] positions = this.selectedPositions.getPositions();
for(index = from; index < to; ++index) {
this.evaluate(this.session, this.page, positions[index]);
@nezihyigitbasi
nezihyigitbasi / jvm_args_hs_err_pid269.log
Created October 12, 2018 17:56
jvm_args_hs_err_pid269.log
-server
-Xss2048k
-XX:MaxMetaspaceSize=4G
-XX:+PreserveFramePointer
-XX:-UseBiasedLocking
-XX:+UnlockExperimentalVMOptions
-XX:+UseG1GC
-XX:+ExplicitGCInvokesConcurrent
-XX:+HeapDumpOnOutOfMemoryError
-XX:+UseGCOverheadLimit
@nezihyigitbasi
nezihyigitbasi / hs_err_pid269.log
Created October 12, 2018 17:54
hs_err_pid269.log
This file has been truncated, but you can view the full file.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007faa3f297d00, pid=269, tid=506
#
# JRE version: Java(TM) SE Runtime Environment (10.0+46) (build 10+46)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (10+46, mixed mode, tiered, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0xa25d00] JvmtiExport::post_compiled_method_load(nmethod*)+0x260
#