Re: Ignite website css not loading in local dev

2021-01-31 Thread Ivan Daschinsky
Saikat, have you tried build and run locally docs using docker? I just tried latest master -- everything is working as expected. Checked this in chrome incognito mode. I usually check docs locally using these steps: 1 cd docs 2. docker run -v "$PWD:/srv/jekyll" -p 4000:4000 jekyll/jekyll:latest

[jira] [Created] (IGNITE-14104) A lot of "Accepted incoming communication connection" when client node is killed

2021-01-31 Thread Alexey Plotnik (Jira)
Alexey Plotnik created IGNITE-14104: --- Summary: A lot of "Accepted incoming communication connection" when client node is killed Key: IGNITE-14104 URL: https://issues.apache.org/jira/browse/IGNITE-14104

Re: Ignite website css not loading in local dev

2021-01-31 Thread Denis Magda
Saikat, Attach the screenshot with what you see. Please also check what errors the browser is printing out while rendering the page. You don't need to install Jekyll unless you build the docs locally. So, skip this step. Also, you don't need to uncomment the "include virtual". - Denis On Sun,

[MTCGA]: new failures in builds [5851761] needs to be handled

2021-01-31 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. *New Critical Failure in master Cache (Restarts) 1 https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_CacheRestarts1?branch=%3Cdefault%3E No changes in the build

Re: Ignite website css not loading in local dev

2021-01-31 Thread Saikat Maitra
Hi Denis, Ivan Thank you for your email. I have verified the below lines in httpd.conf AddType text/html .html AddOutputFilter INCLUDES .html I have also pull latest changes from master. I still see the issue in local, let me check if I need to make any other changes. Also another change I

[MTCGA]: new failures in builds [5851446] needs to be handled

2021-01-31 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. *New test failure in master-nightly AtomicPartitionCounterStateConsistencyTest.testPartitionConsistencyWithBackupsRestart

Re: Ignite website css not loading in local dev

2021-01-31 Thread Ivan Daschinsky
Hi, Saikat. Do you have https://issues.apache.org/jira/browse/IGNITE-13659 commit in yout local branch? In this patch, this issue was solved. Namely, docs/assets/css/docs.scss and docs/assets/css/styles.scss are corrected. Jekyll required that in custom stiles, first two lines contains this char

[jira] [Created] (IGNITE-14103) .NET Thin Client: Retrieve binary configuration from server

2021-01-31 Thread Pavel Tupitsyn (Jira)
Pavel Tupitsyn created IGNITE-14103: --- Summary: .NET Thin Client: Retrieve binary configuration from server Key: IGNITE-14103 URL: https://issues.apache.org/jira/browse/IGNITE-14103 Project: Ignite