Skip to content

Conversation

@yaooqinn
Copy link
Member

What changes were proposed in this pull request?

Log4j2 MarkerFilter can not suppress

10:55:54.597 ERROR org.apache.thrift.server.TThreadPoolServer: Thrift error occurred during processing of message.
org.apache.thrift.transport.TTransportException: null
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:132) ~[libthrift-0.12.0.jar:0.12.0]

We shall use RegexFilter instead

Why are the changes needed?

bugfix

Does this PR introduce any user-facing change?

no

How was this patch tested?

run build/sbt -Phive -Phive-thriftserver "hive-thriftserver/testOnly *ThriftServerWithSparkContextInBinarySuite" locally and checked

@github-actions github-actions bot added the SQL label Jan 13, 2022
@yaooqinn
Copy link
Member Author

cc @viirya @HyukjinKwon

@viirya
Copy link
Member

viirya commented Jan 13, 2022

@yaooqinn Can you re-trigger the GA? Looks it was passed, but it still shows some checks haven't completed yet...

@HyukjinKwon
Copy link
Member

oops, sorry I think that's a bug from my Pr (#35179 (comment)). @Yikun is fixing it 🙏 .

I think we can just merge - the test seems it passed.

@yaooqinn
Copy link
Member Author

https://github.com/yaooqinn/spark/runs/4798434360 manually checked the test result which shows OK

@HyukjinKwon
Copy link
Member

Merged to master.

@viirya
Copy link
Member

viirya commented Jan 13, 2022

Okay, looks good.

@yaooqinn yaooqinn deleted the SPARK-37889 branch January 14, 2022 02:32
dchvn pushed a commit to dchvn/spark that referenced this pull request Jan 19, 2022
### What changes were proposed in this pull request?

Log4j2 MarkerFilter can not suppress

```
10:55:54.597 ERROR org.apache.thrift.server.TThreadPoolServer: Thrift error occurred during processing of message.
org.apache.thrift.transport.TTransportException: null
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:132) ~[libthrift-0.12.0.jar:0.12.0]
```

We shall use RegexFilter instead

### Why are the changes needed?

bugfix

### Does this PR introduce _any_ user-facing change?

no

### How was this patch tested?

run `build/sbt -Phive -Phive-thriftserver "hive-thriftserver/testOnly *ThriftServerWithSparkContextInBinarySuite"` locally and checked

Closes apache#35186 from yaooqinn/SPARK-37889.

Authored-by: Kent Yao <yao@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
sumwale pushed a commit to TIBCOSoftware/snappy-spark that referenced this pull request Feb 9, 2022
### What changes were proposed in this pull request?

Log4j2 MarkerFilter can not suppress

```
10:55:54.597 ERROR org.apache.thrift.server.TThreadPoolServer: Thrift error occurred during processing of message.
org.apache.thrift.transport.TTransportException: null
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:132) ~[libthrift-0.12.0.jar:0.12.0]
```

We shall use RegexFilter instead

### Why are the changes needed?

bugfix

### Does this PR introduce _any_ user-facing change?

no

### How was this patch tested?

run `build/sbt -Phive -Phive-thriftserver "hive-thriftserver/testOnly *ThriftServerWithSparkContextInBinarySuite"` locally and checked

Closes apache#35186 from yaooqinn/SPARK-37889.

Authored-by: Kent Yao <yao@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
kazuyukitanimura pushed a commit to kazuyukitanimura/spark that referenced this pull request Aug 10, 2022
### What changes were proposed in this pull request?

Log4j2 MarkerFilter can not suppress

```
10:55:54.597 ERROR org.apache.thrift.server.TThreadPoolServer: Thrift error occurred during processing of message.
org.apache.thrift.transport.TTransportException: null
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:132) ~[libthrift-0.12.0.jar:0.12.0]
```

We shall use RegexFilter instead

### Why are the changes needed?

bugfix

### Does this PR introduce _any_ user-facing change?

no

### How was this patch tested?

run `build/sbt -Phive -Phive-thriftserver "hive-thriftserver/testOnly *ThriftServerWithSparkContextInBinarySuite"` locally and checked

Closes apache#35186 from yaooqinn/SPARK-37889.

Authored-by: Kent Yao <yao@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
asiunov pushed a commit to ascend-io/spark that referenced this pull request Aug 25, 2022
### What changes were proposed in this pull request?

Log4j2 MarkerFilter can not suppress

```
10:55:54.597 ERROR org.apache.thrift.server.TThreadPoolServer: Thrift error occurred during processing of message.
org.apache.thrift.transport.TTransportException: null
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:132) ~[libthrift-0.12.0.jar:0.12.0]
```

We shall use RegexFilter instead

### Why are the changes needed?

bugfix

### Does this PR introduce _any_ user-facing change?

no

### How was this patch tested?

run `build/sbt -Phive -Phive-thriftserver "hive-thriftserver/testOnly *ThriftServerWithSparkContextInBinarySuite"` locally and checked

Closes apache#35186 from yaooqinn/SPARK-37889.

Authored-by: Kent Yao <yao@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
(cherry picked from commit 8ed6144)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants